Skip to content

Commit f3fd48e

Browse files
committed
[css-animations-1] Align with Web IDL specification
1 parent 4c8e124 commit f3fd48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css-animations-1/Overview.bs

+2-2
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)