HTMLOListElement.idl 171 B

12345678
  1. interface HTMLOListElement : HTMLElement {
  2. [Reflect] attribute boolean reversed;
  3. [Reflect] attribute DOMString type;
  4. [Reflect] attribute boolean compact;
  5. }