HTMLLabelElement.idl 94 B

12345
  1. interface HTMLLabelElement : HTMLElement {
  2. [Reflect=for] attribute DOMString htmlFor;
  3. }