Testing Statement #1 Below of Section 5.6.3 of CSS1 Spec

1. "list-style-type" has possible values of "disc | circle | square | decimal | lower-roman | upper-roman | lower-alpha | upper-alpha | none".

PASS CRITERIA:

If statement #1 above is passed, then:

  1. This list item marker should be a disc; the rule applied is "#id1 {list-item- style: disc}" applied to ol
  1. This list item marker should be a circle; the rule applied is "#id2 {list- item-style: circle}" applied to ol
  1. This list item marker should be a square; the rule applied is "#id3 {list- item-style: square}" applied to ol
  1. This list item marker should be a decimal; the rule applied is '#id4 {list- item-style: decimal}" applied to ol
  1. This list item marker should be lower roman; the rule applied is "#id5 {list- item-style: lower-roman}" applied to ol
  1. This list item marker should be upper roman; the rule applied is "#id6 {list- item-style: upper-roman}" applied to ol
  1. This list item marker should be lower alpha; the rule applied is "#id7 {list- item-style: lower-alpha}" applied to ol
  1. This list item marker should be upper alpha; the rule applied is "#id8 {list- item-style: upper-alpha}" applied to ol
  1. This list item marker should be none (no marker); the rule applied is "#id9 {list-item-style: none}" applied to ol
All other properties of this page should be UA-default.