summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/HTML/HTMLLabelElement.idl
blob: bbddd2052fe54b86ae65f79c4759281e9988c76f (plain)
1
2
3
4
5
interface HTMLLabelElement : HTMLElement {

    [Reflect=for] attribute DOMString htmlFor;

};