Implement CSSStyleRule.style

This commit is contained in:
Keith Yeung 2016-11-21 00:07:23 -08:00
parent f6163c77b9
commit 4738ce1af5
6 changed files with 175 additions and 123 deletions

View file

@ -6,5 +6,5 @@
[Exposed=Window]
interface CSSStyleRule : CSSRule {
// attribute DOMString selectorText;
// [SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
[SameObject, PutForwards=cssText] readonly attribute CSSStyleDeclaration style;
};