HTMLLabelElement.idl 265 B

1234567891011
  1. #import <HTML/HTMLElement.idl>
  2. // https://html.spec.whatwg.org/multipage/forms.html#htmllabelelement
  3. [Exposed=Window]
  4. interface HTMLLabelElement : HTMLElement {
  5. [HTMLConstructor] constructor();
  6. [CEReactions, Reflect=for] attribute DOMString htmlFor;
  7. };