webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLElement.idl";
Public Member Functions | |
void | click () |
void | focus () |
void | blur () |
Public Attributes | |
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 |
void HTMLElement::blur | ( | ) |
void HTMLElement::click | ( | ) |
void HTMLElement::focus | ( | ) |
attribute DOMString HTMLElement::accessKey |
attribute DOMString HTMLElement::autocapitalize |
attribute DOMString HTMLElement::contentEditable |
readonly attribute DOMStringMap HTMLElement::dataset |
attribute DOMString HTMLElement::dir |
attribute DOMString HTMLElement::innerText |
attribute DOMString HTMLElement::lang |
attribute DOMString HTMLElement::outerText |
attribute long HTMLElement::tabIndex |
attribute DOMString HTMLElement::title |
attribute DOMString HTMLElement::webkitdropzone |