mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
PutForwards cleanup
This commit is contained in:
parent
2b77a992db
commit
8a4df2ae2a
11 changed files with 23 additions and 82 deletions
|
@ -6,5 +6,5 @@
|
|||
|
||||
[Exposed=Window]
|
||||
interface mixin ElementCSSInlineStyle {
|
||||
[SameObject/*, PutForwards=cssText*/] readonly attribute CSSStyleDeclaration style;
|
||||
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
|
||||
};
|
||||
|
|
|
@ -23,7 +23,7 @@ interface HTMLAnchorElement : HTMLElement {
|
|||
// attribute USVString ping;
|
||||
[CEReactions]
|
||||
attribute DOMString rel;
|
||||
readonly attribute DOMTokenList relList;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
|
||||
// [CEReactions]
|
||||
// attribute DOMString hreflang;
|
||||
// [CEReactions]
|
||||
|
|
|
@ -21,7 +21,7 @@ interface HTMLAreaElement : HTMLElement {
|
|||
// attribute USVString ping;
|
||||
// [CEReactions]
|
||||
// attribute DOMString rel;
|
||||
readonly attribute DOMTokenList relList;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
|
||||
// hreflang and type are not reflected
|
||||
};
|
||||
//HTMLAreaElement includes HTMLHyperlinkElementUtils;
|
||||
|
|
|
@ -13,7 +13,7 @@ interface HTMLLinkElement : HTMLElement {
|
|||
attribute DOMString? crossOrigin;
|
||||
[CEReactions]
|
||||
attribute DOMString rel;
|
||||
readonly attribute DOMTokenList relList;
|
||||
[SameObject, PutForwards=value] readonly attribute DOMTokenList relList;
|
||||
[CEReactions]
|
||||
attribute DOMString media;
|
||||
[CEReactions]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue