Skip to content

Commit 3327e32

Browse files
authored
[css-inline-3] Percentage line-height should not be scaled by text-fit (#13918)
1 parent d359f0c commit 3327e32

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -952,7 +952,7 @@ Line Spacing: the 'line-height' property</h3>
952952
Initial: normal
953953
Applies to: non-replaced inline boxes and SVG <a>text content elements</a>
954954
Inherited: yes
955-
Percentages: see below
955+
Percentages: computed relative to ''1em''
956956
Computed value: the specified keyword, a number, or a computed <<length>> value
957957
Animation type: by computed value type
958958
</pre>
@@ -990,8 +990,7 @@ Line Spacing: the 'line-height' property</h3>
990990
<dt><dfn><<percentage [0,∞]>></dfn>
991991
<dd>
992992
The [=preferred line height=]
993-
is this percentage of the element's used 'font-size'.
994-
The [=computed value=] of the property
993+
and [=computed value=] of the property
995994
is this percentage of the element's computed 'font-size'.
996995
Negative values are illegal.
997996
</dl>

0 commit comments

Comments
 (0)