system-extends-fixed.html (577B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: system extends fixed</title> 4 <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#extends-system"> 5 <link rel="match" href="system-extends-fixed-ref.html"> 6 <link rel="stylesheet" href="support/test-common.css"> 7 <style type="text/css"> 8 @counter-style a { 9 system: fixed 3; 10 symbols: "Y" "E" "S"; 11 } 12 @counter-style b { 13 system: extends a; 14 } 15 </style> 16 <ol style="list-style-type: a"> 17 <li><li><li><li><li><li> 18 </ol> 19 <br> 20 <ol style="list-style-type: b"> 21 <li><li><li><li><li><li> 22 </ol>