aboutsummaryrefslogtreecommitdiff
path: root/test.html
diff options
context:
space:
mode:
Diffstat (limited to 'test.html')
-rw-r--r--test.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/test.html b/test.html
index 089f1a6..f3d2c40 100644
--- a/test.html
+++ b/test.html
@@ -29,26 +29,26 @@ unordered list item.
</li>
</ul>
<ol>
-<li value="1">Here is an
+<li value="1" style="list-style-type: decimal">Here is an
ordered list item.
-</li><li value="2">Here is another.
+</li><li value="2" style="list-style-type: decimal">Here is another.
</li>
</ol>
<ol>
-<li value="1">Here is a list
+<li value="1" style="list-style-type: decimal">Here is a list
</li><ol>
-<li value="1">With another list inside it [<a href="#ref1">1</a>]
+<li value="1" style="list-style-type: lower-alpha">With another list inside it [<a href="#ref1">1</a>]
</li><ul>
<li>And yet another list
</li><li>Inside that list
</li></ul>
</ol>
-<li value="2">And now we're back at the first level [<a href="http://example.com/abc">2</a>]
+<li value="2" style="list-style-type: decimal">And now we're back at the first level [<a href="http://example.com/abc">b</a>]
</li>
</ol>
<ol class="reflist">
-<li value="1" id="ref1">Reference list item
-</li><li value="2" id="ref2"><a href="http://example.com/abc">http://example.com/abc</a>
+<li value="1" style="list-style-type: decimal" id="ref1">Reference list item
+</li><li value="2" style="list-style-type: lower-alpha" id="refb"><a href="http://example.com/abc">http://example.com/abc</a>
</li>
</ol>
<dl>