From 1bd651adb02467ef41bc2f77164451a3f7755813 Mon Sep 17 00:00:00 2001 From: Kent Tamura Date: Wed, 13 May 2026 11:19:54 +0900 Subject: [PATCH] [css-inline-3] Percentage line-height should not be scaled by text-fit --- css-inline-3/Overview.bs | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css-inline-3/Overview.bs b/css-inline-3/Overview.bs index edd75089676d..a8bc28f948b7 100644 --- a/css-inline-3/Overview.bs +++ b/css-inline-3/Overview.bs @@ -952,7 +952,7 @@ Line Spacing: the 'line-height' property Initial: normal Applies to: non-replaced inline boxes and SVG text content elements Inherited: yes - Percentages: see below + Percentages: computed relative to ''1em'' Computed value: the specified keyword, a number, or a computed <> value Animation type: by computed value type @@ -990,8 +990,7 @@ Line Spacing: the 'line-height' property
<>
The [=preferred line height=] - is this percentage of the element's used 'font-size'. - The [=computed value=] of the property + and [=computed value=] of the property is this percentage of the element's computed 'font-size'. Negative values are illegal.