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
5 changes: 2 additions & 3 deletions css-fonts-5/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -486,8 +486,6 @@ the 'size-adjust' descriptor</h3>
such as ''em'' units, percentages in 'text-underline-offset', etc.)
remains unaffected.

Issue(8967):

Note: The 'size-adjust' descriptor functions similarly to
the 'font-size-adjust' property,
which essentially calculates an adjustment per font by matching ex heights,
Expand Down Expand Up @@ -548,11 +546,12 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors</
<dt><dfn><<percentage>></dfn>
<dd>
The corresponding metric is replaced by
the given percentage multiplied by the used font size.
the given percentage multiplied by the effective font size after adjustment.
</dl>

<wpt>
ascent-descent-override.html
font-size-adjust-metrics-override.html
line-gap-override.html
metrics-override-normal-keyword.html
</wpt>
Expand Down