HTMLLabelElement.idl 95 B

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