mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
Making getters and setters
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user