| 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 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 160 </div> | 160 </div> |
| 161 <div class="test"> | 161 <div class="test"> |
| 162 <h2>lower-roman</h2> | 162 <h2>lower-roman</h2> |
| 163 <ol class="lower-roman" start="-1"> | 163 <ol class="lower-roman" start="-1"> |
| 164 <li>-1</li> | 164 <li>-1</li> |
| 165 <li>0</li> | 165 <li>0</li> |
| 166 <li>i</li> | 166 <li>i</li> |
| 167 </ol> | 167 </ol> |
| 168 </div> | 168 </div> |
| 169 <div class="test"> | 169 <div class="test"> |
| 170 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | |
| 171 <h2>simp-chinese-formal</h2> | 170 <h2>simp-chinese-formal</h2> |
| 172 <ol class="simp-chinese-formal" start="-1"> | 171 <ol class="simp-chinese-formal" start="-1"> |
| 173 <li>-1</li> | 172 <li>负壹</li> |
| 174 <li>0</li> | 173 <li>零</li> |
| 175 <li>1</li> | 174 <li>壹</li> |
| 176 </ol> | 175 </ol> |
| 177 </div> | 176 </div> |
| 178 <div class="test"> | 177 <div class="test"> |
| 179 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | |
| 180 <h2>simp-chinese-informal</h2> | 178 <h2>simp-chinese-informal</h2> |
| 181 <ol class="simp-chinese-informal" start="-1"> | 179 <ol class="simp-chinese-informal" start="-1"> |
| 182 <li>-1</li> | 180 <li>负一</li> |
| 183 <li>0</li> | 181 <li>零</li> |
| 184 <li>1</li> | 182 <li>一</li> |
| 185 </ol> | 183 </ol> |
| 186 </div> | 184 </div> |
| 187 <div class="test"> | 185 <div class="test"> |
| 188 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | 186 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> |
| 189 <h2>syriac</h2> | 187 <h2>syriac</h2> |
| 190 <ol class="syriac" start="-1"> | 188 <ol class="syriac" start="-1"> |
| 191 <li>-1</li> | 189 <li>-1</li> |
| 192 <li>0</li> | 190 <li>0</li> |
| 193 <li>1</li> | 191 <li>1</li> |
| 194 </ol> | 192 </ol> |
| 195 </div> | 193 </div> |
| 196 <div class="test"> | 194 <div class="test"> |
| 197 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | 195 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> |
| 198 <h2>tamil</h2> | 196 <h2>tamil</h2> |
| 199 <ol class="tamil" start="-1"> | 197 <ol class="tamil" start="-1"> |
| 200 <li>-1</li> | 198 <li>-1</li> |
| 201 <li>0</li> | 199 <li>0</li> |
| 202 <li>1</li> | 200 <li>1</li> |
| 203 </ol> | 201 </ol> |
| 204 </div> | 202 </div> |
| 205 <div class="test"> | 203 <div class="test"> |
| 206 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | |
| 207 <h2>trad-chinese-formal</h2> | 204 <h2>trad-chinese-formal</h2> |
| 208 <ol class="trad-chinese-formal" start="-1"> | 205 <ol class="trad-chinese-formal" start="-1"> |
| 209 <li>-1</li> | 206 <li>負壹</li> |
| 210 <li>0</li> | 207 <li>零</li> |
| 211 <li>1</li> | 208 <li>壹</li> |
| 212 </ol> | 209 </ol> |
| 213 </div> | 210 </div> |
| 214 <div class="test"> | 211 <div class="test"> |
| 215 <!-- FIXME: We don't currently support this list-style-type. These are e
xpected failure results. --> | |
| 216 <h2>trad-chinese-informal</h2> | 212 <h2>trad-chinese-informal</h2> |
| 217 <ol class="trad-chinese-informal" start="-1"> | 213 <ol class="trad-chinese-informal" start="-1"> |
| 218 <li>-1</li> | 214 <li>負一</li> |
| 219 <li>0</li> | 215 <li>零</li> |
| 220 <li>1</li> | 216 <li>一</li> |
| 221 </ol> | 217 </ol> |
| 222 </div> | 218 </div> |
| 223 <div class="test"> | 219 <div class="test"> |
| 224 <h2>upper-armenian</h2> | 220 <h2>upper-armenian</h2> |
| 225 <ol class="upper-armenian" start="-1"> | 221 <ol class="upper-armenian" start="-1"> |
| 226 <li>-1</li> | 222 <li>-1</li> |
| 227 <li>0</li> | 223 <li>0</li> |
| 228 <li>Ա</li> | 224 <li>Ա</li> |
| 229 </ol> | 225 </ol> |
| 230 <ol class="upper-armenian" start="99999999"> | 226 <ol class="upper-armenian" start="99999999"> |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 387 <div class="test"> | 383 <div class="test"> |
| 388 <h2>upper-latin</h2> | 384 <h2>upper-latin</h2> |
| 389 <ol class="upper-latin" start="-1"> | 385 <ol class="upper-latin" start="-1"> |
| 390 <li>-1</li> | 386 <li>-1</li> |
| 391 <li>0</li> | 387 <li>0</li> |
| 392 <li>A</li> | 388 <li>A</li> |
| 393 </ol> | 389 </ol> |
| 394 </div> | 390 </div> |
| 395 </body> | 391 </body> |
| 396 </html> | 392 </html> |
| OLD | NEW |