webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLLabelElement.idl";
Public Attributes | |
readonly attribute HTMLFormElement | form |
attribute DOMString | htmlFor |
readonly attribute HTMLElement | control |
![]() | |
attribute DOMString | title |
attribute DOMString | lang |
attribute boolean | translate |
attribute DOMString | dir |
attribute long | tabIndex |
attribute boolean | draggable |
attribute DOMString | webkitdropzone |
attribute boolean | hidden |
attribute DOMString | accessKey |
attribute DOMString | innerText |
attribute DOMString | outerText |
attribute DOMString | contentEditable |
readonly attribute boolean | isContentEditable |
attribute boolean | spellcheck |
attribute boolean | autocorrect |
attribute DOMString | autocapitalize |
readonly attribute DOMStringMap | dataset |
Additional Inherited Members | |
![]() | |
void | click () |
void | focus () |
void | blur () |
readonly attribute HTMLElement HTMLLabelElement::control |
readonly attribute HTMLFormElement HTMLLabelElement::form |
attribute DOMString HTMLLabelElement::htmlFor |