HTMLUListElement Interface


The HTMLUListElement Interface is an unordered list.
IDL Definition

Interface HTMLUListElement : HTMLElement {

           attribute  boolean                  compact;
           attribute  DOMString                type;
};

Semantic Requirements

  1. The compact attribute reduce spacing between list items.
  2. The type attribute is a bullet style.

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