WebIDLpedia

HTMLDataElement interface

Definition

HTML Standard defines HTMLDataElement



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

  [CEReactions] attribute DOMString value;
};

Methods and attributes that return objects implementing HTMLDataElement