aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLTrackElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLTrackElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLTrackElement.webidl27
1 files changed, 16 insertions, 11 deletions
diff --git a/components/script/dom/webidls/HTMLTrackElement.webidl b/components/script/dom/webidls/HTMLTrackElement.webidl
index 0692a484fb7..c6260e0e0e2 100644
--- a/components/script/dom/webidls/HTMLTrackElement.webidl
+++ b/components/script/dom/webidls/HTMLTrackElement.webidl
@@ -5,17 +5,22 @@
// https://html.spec.whatwg.org/multipage/#htmltrackelement
[HTMLConstructor]
interface HTMLTrackElement : HTMLElement {
- // attribute DOMString kind;
- // attribute DOMString src;
- // attribute DOMString srclang;
- // attribute DOMString label;
- // attribute boolean default;
+ // [CEReactions]
+ // attribute DOMString kind;
+ // [CEReactions]
+ // attribute DOMString src;
+ // [CEReactions]
+ // attribute DOMString srclang;
+ // [CEReactions]
+ // attribute DOMString label;
+ // [CEReactions]
+ // 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;
+ // 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;
+ // readonly attribute TextTrack track;
};