OLD | NEW |
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> | 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <title>CSS 2.1 Test Suite: content: counters(c, ".", georgian)</title> | 4 <title>CSS 2.1 Test Suite: content: counters(c, ".", georgian)</title> |
5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten
t"> | 5 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-conten
t"> |
6 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"> | 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
"> | 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> | 8 <meta http-equiv="Content-Style-Type" content="text/css"></meta> |
9 <style type="text/css"> | 9 <style type="text/css"> |
10 | 10 |
11 body { white-space: nowrap; } | 11 body { white-space: nowrap; overflow: hidden; } |
12 | 12 |
13 | 13 |
14 body, #test span:first-child { counter-reset: c; } | 14 body, #test span:first-child { counter-reset: c; } |
15 p, #test span { counter-increment: c; } | 15 p, #test span { counter-increment: c; } |
16 #test span:before { content: counters(c, ".", georgian); } | 16 #test span:before { content: counters(c, ".", georgian); } |
17 | 17 |
18 </style> | 18 </style> |
19 </head> | 19 </head> |
20 <body> | 20 <body> |
21 | 21 |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
101 ა.ჭ | 101 ა.ჭ |
102 ა.ხ | 102 ა.ხ |
103 ა.ჴ | 103 ა.ჴ |
104 ა.ჯ | 104 ა.ჯ |
105 ა.ჰ | 105 ა.ჰ |
106 ა.ჵ | 106 ა.ჵ |
107 ა.ჵჰშჟთ | 107 ა.ჵჰშჟთ |
108 </div> | 108 </div> |
109 | 109 |
110 </body> | 110 </body> |
111 </html> | 111 </html> |
OLD | NEW |