We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c8e124 commit 7c84287Copy full SHA for 7c84287
css-fonts-4/Overview.bs
@@ -6114,9 +6114,10 @@ interface CSSFontFeatureValuesRule : CSSRule {
6114
[Exposed=Window]
6115
interface CSSFontFeatureValuesMap {
6116
maplike<CSSOMString, sequence<unsigned long>>;
6117
- void set(CSSOMString featureValueName,
+ undefined set(CSSOMString featureValueName,
6118
(unsigned long or sequence<unsigned long>) values);
6119
-};</pre>
+};
6120
+</pre>
6121
6122
<dl class='idl-attributes'>
6123
<dt><var>fontFamily</var> of type <code>CSSOMString</code>
0 commit comments