descriptor-fallback-ref.html 686 B

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <link rel="stylesheet" href="ref-common.css">
  3. <!-- list-style-type: a -->
  4. <div>a.&nbsp;</div>
  5. <div>b.&nbsp;</div>
  6. <div>c.&nbsp;</div>
  7. <div>d.&nbsp;</div>
  8. <div>e.&nbsp;</div>
  9. <div>f.&nbsp;</div>
  10. <div>7.&nbsp;</div>
  11. <div>8.&nbsp;</div>
  12. <div>9.&nbsp;</div>
  13. <!-- list-style-type: b -->
  14. <div>a.&nbsp;</div>
  15. <div>b.&nbsp;</div>
  16. <div>c.&nbsp;</div>
  17. <div>d.&nbsp;</div>
  18. <div>e.&nbsp;</div>
  19. <div>f.&nbsp;</div>
  20. <div>7.&nbsp;</div>
  21. <div>8.&nbsp;</div>
  22. <div>9.&nbsp;</div>
  23. <!-- list-style-type: c -->
  24. <div>a.&nbsp;</div>
  25. <div>b.&nbsp;</div>
  26. <div>c.&nbsp;</div>
  27. <div>d.&nbsp;</div>
  28. <div>e.&nbsp;</div>
  29. <div>f.&nbsp;</div>
  30. <div>g.&nbsp;</div>
  31. <div>h.&nbsp;</div>
  32. <div>i.&nbsp;</div>