summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/HTML/HTMLLabelElement.idl
blob: 610a117dafcff7558370e2b1251bafd544be9ffb (plain)
1
2
3
4
5
6
7
#import <HTML/HTMLElement.idl>

interface HTMLLabelElement : HTMLElement {

    [Reflect=for] attribute DOMString htmlFor;

};