aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLSourceElement.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/HTMLSourceElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLSourceElement.webidl14
1 files changed, 10 insertions, 4 deletions
diff --git a/components/script/dom/webidls/HTMLSourceElement.webidl b/components/script/dom/webidls/HTMLSourceElement.webidl
index b62c3def6f8..0e5b6ab1410 100644
--- a/components/script/dom/webidls/HTMLSourceElement.webidl
+++ b/components/script/dom/webidls/HTMLSourceElement.webidl
@@ -5,8 +5,14 @@
// https://html.spec.whatwg.org/multipage/#htmlsourceelement
[HTMLConstructor]
interface HTMLSourceElement : HTMLElement {
- // [CEReactions]
- // attribute DOMString src;
- // [CEReactions]
- // attribute DOMString type;
+ [CEReactions]
+ attribute DOMString src;
+ [CEReactions]
+ attribute DOMString type;
+ [CEReactions]
+ attribute DOMString srcset;
+ [CEReactions]
+ attribute DOMString sizes;
+ [CEReactions]
+ attribute DOMString media;
};