Files
ladybird/Libraries/LibWeb/HTML/HTMLLabelElement.idl

6 lines
94 B
Plaintext

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