PutForwards cleanup

This commit is contained in:
Patrick Shaughnessy 2020-01-06 22:37:35 -05:00
parent 2b77a992db
commit 8a4df2ae2a
11 changed files with 23 additions and 82 deletions

View file

@ -6,5 +6,5 @@
[Exposed=Window]
interface mixin ElementCSSInlineStyle {
[SameObject/*, PutForwards=cssText*/] readonly attribute CSSStyleDeclaration style;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};