system-alphabetic-invalid.html 404 B

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