list-style-type-georgian-001

list-style-type - georgian

WeasyPrint

This browser

Assertion
Setting list-style-type to georgian will cause list numbering to format numbers in the way described in the CSS3 Lists module plus corrections by George Chavchanidze.

Source

  1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2 <html>
  3 <head>
  4 <title>CSS Test: list-style-type - georgian</title>
  5 <link rel="author" title="Richard Ishida" href="http://rishida.net">
  6 <link rel="reviewer" title="Elika J. Etemad" href="http://fantasai.inkedblade.net/contact">
  7 <link rel="help" href="http://www.w3.org/TR/CSS21/generate.html#list-style">
  8 <link rel="alternate" href="http://www.w3.org/International/tests/tests-html-css/tests-list-style-type/generate?test=8">
  9 <meta name="flags" content="">
 10 <meta name="assert" content="Setting list-style-type to georgian will cause list numbering to format numbers in the way described in the CSS3 Lists module plus corrections by George Chavchanidze.">
 11 <style type="text/css">
 12 .georgian { list-style-type: georgian; }
 13 
 14 /* the CSS below is not part of the test */
 15 .test { font-size: 24px; font-family: sans-serif; }
 16 ol { margin: 0; padding-left: 8em; }
 17 .alt { color: #ff6633; margin-left: 40px;}
 18 
 19 </style>
 20 </head>
 21 <body>
 22 <p class="instructions">Test passes if the numbering in the two columns is the same.</p>
 23 
 24 
 25 <div class="test"> 
 26 			<ol class="georgian">
 27 
 28 				<li title="1"></li>
 29 				<li title="2"></li>
 30 				<li title="3"></li>
 31 				<li title="4"></li>
 32 				<li title="5"></li>
 33 
 34 				<li title="6"></li>
 35 				<li title="7"></li>
 36 				<li title="8"></li>
 37 				<li title="9"></li>
 38 				<li title="10"></li>
 39 
 40 				<li title="11"> ია</li>
 41 				<li title="12">იბ</li>
 42 			</ol>
 43 			<ol class="georgian" start="43">
 44 				<li title="43">მგ</li>
 45 			</ol>
 46 			<ol class="georgian" start="77">
 47 
 48 				<li title="77">ოზ</li>
 49 			</ol>
 50 			<ol class="georgian" start="80">
 51 				<li title="80"></li>
 52 			</ol>
 53 			<ol class="georgian" start="99">
 54 				<li title="99"> ჟთ</li>
 55 
 56 				<li title="100"></li>
 57 				<li title="101">რა</li>
 58 			</ol>
 59 			<ol class="georgian" start="222">
 60 				<li title="222">სკბ</li>
 61 			</ol>
 62 			<ol class="georgian" start="440">
 63 
 64 				<li title="440">ჳმ</li>
 65 			</ol>
 66 			<ol class="georgian" start="999">
 67 				<li title="999">შჟთ</li>
 68 				<li title="1000"></li>
 69 			</ol>
 70 			<ol class="georgian" start="1005">
 71 
 72 				<li title="1005">ჩე</li>
 73 			</ol>
 74 			<ol class="georgian" start="1060">
 75 				<li title="1060">ჩჲ</li>
 76 			</ol>
 77 			<ol class="georgian" start="1065">
 78 				<li title="1065">ჩჲე</li>
 79 
 80 			</ol>
 81 			<ol class="georgian" start="1700">
 82 				<li title="1700">ჩღ</li>
 83 			</ol>
 84 			<ol class="georgian" start="1760">
 85 				<li title="1760">ჩღჲ</li>
 86 			</ol>
 87 			<ol class="georgian" start="1765">
 88 
 89 				<li title="1765">ჩღჲე</li>
 90 			</ol>
 91 			<ol class="georgian" start="4765">
 92 				<li title="4765">წღჲე</li>
 93 			</ol>
 94 			<ol class="georgian" start="9999">
 95 				<li title="9999">ჰშჟთ</li>
 96 
 97 				<li title="10000"></li>
 98 				<li title="10001"> ჵა</li>
 99 			</ol>
100 			<ol class="georgian" start="10065">
101 				<li title="10065"> ჵჲე</li>
102 			</ol>
103 
104 			<ol class="georgian" start="10700">
105 				<li title="10700"> ჵღ</li>
106 			</ol>
107 			<ol class="georgian" start="12000">
108 				<li title="12000"> ჵც</li>
109 				<li title="12001"> ჵცა</li>
110 
111 			</ol>
112 			<ol class="georgian" start="12065">
113 				<li title="12065"> ჵცჲე</li>
114 			</ol>
115 			<ol class="georgian" start="12700">
116 				<li title="12700"> ჵცღ</li>
117 			</ol>
118 
119 		</div>
120 
121 
122 <!--p class="notes">Notes: <br /><a href="http://www.w3.org/TR/CSS21/generate.html#propdef-list-style-type">CSS2.1</a> CR specifies a <span class="kw">georgian</span> property, but also does not specify in any detail the mechanism for implementing it. Expectations for behavior in these tests are based on <a href="http://xml-maiden.com/numbering/table.xhtml">corrections by George Chavchanidze</a> to the rules specified in the version of <a href="http://www.w3.org/TR/css3-lists/#georgian">CSS3 Lists module</a> current at the time this test was last updated.</p><p class="notes">The test uses the start attribute to reduce the size of the list.  This attribute is deprecated or unavailable in some formats, causing the test page not to validate, but appears to be supported in major browsers anyway (and will be reinstated in HTML5).</p-->
123 </body>
124 </html>