content-counter-009.xht (2994B)
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> 2 <html xmlns="http://www.w3.org/1999/xhtml"> 3 <head> 4 <title>CSS Test: content: counter(c, georgian)</title> 5 <link rel="author" title="L. David Baron" href="https://dbaron.org/"/> 6 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#propdef-content"/> 7 <link rel="help" href="http://www.w3.org/TR/CSS21/syndata.html#counter"/> 8 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#counter-styles"/> 9 <link rel="match" href="content-counter-009-ref.xht"/> 10 <meta http-equiv="Content-Style-Type" content="text/css"/> 11 <style type="text/css"> 12 13 body { white-space: nowrap; } 14 15 16 #test { counter-reset: c; } 17 #test span { counter-increment: c; } 18 #test span:before { content: counter(c, georgian); } 19 20 </style> 21 </head> 22 <body> 23 24 <p>The following two lines should look the same:</p> 25 26 <div id="test"> 27 <span></span> 28 <span></span> 29 <span></span> 30 <span></span> 31 <span></span> 32 <span></span> 33 <span></span> 34 <span></span> 35 <span></span> 36 <span></span> 37 <span></span> 38 <span></span> 39 <span style="counter-reset: c 19"></span> 40 <span style="counter-reset: c 29"></span> 41 <span style="counter-reset: c 39"></span> 42 <span style="counter-reset: c 49"></span> 43 <span style="counter-reset: c 59"></span> 44 <span style="counter-reset: c 69"></span> 45 <span style="counter-reset: c 79"></span> 46 <span style="counter-reset: c 89"></span> 47 <span style="counter-reset: c 99"></span> 48 <span style="counter-reset: c 199"></span> 49 <span style="counter-reset: c 299"></span> 50 <span style="counter-reset: c 399"></span> 51 <span style="counter-reset: c 499"></span> 52 <span style="counter-reset: c 599"></span> 53 <span style="counter-reset: c 699"></span> 54 <span style="counter-reset: c 799"></span> 55 <span style="counter-reset: c 899"></span> 56 <span style="counter-reset: c 999"></span> 57 <span style="counter-reset: c 1999"></span> 58 <span style="counter-reset: c 2999"></span> 59 <span style="counter-reset: c 3999"></span> 60 <span style="counter-reset: c 4999"></span> 61 <span style="counter-reset: c 5999"></span> 62 <span style="counter-reset: c 6999"></span> 63 <span style="counter-reset: c 7999"></span> 64 <span style="counter-reset: c 8999"></span> 65 <span style="counter-reset: c 9999"></span> 66 <span style="counter-reset: c 19998"></span> 67 </div> 68 69 <div> 70 ა 71 ბ 72 გ 73 დ 74 ე 75 ვ 76 ზ 77 ჱ 78 თ 79 ი 80 ია 81 იბ 82 კ 83 ლ 84 მ 85 ნ 86 ჲ 87 ო 88 პ 89 ჟ 90 რ 91 ს 92 ტ 93 ჳ 94 ფ 95 ქ 96 ღ 97 ყ 98 შ 99 ჩ 100 ც 101 ძ 102 წ 103 ჭ 104 ხ 105 ჴ 106 ჯ 107 ჰ 108 ჵ 109 ჵჰშჟთ 110 </div> 111 112 </body> 113 </html>