You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css-fonts-4/Overview.bs
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6174,13 +6174,11 @@ Animation type: discrete
6174
6174
<dl dfn-for=font-palette dfn-type=value>
6175
6175
<dt><dfn>normal</dfn>
6176
6176
<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
6183
6178
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>
0 commit comments