broken-symbols.html (488B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: invalid counter-style symbols</title> 4 <link rel="author" title="Anthony Ramine" href="mailto:n.oxyde@gmail.com"> 5 <link rel="help" href="https://drafts.csswg.org/css-counter-styles-3/#typedef-symbol"> 6 <link rel="match" href="broken-symbols-ref.html"> 7 <style type="text/css"> 8 @counter-style a { 9 system: alphabetic; 10 symbols: ⓐ inherit; 11 } 12 </style> 13 <ol style="list-style-type: a"><li>Should have "1." as bullet point.</ol>