1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: list-style-position
</title>
5 <style type=
"text/css">
6 ol
{ width: 10em; margin: 0.1em 5em; padding: 0; }
7 li
{ margin: 0; padding: 0; }
8 .one { list-style-position: outside
; background: navy
; color: white
; }
9 .one span { color: navy
; }
10 .two { list-style-position: inside
; background: navy
; color: navy
; }
11 .two span { color: white
; }
13 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/generate.html#q10" title=
"12.5 Lists">
16 <p>The following two boxes should be identical, to the pixel.
</p>
18 <li><span>1.
</span> Test
</li>
21 <li><span> Test
</span></li>