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