descriptor-symbols.html (685B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: descriptor symbols</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/#counter-style-symbols"> 6 <link rel="match" href="descriptor-symbols-ref.html"> 7 <link rel="stylesheet" href="support/test-common.css"> 8 <style type="text/css"> 9 @counter-style a { 10 system: fixed; 11 symbols: a "b" \63; 12 } 13 @counter-style b { 14 system: additive; 15 additive-symbols: \66 6, 'e' 5, d 4, 3 \63, 2 "b", 1 a; 16 } 17 </style> 18 <ol style="list-style-type: a"> 19 <li><li><li> 20 </ol> 21 <ol style="list-style-type: b"> 22 <li><li><li><li><li><li> 23 </ol>