system-numeric.html (562B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: system numeric</title> 4 <link rel="author" title="Xidorn Quan" href="https://www.upsuper.org/"> 5 <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#numeric-system"> 6 <link rel="match" href="system-numeric-ref.html"> 7 <link rel="stylesheet" href="support/test-common.css"> 8 <style type="text/css"> 9 @counter-style a { 10 system: numeric; 11 symbols: '0' '1' '2'; 12 } 13 </style> 14 <ol start="-4" style="list-style-type: a"> 15 <li><li><li><li><li> 16 <li><li><li><li><li> 17 <li value="100"> 18 </ol>