Skip to content

Commit 2a72f82

Browse files
committed
[css-fonts-4] CSSFontPaletteValuesRule.overrideColor needs to be plural
It needs to be updated after w3c@09ddc0c
1 parent b748d04 commit 2a72f82

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6881,7 +6881,7 @@ interface CSSFontPaletteValuesRule : CSSRule {
68816881
readonly attribute CSSOMString name;
68826882
readonly attribute CSSOMString fontFamily;
68836883
readonly attribute CSSOMString basePalette;
6884-
readonly attribute CSSOMString overrideColor;
6884+
readonly attribute CSSOMString overrideColors;
68856885
};</pre>
68866886

68876887
The <code>fontFamily</code> and <code>basePalette</code> interfaces are parsed according to the appropriate CSS property syntax.

0 commit comments

Comments
 (0)