Assertion:
Netscape 4.0 and above support the use of ALL allowable TYPE values for ALL list types (DIR, MENU, OL and UL.) Internet Explorer, Opera and Netscape 3.0 and before only allow the UL Types for UL lists, and OL Types for OL lists.

UL list with LI TYPE attribute set to non-default, UL type domain ('square'):
filler text filler text


UL list with LI TYPE attribute set to non-default, OL type domain ('i'):
filler text filler text


OL list with LI TYPE attribute set to non-default, OL type domain ('a'):
filler text
  1. LI item 1
  2. LI item 2 with TYPE="a"
  3. LI item 3
filler text


OL list with LI TYPE attribute set to non-default, UL type domain ('circle'):
filler text
  1. LI item 1
  2. LI item 2 with TYPE="circle"
  3. LI item 3
filler text


DIR list with LI TYPE attribute set to non-default, UL type domain ('circle'):
filler text
  • LI item 1
  • LI item 2 with TYPE="circle"
  • LI item 3
  • filler text


    DIR list with LI TYPE attribute set to non-default, OL type domain ('A'):
    filler text
  • LI item 1
  • LI item 2 with TYPE="A"
  • LI item 3
  • filler text


    MENU list with LI TYPE attribute set to non-default, UL type domain ('circle'):
    filler text
  • LI item 1
  • LI item 2 with TYPE="circle"
  • LI item 3
  • filler text


    MENU list with LI TYPE attribute set to non-default, OL type domain ('A'):
    filler text
  • LI item 1
  • LI item 2 with TYPE="A"
  • LI item 3
  • filler text