Skip to content

Commit 7c84287

Browse files
committed
[css-fonts-4] Align with Web IDL specification
1 parent 4c8e124 commit 7c84287

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

css-fonts-4/Overview.bs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6114,9 +6114,10 @@ interface CSSFontFeatureValuesRule : CSSRule {
61146114
[Exposed=Window]
61156115
interface CSSFontFeatureValuesMap {
61166116
maplike<CSSOMString, sequence<unsigned long>>;
6117-
void set(CSSOMString featureValueName,
6117+
undefined set(CSSOMString featureValueName,
61186118
(unsigned long or sequence<unsigned long>) values);
6119-
};</pre>
6119+
};
6120+
</pre>
61206121

61216122
<dl class='idl-attributes'>
61226123
<dt><var>fontFamily</var> of type <code>CSSOMString</code>

0 commit comments

Comments
 (0)