From 9b44b74b95a18c6d155390fa70206caa5704af39 Mon Sep 17 00:00:00 2001 From: ChangSeok Oh Date: Tue, 6 Feb 2024 23:05:33 -0800 Subject: [PATCH] [css-fonts-5] font-size-adjust precedes font metrics overrides #8967 --- css-fonts-5/Overview.bs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css-fonts-5/Overview.bs b/css-fonts-5/Overview.bs index ba7e183f94a..911b4b42bd0 100644 --- a/css-fonts-5/Overview.bs +++ b/css-fonts-5/Overview.bs @@ -486,8 +486,6 @@ the 'size-adjust' descriptor 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, @@ -548,11 +546,12 @@ the 'ascent-override', 'descent-override', and 'line-gap-override' descriptors<>
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. ascent-descent-override.html + font-size-adjust-metrics-override.html line-gap-override.html metrics-override-normal-keyword.html