mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Implement CSSStyleRule.style
This commit is contained in:
parent
f6163c77b9
commit
4738ce1af5
6 changed files with 175 additions and 123 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue