HTMLOListElement Interface
The HTMLOListElement Interface is an ordered list.
IDL Definition
Interface HTMLOListElement : HTMLElement {
attribute boolean compact;
attribute long start;
attribute DOMString type;
};
Semantic Requirements
- The compact attribute indicates that space between list items should be reduced.
- The start attribute contains the starting sequence number.
- The type attribute is the numbering style.
If you have comments or suggestions, email me at mbrady@nist.gov