descriptor-symbols.html 390 B

12345678910111213141516171819
  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: a "b" \63;
  7. }
  8. @counter-style b {
  9. system: additive;
  10. additive-symbols: \66 6, 'e' 5, d 4, 3 \63, 2 "b", 1 a;
  11. }
  12. </style>
  13. <ol style="list-style-type: a">
  14. <li><li><li>
  15. </ol>
  16. <ol style="list-style-type: b">
  17. <li><li><li><li><li><li>
  18. </ol>