Skip to content

Commit 1d90b1a

Browse files
committed
Fix my affiliation again; better section titles.
(date: 2006/03/03 18:06:39)
1 parent 28729e8 commit 1d90b1a

1 file changed

Lines changed: 11 additions & 9 deletions

File tree

css3-linebox/Overview.src.html

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ <h2 class="no-num no-toc" id="w3c-working">W3C Working Draft [DATE: 07 October 2
6464
<dd><a href="mailto:bert@w3.org">Bert Bos (W3C)</a></dd>
6565
<dd><a href="mailto:michelsu@microsoft.com">Michel Suignard (Microsoft)</a></dd>
6666
<dd><a href="mailto:szilles@adobe.com">Steve Zilles (Adobe)</a></dd>
67-
<dd><a href="http://dbaron.org/">L. David Baron (Mozilla Foundation)</a></dd>
67+
<dd><a href="http://dbaron.org/">L. David Baron (Mozilla Corporation)</a></dd>
6868

6969
</dl>
7070

@@ -156,7 +156,7 @@ <h2 id="LineBox">Line box, Line stacking and Content height</h2>
156156
For an horizontal layout flow it can be perceived as related to the the width of
157157
the box. However for a vertical layout flow it will be related to the height of
158158
the box. The term inline-progression dimension is the neutral way to express
159-
that dimension independently of the layout flow.&nbsp;
159+
that dimension independently of the layout flow.
160160

161161
<p>The <b>block-progression dimension</b> is a length in the direction of the
162162
block-progression of a box. For an horizontal layout flow it can be perceived as
@@ -211,7 +211,7 @@ <h3 id="InlineFormatting">Inline formatting context</h3>
211211
into adjacent line boxes. However, in this case, some user agents may use the
212212
line box to &quot;clip&quot; the border and padding areas (i.e., not render them). </p>
213213

214-
<h3 id="LineBoxWrapping">Line Box wrapping</h3>
214+
<h3 id="LineBoxWrapping">Inline-progression: Line Box wrapping</h3>
215215

216216
<p>In general, the start edge of a line box touches the start edge of its
217217
containing block and the end edge touches the end edge of its containing block.
@@ -307,7 +307,7 @@ <h3 id="LineBoxWrapping">Line Box wrapping</h3>
307307
</ul>
308308
</div>
309309

310-
<h3 id="inline1">Inline box progression dimension (height in horizontal flow), the
310+
<h3 id="inline1">Block-progression dimensions: the
311311
<span class="property">'text-height'</span> property</h3>
312312

313313
<p>Each inline box has a block-progression dimension which is derived from the
@@ -393,8 +393,10 @@ <h3 id="inline1">Inline box progression dimension (height in horizontal flow), t
393393
<p>For replaced elements, the block-progression dimension is determined by the
394394
outer edges (i.e. margin edge).</p>
395395

396-
<h3 id="InlineBoxHeight">Line height adjustment: the
397-
<span class="property">'line-height'</span> property</h3>
396+
<h3 id="LineBoxHeight">Block progression positioning and spacing</h3>
397+
398+
<h4 id="InlineBoxHeight">Line height adjustment: the
399+
<span class="property">'line-height'</span> property</h4>
398400

399401
<p>The 'line-height' property controls the amount of leading space
400402
which is added before and after the block-progression dimension of an
@@ -551,8 +553,8 @@ <h3 id="InlineBoxHeight">Line height adjustment: the
551553
the rendered glyphs will &quot;bleed&quot; outside the box. If such a box touches the edge
552554
of a line box, the rendered glyphs will also &quot;bleed&quot; into the adjacent line box.</p>
553555

554-
<h3 id="LineStacking">Line Stacking: the
555-
<span class="property">'line-box-contain'</span> property</h3>
556+
<h4 id="LineStacking">Line Stacking: the
557+
<span class="property">'line-box-contain'</span> property</h4>
556558

557559

558560
<table class="propdef" id="name-30">
@@ -726,7 +728,7 @@ <h3 id="LineStacking">Line Stacking: the
726728

727729

728730

729-
<h4>Old, remove this:</h4>
731+
<h5>Old, remove this:</h5>
730732

731733
<p>Line stacking is the mechanism by which a line box is determined for each
732734
line in a block and then these lines are stacked in the block-progression

0 commit comments

Comments
 (0)