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 - LI item 1
- LI item 2 with TYPE="square"
- LI item 3
filler text
UL list with LI TYPE attribute set to non-default, OL type domain ('i'):
filler text - LI item 1
- LI item 2 with TYPE="i"
- LI item 3
filler text
OL 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
OL 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, UL type domain ('circle'):
filler text LI item 1LI 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 1LI 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 filler text
MENU list with LI TYPE attribute set to non-default, OL type domain ('A'):
filler text filler text