list-type

Type of List

Definition

Identifies the type of prefix character that precedes each list item

Attribute Values

In Elements

<def-list> Definition List
<list> List
Value Meaning Behavior
bullet Unordered list in which item order has no meaning, and the prefix character for each item is a bullet or other symbol.  
order Ordered list in which item order is important, and the prefix character for each item is a sequential symbol such as a counting number, letter of the alphabet, or roman numeral. The exact style of number will be determined by a stylesheet, based on the list nesting.
simple Unordered list in which item order has no meaning, and there is no prefix character for each item.  
Restriction: This attribute may be specified if the element is used.