descriptor-pad-invalid.html (572B)
1 <!DOCTYPE html> 2 <meta charset="UTF-8"> 3 <title>CSS Test: descriptor pad, invalid</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-pad"> 6 <link rel="match" href="descriptor-pad-invalid-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 pad: 3 "0"; 12 pad: -1 "X"; 13 pad: "#"; 14 pad: 2 0; 15 } 16 </style> 17 <ol style="list-style-type: a"> 18 <li><li><li><li><li> 19 </ol>