system-additive-invalid.html 240 B

123456789101112
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="test-common.css">
  3. <style type="text/css">
  4. @counter-style a {
  5. system: additive;
  6. suffix: ":";
  7. }
  8. </style>
  9. <ol start="-2" style="list-style-type: a">
  10. <li>foo<li>bar<li>foo<li>bar
  11. </ol>