system-cyclic.html 409 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="test-common.css">
  3. <style type="text/css">
  4. @counter-style a {
  5. system: cyclic;
  6. symbols: \2023;
  7. suffix: "";
  8. }
  9. @counter-style b {
  10. system: cyclic;
  11. symbols: \2020 \2021;
  12. suffix: "";
  13. }
  14. </style>
  15. <ol start="-2" style="list-style-type: a">
  16. <li><li><li><li><li>
  17. </ol>
  18. <ol start="-2" style="list-style-type: b">
  19. <li><li><li><li><li>
  20. </ol>