descriptor-negative.html 392 B

12345678910111213141516171819
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="test-common.css">
  3. <style type="text/css">
  4. @counter-style a {
  5. system: extends decimal;
  6. negative: \207B;
  7. }
  8. @counter-style b {
  9. system: extends decimal;
  10. negative: '(' ')';
  11. }
  12. </style>
  13. <ol start="-2" style="list-style-type: a">
  14. <li><li><li><li><li>
  15. </ol>
  16. <ol start="-2" style="list-style-type: b">
  17. <li><li><li><li><li>
  18. </ol>