We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc6ec4 + 09bf456 commit a3c0aefCopy full SHA for a3c0aef
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
- void appendRule(CSSOMString rule);
1122
- void deleteRule(CSSOMString select);
+ undefined appendRule(CSSOMString rule);
+ undefined deleteRule(CSSOMString select);
1123
CSSKeyframeRule? findRule(CSSOMString select);
1124
};
1125
</pre>
0 commit comments