li-value-counter-reset-001-ref.html (679B)
1 <!DOCTYPE HTML> 2 <!-- 3 Any copyright is dedicated to the Public Domain. 4 http://creativecommons.org/publicdomain/zero/1.0/ 5 --> 6 <html><head> 7 <meta charset="utf-8"> 8 <title>Reference:_CSS Lists: 'counter-set:list-item' trumps LI @value</title> 9 <link rel="author" title="Mats Palmgren" href="mailto:mats@mozilla.org"> 10 <style> 11 html,body { 12 color:black; background-color:white; font:16px/1 monospace; padding:0; margin:0; 13 } 14 body { margin-left: 10em; } 15 </style> 16 </head> 17 <body> 18 19 <ol><li>a<li value=99>b</ol> 20 <ol><li>a<li value=99>b</ol> 21 <ol><li>a<li value=4>b</ol> 22 <ol><li>a<li value=99>b</ol> 23 <ol><li>a<li value=51>b</ol> 24 <ol><li>a<li value=88>b</ol> 25 26 </body> 27 </html>