mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement CSSKeyframeRule.style
This commit is contained in:
parent
6d4ccab2b7
commit
18567ce7a8
6 changed files with 79 additions and 13 deletions
|
@ -6,5 +6,5 @@
|
|||
[Exposed=Window]
|
||||
interface CSSKeyframeRule : CSSRule {
|
||||
// attribute DOMString keyText;
|
||||
// readonly attribute CSSStyleDeclaration style;
|
||||
readonly attribute CSSStyleDeclaration style;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue