#import <HTML/HTMLElement.idl>
interface HTMLLabelElement : HTMLElement {
[Reflect=for] attribute DOMString htmlFor;
};