File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6878,10 +6878,11 @@ a single value.
68786878The <code id="cssfontpalettevaluesrule2">CSSFontPaletteValuesRule</code> interface</h3>
68796879<pre class='idl'> [Exposed=Window]
68806880interface CSSFontPaletteValuesRule : CSSRule {
6881- attribute CSSOMString name;
6882- attribute CSSOMString fontFamily;
6883- attribute CSSOMString basePalette;
6884- attribute CSSOMString overrideColor;
6881+ readonly attribute CSSOMString basePalette;
6882+ readonly attribute CSSOMString name;
6883+ readonly attribute CSSOMString fontFamily;
6884+ readonly attribute CSSOMString basePalette;
6885+ readonly attribute CSSOMString overrideColor;
68856886};</pre>
68866887
68876888The value of the 'maplike' function [=CSS/parses=] as a <<color>> . If it is not a color,
You can’t perform that action at this time.
0 commit comments