We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e01024 commit 1ba2a28Copy full SHA for 1ba2a28
1 file changed
css-animations-1/Overview.bs
@@ -1118,8 +1118,8 @@ IDL Definition</h4>
1118
attribute CSSOMString name;
1119
readonly attribute CSSRuleList cssRules;
1120
1121
- undefined appendRule(CSSOMString rule);
1122
- undefined deleteRule(CSSOMString select);
+ undefined appendRule(CSSOMString rule);
+ undefined deleteRule(CSSOMString select);
1123
CSSKeyframeRule? findRule(CSSOMString select);
1124
};
1125
</pre>
0 commit comments