OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <html> | 2 <html> |
3 <head> | 3 <head> |
4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
5 <link rel="stylesheet" href="resources/w3-css3-list-styles-alphabetic.css" t
ype="text/css" charset="utf-8" /> | 5 <link rel="stylesheet" href="resources/w3-css3-list-styles-alphabetic.css" t
ype="text/css" charset="utf-8" /> |
6 <style> | 6 <style> |
7 .test ol { float: left; padding-right: 20px; } | 7 .test ol { float: left; padding-right: 20px; } |
8 .test h2 { clear: left; } | 8 .test h2 { clear: left; } |
9 hr { clear: left;} | 9 hr { clear: left;} |
10 hr + h2 { color: blue; } | 10 hr + h2 { color: blue; } |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
112 <ol class="georgian" start="19999"> | 112 <ol class="georgian" start="19999"> |
113 <li>ჵჰშჟთ</li> | 113 <li>ჵჰშჟთ</li> |
114 <li>20000</li> | 114 <li>20000</li> |
115 <li>20001</li> | 115 <li>20001</li> |
116 </ol> | 116 </ol> |
117 </div> | 117 </div> |
118 <div class="test"> | 118 <div class="test"> |
119 <h2>hebrew</h2> | 119 <h2>hebrew</h2> |
120 <ol class="hebrew" start="-1"> | 120 <ol class="hebrew" start="-1"> |
121 <li>-1</li> | 121 <li>-1</li> |
122 <li>אפס</li> | 122 <li>ספא</li> |
123 <li>א</li> | 123 <li>א</li> |
124 </ol> | 124 </ol> |
125 <ol class="hebrew" start="999999"> | 125 <ol class="hebrew" start="999999"> |
126 <li>תתקצט'תתק&#
x5E6;ט</li> | 126 <li>טצקתת'טצק&#
x5EA;ת</li> |
127 <li>1000000</li> | 127 <li>1000000</li> |
128 <li>1000001</li> | 128 <li>1000001</li> |
129 </ol> | 129 </ol> |
130 </div> | 130 </div> |
131 <div class="test"> | 131 <div class="test"> |
132 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | 132 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> |
133 <h2>japanese-formal</h2> | 133 <h2>japanese-formal</h2> |
134 <ol class="japanese-formal" start="-1"> | 134 <ol class="japanese-formal" start="-1"> |
135 <li>-1</li> | 135 <li>-1</li> |
136 <li>0</li> | 136 <li>0</li> |
(...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
383 <div class="test"> | 383 <div class="test"> |
384 <h2>upper-latin</h2> | 384 <h2>upper-latin</h2> |
385 <ol class="upper-latin" start="-1"> | 385 <ol class="upper-latin" start="-1"> |
386 <li>-1</li> | 386 <li>-1</li> |
387 <li>0</li> | 387 <li>0</li> |
388 <li>A</li> | 388 <li>A</li> |
389 </ol> | 389 </ol> |
390 </div> | 390 </div> |
391 </body> | 391 </body> |
392 </html> | 392 </html> |
OLD | NEW |