system-fixed.html 493 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="test-common.css">
  3. <style type="text/css">
  4. @counter-style a {
  5. system: fixed;
  6. symbols: \25F0 \25F1 \25F2 \25F3;
  7. suffix: ':';
  8. }
  9. @counter-style b {
  10. system: fixed -1;
  11. symbols: \25F4 \25F5 \25F6 \25F7;
  12. suffix: ':';
  13. }
  14. </style>
  15. <ol start="-2" style="list-style-type: a">
  16. <li><li><li><li><li>
  17. <li><li><li><li><li>
  18. </ol>
  19. <ol start="-2" style="list-style-type: b">
  20. <li><li><li><li><li>
  21. <li><li><li><li><li>
  22. </ol>