system-fixed.html (767B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: system fixed</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/#fixed-system"> 6 <link rel="match" href="system-fixed-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: \25F0 \25F1 \25F2 \25F3; 12 suffix: ':'; 13 } 14 @counter-style b { 15 system: fixed -1; 16 symbols: \25F4 \25F5 \25F6 \25F7; 17 suffix: ':'; 18 } 19 </style> 20 <ol start="-2" style="list-style-type: a"> 21 <li><li><li><li><li> 22 <li><li><li><li><li> 23 </ol> 24 <ol start="-2" style="list-style-type: b"> 25 <li><li><li><li><li> 26 <li><li><li><li><li> 27 </ol>