Skip to content

Commit 8a28010

Browse files
committed
[css-fonts-4] Clarified that clamping to the variable range also affects implied variation axes w3c#7999
1 parent 448e641 commit 8a28010

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

css-fonts-4/Overview.bs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3205,7 +3205,10 @@ Font property descriptors: the 'font-style!!descriptor', 'font-weight!!descripto
32053205
where the font descriptors imply this is needed,
32063206
rather than based on the style attributes implied by the font data.
32073207
However, variation values applied to fonts defined with '@font-face'
3208-
will be clamped to both the values specified in these descriptors
3208+
will be clamped to both the values specified in these descriptors,
3209+
or implied by the application of variation parameters
3210+
(such as manipulation of the <code>wght</code> axis
3211+
to satisfy the requested ''font-weight''),
32093212
as well as the values supported by the font file itself.
32103213

32113214
<div class="example" id="ex-descriptors-matching">

0 commit comments

Comments
 (0)