webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"HTMLTrackElement.idl";
Public Attributes | |
attribute DOMString | kind |
attribute USVString | src |
attribute DOMString | srclang |
attribute DOMString | label |
attribute boolean | default |
const unsigned short | NONE = 0 |
const unsigned short | LOADING = 1 |
const unsigned short | LOADED = 2 |
const unsigned short | ERROR = 3 |
readonly attribute unsigned short | readyState |
readonly attribute TextTrack | track |
![]() | |
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 () |
const unsigned short HTMLTrackElement::ERROR = 3 |
attribute DOMString HTMLTrackElement::kind |
attribute DOMString HTMLTrackElement::label |
const unsigned short HTMLTrackElement::LOADED = 2 |
const unsigned short HTMLTrackElement::LOADING = 1 |
const unsigned short HTMLTrackElement::NONE = 0 |
attribute USVString HTMLTrackElement::src |
attribute DOMString HTMLTrackElement::srclang |