Skip to content

Commit 0d10110

Browse files
committed
[css-fonts-4] Color fonts are not enabled by default
This uses @drott's proposed text. Fixes #7093.
1 parent c6d881f commit 0d10110

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

css-fonts-4/Overview.bs

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6174,13 +6174,11 @@ Animation type: discrete
61746174
<dl dfn-for=font-palette dfn-type=value>
61756175
<dt><dfn>normal</dfn>
61766176
<dd>
6177-
User-Agents attempt to treat the color font
6178-
as closely as possible to a non-color font.
6179-
In particular, user-agents use a palette which will yield the best default result for reading.
6180-
User-agents may take the computed value of the 'color' property into consideration
6181-
when making this decision.
6182-
User agents may also construct and use a palette not defined in the font.
6177+
User-Agents display the color font with the default palette or default glyph colorisation. User-agents should take the computed value of the color property into consideration when a color font format requires use of the foreground color
61836178

6179+
<div class="example">In the <code>COLR</code> [[!OPENTYPE]] table, color index 0xFFFF should be rendered according the 'color' property.</div>
6180+
6181+
<div class="example">For <code>COLR</code>/<code>CPAL</code> [[!OPENTYPE]] fonts, 'font-palette': ''font-palette/normal'' usually means rendering the font with the palette in the font at index 0.</div>
61846182

61856183
<dt><dfn>light</dfn>
61866184
<dd>

0 commit comments

Comments
 (0)