ladybird/Libraries/LibWeb/HTML/HTMLLabelElement.idl

6 lines
94 B
Text
Raw Normal View History

interface HTMLLabelElement : HTMLElement {
[Reflect=for] attribute DOMString htmlFor;
}