Skip to content

Commit 397f195

Browse files
committed
[css-fonts] [palettes] Can't get the palette name from CSSFontPaletteValuesRule
Fixes #6625.
1 parent b7049bc commit 397f195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

css-fonts-4/Overview.bs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6852,6 +6852,7 @@ The <code id="cssfontpalettevaluesrule2">CSSFontPaletteValuesRule</code> interfa
68526852

68536853
[Exposed=Window]
68546854
interface CSSFontPaletteValuesRule : CSSRule {
6855+
attribute CSSOMString name;
68556856
maplike&lt;unsigned long, CSSOMString>;
68566857
attribute CSSOMString fontFamily;
68576858
attribute CSSOMString basePalette;

0 commit comments

Comments
 (0)