Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions css-fonts-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -6174,13 +6174,11 @@ Animation type: discrete
<dl dfn-for=font-palette dfn-type=value>
<dt><dfn>normal</dfn>
<dd>
User-Agents attempt to treat the color font
as closely as possible to a non-color font.
In particular, user-agents use a palette which will yield the best default result for reading.
User-agents may take the computed value of the 'color' property into consideration
when making this decision.
User agents may also construct and use a palette not defined in the font.
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

<div class="example">In the <code>COLR</code> [[!OPENTYPE]] table, color index 0xFFFF should be rendered according the 'color' property.</div>

<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>

<dt><dfn>light</dfn>
<dd>
Expand Down