Implement CSSKeyframesRule.name

This commit is contained in:
Nazım Can Altınova 2016-12-13 19:01:05 +03:00
parent debf5e0e78
commit 9696c3a28a
3 changed files with 41 additions and 5 deletions

View file

@ -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);