system-symbolic.html (748B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: system symbolic</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/#symbolic-system"> 6 <link rel="match" href="system-symbolic-ref.html"> 7 <link rel="stylesheet" href="support/test-common.css"> 8 <style type="text/css"> 9 @counter-style a { 10 /* system: symbolic; */ 11 symbols: '*' \2051 \2020 \2021; 12 suffix: ''; 13 } 14 @counter-style b { 15 symbols: \10300; 16 } 17 </style> 18 <ol start="-2" style="list-style-type: a"> 19 <li><li><li><li><li> 20 <li><li><li><li><li> 21 <li value="240"><!-- 60 code points --> 22 </ol> 23 <ol style="list-style-type: b"> 24 <li value="60"><!-- 60 code points --> 25 </ol>