WebIDLpedia

HTMLDListElement interface

Definition

HTML Standard defines HTMLDListElement



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

  // also has obsolete members
};

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


[Exposed=Window]
interface HTMLDListElement : HTMLElement {
  [HTMLConstructor] constructor();
  [CEReactions] attribute boolean compact;

  // also has obsolete members
};

Methods and attributes that return objects implementing HTMLDListElement