webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLKeygenElement.idl";
Public Member Functions | |
boolean | checkValidity () |
boolean | reportValidity () |
void | setCustomValidity (DOMString? error) |
![]() | |
void | click () |
void | focus () |
void | blur () |
Public Attributes | |
attribute boolean | autofocus |
attribute DOMString | challenge |
attribute boolean | disabled |
readonly attribute HTMLFormElement | form |
attribute DOMString | keytype |
attribute DOMString | name |
readonly attribute DOMString | type |
readonly attribute boolean | willValidate |
readonly attribute ValidityState | validity |
readonly attribute DOMString | validationMessage |
readonly attribute NodeList | labels |
![]() | |
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 |
boolean HTMLKeygenElement::checkValidity | ( | ) |
boolean HTMLKeygenElement::reportValidity | ( | ) |
void HTMLKeygenElement::setCustomValidity | ( | DOMString? | error | ) |
attribute DOMString HTMLKeygenElement::challenge |
readonly attribute HTMLFormElement HTMLKeygenElement::form |
attribute DOMString HTMLKeygenElement::keytype |
attribute DOMString HTMLKeygenElement::name |
readonly attribute ValidityState HTMLKeygenElement::validity |