Skip to content

Commit 4ae16d3

Browse files
committed
[css-inline-3] Improve line height intro and titling
1 parent 6ba10f0 commit 4ae16d3

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

css-inline-3/Overview.bs

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,12 @@ Legacy Values for SVG</h5>
919919
Issue: We would prefer to remove the ''baseline-shift/baseline'' value, and are looking for feedback from SVG user agents as to whether it's necessary.
920920

921921
<h2 id="line-height">
922-
Line Sizing and Spacing</h2>
922+
Logical Heights and Inter-line Spacing</h2>
923+
924+
The [=block-axis=] sizing of a [=line box=]
925+
depends on the sizes and [[#alignment|alignment]] of its [=inline-level=] contents.
926+
This sizing is controlled by
927+
the 'line-height', 'text-edge', 'leading-trim', and 'inline-sizing' properties.
923928

924929
<h3 id="line-height-property">
925930
Line Spacing: the 'line-height' property</h3>
@@ -1118,7 +1123,7 @@ Inline Box Edge Metrics: the 'text-edge' property</h3>
11181123

11191124

11201125
<h3 id="inline-height">
1121-
Logical Height Contributions of Inline Boxes</h3>
1126+
Calculating the Logical Height Contributions (“Layout Bounds”) of Inline Boxes</h3>
11221127

11231128
The contribution of an [=inline box=] to the [=logical height=] of its [=line box=],
11241129
here referred to as its <dfn>layout bounds</dfn>,
@@ -1371,11 +1376,8 @@ Half-Leading Control: the 'leading-trim' property</h3>
13711376
Note: The [=block-end=] side does not coincide with the [=line-under=] side
13721377
when 'writing-mode' is ''vertical-lr''.
13731378

1374-
<h2 id="inline-box-dimensions">
1375-
Drawing Inline Boxes</h2>
1376-
13771379
<h3 id="line-fill">
1378-
Inline Box Heights: the 'inline-sizing' property</h3>
1380+
Inline Box Drawing Height: the 'inline-sizing' property</h3>
13791381

13801382
<pre class="propdef">
13811383
Name: inline-sizing

0 commit comments

Comments
 (0)