mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Making getters and setters
This commit is contained in:
parent
16bdf9225d
commit
5f77b60c3a
2 changed files with 45 additions and 4 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue