1
<!DOCTYPE HTML PUBLIC
"-//W3C//DTD HTML 4.01//EN">
4 <title>CSS
2.1 Test Suite: content: counter(c, georgian)
</title>
5 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/generate.html#propdef-content">
6 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/syndata.html#counter">
7 <link rel=
"help" href=
"http://www.w3.org/TR/CSS21/generate.html#counter-styles">
8 <meta http-equiv=
"Content-Style-Type" content=
"text/css"></meta>
9 <style type=
"text/css">
11 body
{ white-space: nowrap
; }
14 #test { counter-reset: c
; }
15 #test span
{ counter-increment: c
; }
16 #test span:before
{ content: counter
(c
, georgian
); }
22 <p>The following two lines should look the same:
</p>
37 <span style=
"counter-reset: c 19"></span>
38 <span style=
"counter-reset: c 29"></span>
39 <span style=
"counter-reset: c 39"></span>
40 <span style=
"counter-reset: c 49"></span>
41 <span style=
"counter-reset: c 59"></span>
42 <span style=
"counter-reset: c 69"></span>
43 <span style=
"counter-reset: c 79"></span>
44 <span style=
"counter-reset: c 89"></span>
45 <span style=
"counter-reset: c 99"></span>
46 <span style=
"counter-reset: c 199"></span>
47 <span style=
"counter-reset: c 299"></span>
48 <span style=
"counter-reset: c 399"></span>
49 <span style=
"counter-reset: c 499"></span>
50 <span style=
"counter-reset: c 599"></span>
51 <span style=
"counter-reset: c 699"></span>
52 <span style=
"counter-reset: c 799"></span>
53 <span style=
"counter-reset: c 899"></span>
54 <span style=
"counter-reset: c 999"></span>
55 <span style=
"counter-reset: c 1999"></span>
56 <span style=
"counter-reset: c 2999"></span>
57 <span style=
"counter-reset: c 3999"></span>
58 <span style=
"counter-reset: c 4999"></span>
59 <span style=
"counter-reset: c 5999"></span>
60 <span style=
"counter-reset: c 6999"></span>
61 <span style=
"counter-reset: c 7999"></span>
62 <span style=
"counter-reset: c 8999"></span>
63 <span style=
"counter-reset: c 9999"></span>
64 <span style=
"counter-reset: c 19998"></span>