Skip to content

Commit b419b6b

Browse files
committed
[css-fonts-4] Clarify description of font palettes
Based on feedback from an external contributor.
1 parent df0ae15 commit b419b6b

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

css-fonts-4/Overview.bs

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4401,7 +4401,7 @@ In these fonts, colors are referenced by index when describing the geometry of e
44014401
These indices are resolved within a current active palette
44024402
using a lookup table present inside the font.
44034403
However, many fonts contain multiple palettes,
4404-
each containing a set of complimentary colors
4404+
each containing a set of complementary colors
44054405
chosen by the font designer to provide pleasing visual results.
44064406

44074407
<pre class="propdef">
@@ -4450,11 +4450,16 @@ Animatable: No (see below)
44504450

44514451
<dt><dfn type><<palette-identifier>></dfn>
44524452
<dd>
4453-
This value identifies an author-define palette to use.
4453+
This value identifies an CSS-defined palette to use.
44544454
Users can define a palette by using the ''@font-palette-values'' rule.
44554455
If no applicable ''@font-palette-values'' rule is present,
44564456
this value behaves as ''font-palette/normal''.
44574457

4458+
Note: Such a CSS-defined palette may
4459+
be a reference to an existing palette already present in the font,
4460+
be a modification of an existing palette already present in the font,
4461+
or be an entirely new palette.
4462+
44584463
</dl>
44594464

44604465
Issue: Add examples and pictures.

0 commit comments

Comments
 (0)