27
Standard HTML ordered and bulleted lists are used extensively in IGP:FoundationXHTML (FX) for two main purposes.
Standard content lists. Here they are used with the HTML syntax only.
Named lists. Here they are used extensively from within a parent container context. See Named Lists and Named List selectors for more information.
HTML list elements are used without any class statements everywhere except in list-toc-rw where the ordered list list items have class statements.
The standard FX templates handle ordered list nesting to five levels.
The standard FX templates handle unordered list nesting to five levels.
List simple enables a list-like structure to be defined that does not use HTML list syntax. It is a stack of paragraphs in a <div> container with the selector applied.
Definition lists used in a section follow the HTML tagging pattern without any selectors.