Skip to content

Commit 650a3f6

Browse files
committed
[css-fonts] [palettes] Remove the none value from font-palette
Fixes w3c#6622.
1 parent b7049bc commit 650a3f6

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6238,7 +6238,7 @@ as well as the colored versions.
62386238

62396239
<pre class="propdef">
62406240
Name: font-palette
6241-
Value: none | normal | light | dark | <<palette-identifier>>
6241+
Value: normal | light | dark | <<palette-identifier>>
62426242
Initial: normal
62436243
Applies to: all elements and text
62446244
Inherited: yes
@@ -6248,12 +6248,6 @@ Animation type: discrete
62486248
</pre>
62496249

62506250
<dl dfn-for=font-palette dfn-type=value>
6251-
<dt><dfn>none</dfn></dt>
6252-
<dd>
6253-
User-Agents ignore colored (SVG or COLR) glyphs
6254-
and instead use the corresponding uncolored glyphs.
6255-
</dd>
6256-
62576251
<dt><dfn>normal</dfn>
62586252
<dd>
62596253
User-Agents attempt to treat the color font

0 commit comments

Comments
 (0)