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

  1. The compact attribute indicates that space between list items should be reduced.
  2. The start attribute contains the starting sequence number.
  3. The type attribute is the numbering style.

If you have comments or suggestions, email me at mbrady@nist.gov