Tutorials Bugs Masterclass Free stuff Test pages Proposals

Core tests

Advanced tests

This test

RichInStyle.com tests: list style types

Ineffectualness of BODY list-style test

  1. This should have the default list marker for OL since the BODY {list-style: lower-roman} has no effect due to the browser style sheet overriding it on OL.

'Wrong' type test

  1. This should have a disc for a list marker.

List-style-type - dot test

  1. This list item should not have a dot after it (i.e., it shouldn't be 5., it should be 5).

Future compatibility test

  1. This is a list item with list-style: lower-alpha; list-style: encircled-decimal. It should therefore be in lower-alpha.

Invalid value test

  1. This has list-style: cheese, and therefore should be numbered.
  2. This is a list item with list-style: lower-alpha; list-style: disk, and it therefore should be lower-alpha, not disk (colored-in circle). However, if the above list item is also a solid disk, this test is not sufficient to show that disk, an invalid keyword, is recognized.

Lower-alpha > 26 test

This is a test of what happens when the list counter passes z. Preferably, the result should be aa.

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.