mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement CSSKeyframesRule.name
This commit is contained in:
parent
debf5e0e78
commit
9696c3a28a
3 changed files with 41 additions and 5 deletions
|
@ -5,7 +5,8 @@
|
|||
// https://drafts.csswg.org/css-animations/#interface-csskeyframesrule
|
||||
[Exposed=Window]
|
||||
interface CSSKeyframesRule : CSSRule {
|
||||
// attribute DOMString name;
|
||||
[SetterThrows]
|
||||
attribute DOMString name;
|
||||
readonly attribute CSSRuleList cssRules;
|
||||
|
||||
void appendRule(DOMString rule);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue