Skip to content

Commit 9b44b74

Browse files
committed
[css-fonts-5] font-size-adjust precedes font metrics overrides w3c#8967
1 parent 96ddb61 commit 9b44b74

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

css-fonts-5/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,8 +486,6 @@ the 'size-adjust' descriptor</h3>
486486
such as ''em'' units, percentages in 'text-underline-offset', etc.)
487487
remains unaffected.
488488

489-
Issue(8967):
490-
491489
Note: The 'size-adjust' descriptor functions similarly to
492490
the 'font-size-adjust' property,
493491
which essentially calculates an adjustment per font by matching ex heights,
@@ -548,11 +546,12 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors</
548546
<dt><dfn><<percentage>></dfn>
549547
<dd>
550548
The corresponding metric is replaced by
551-
the given percentage multiplied by the used font size.
549+
the given percentage multiplied by the effective font size after adjustment.
552550
</dl>
553551

554552
<wpt>
555553
ascent-descent-override.html
554+
font-size-adjust-metrics-override.html
556555
line-gap-override.html
557556
metrics-override-normal-keyword.html
558557
</wpt>

0 commit comments

Comments
 (0)