1 <!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <meta http-equiv=
"Content-Style-Type" content=
"text/css"></meta>
5 <style type=
"text/css">
6 body
{ white-space: nowrap
; }
7 div
{ text-transform: lowercase
; }
8 #test { counter-reset: c
; }
9 #test span
{ counter-increment: c
; }
10 #test span:before
{ content: counter
(c
, upper-roman
); }
15 <p>The following two lines should look the same:
</p>