We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7049bc commit c7d574eCopy full SHA for c7d574e
1 file changed
css-fonts-4/Overview.bs
@@ -6852,9 +6852,9 @@ The <code id="cssfontpalettevaluesrule2">CSSFontPaletteValuesRule</code> interfa
6852
6853
[Exposed=Window]
6854
interface CSSFontPaletteValuesRule : CSSRule {
6855
- maplike<unsigned long, CSSOMString>;
6856
- attribute CSSOMString fontFamily;
6857
- attribute CSSOMString basePalette;
+ readonly maplike<unsigned long, CSSOMString>;
+ readonly attribute CSSOMString fontFamily;
+ readonly attribute CSSOMString basePalette;
6858
};</pre>
6859
6860
The value of the 'maplike' function [=CSS/parses=] as a <<color>>. If it is not a color,
0 commit comments