WebIDLpedia

HTMLOListElement interface

Definition

HTML Standard defines HTMLOListElement



[Exposed=Window]
interface HTMLOListElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions] attribute boolean reversed;
  [CEReactions] attribute long start;
  [CEReactions] attribute DOMString type;

  // also has obsolete members
};

partial interface HTMLOListElement {
  [CEReactions] attribute boolean compact;
};
Consolidated IDL (across mixin and partials)


[Exposed=Window]
interface HTMLOListElement : HTMLElement {
  [HTMLConstructor] constructor();

  [CEReactions] attribute boolean reversed;
  [CEReactions] attribute long start;
  [CEReactions] attribute DOMString type;
  [CEReactions] attribute boolean compact;

  // also has obsolete members
};

Methods and attributes that return objects implementing HTMLOListElement