HTMLLIElement Interface


The HTMLLIElement Interface is a list item.
IDL Definition

Interface HTMLLIElement : HTMLElement {

           attribute  DOMString                type;
           attribute  long                     value; 
};

Semantic Requirements

  1. The type attribute is a list item bullet style.
  2. The value attribute is a reset sequence number when used in OL.

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