We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9de250d + 735ec41 commit 290e1dfCopy full SHA for 290e1df
1 file changed
css-fonts-4/Overview.bs
@@ -6878,10 +6878,11 @@ a single value.
6878
The <code id="cssfontpalettevaluesrule2">CSSFontPaletteValuesRule</code> interface</h3>
6879
<pre class='idl'>[Exposed=Window]
6880
interface CSSFontPaletteValuesRule : CSSRule {
6881
- attribute CSSOMString name;
6882
- attribute CSSOMString fontFamily;
6883
- attribute CSSOMString basePalette;
6884
- attribute CSSOMString overrideColor;
+ readonly attribute CSSOMString basePalette;
+ readonly attribute CSSOMString name;
+ readonly attribute CSSOMString fontFamily;
6885
+ readonly attribute CSSOMString overrideColor;
6886
};</pre>
6887
6888
The value of the 'maplike' function [=CSS/parses=] as a <<color>>. If it is not a color,
0 commit comments