Skip to content

Commit a3c0aef

Browse files
authored
Merge pull request w3c#5445 from autokagami/css-animations-1
2 parents 2fc6ec4 + 09bf456 commit a3c0aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-animations-1/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1118,8 +1118,8 @@ IDL Definition</h4>
11181118
attribute CSSOMString name;
11191119
readonly attribute CSSRuleList cssRules;
11201120

1121-
void appendRule(CSSOMString rule);
1122-
void deleteRule(CSSOMString select);
1121+
undefined appendRule(CSSOMString rule);
1122+
undefined deleteRule(CSSOMString select);
11231123
CSSKeyframeRule? findRule(CSSOMString select);
11241124
};
11251125
</pre>

0 commit comments

Comments
 (0)