WebIDLpedia

HTMLDataListElement interface

Definition

HTML Standard defines HTMLDataListElement



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

  [SameObject] readonly attribute HTMLCollection options;
};

Methods and attributes that return objects implementing HTMLDataListElement

Referring IDL interfaces/dictionaries