Skip to content

Commit 7c1588c

Browse files
committed
Fix formatting. (date: 2004/11/21 02:53:00)
1 parent 019b336 commit 7c1588c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

css3-linebox/Overview.src.html

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,12 +171,14 @@ <h2 id="conformance">Conformance</h2>
171171
keywords are used in lowercase form.</p>
172172

173173

174-
<h2 id="LineBox">Line box, Line stacking and Content height </h2>
174+
<h2 id="LineBox">Line box, Line stacking and Content height</h2>
175175

176176
<p>This section describes inline boxes formatting, how lines are stacked
177177
together and a mechanism to adjust the content height of inline elements. Two
178178
terms: inline-progression dimension and block-progression dimension are used
179-
frequently in the section and are defined as follows<p>The <b>inline-progression
179+
frequently in the section and are defined as follows
180+
181+
<p>The <b>inline-progression
180182
dimension</b> is a length in the direction of the inline-progression of a box.
181183
For an horizontal layout flow it can be perceived as related to the the width of
182184
the box. However for a vertical layout flow it will be related to the height of
@@ -187,8 +189,9 @@ <h2 id="LineBox">Line box, Line stacking and Content height </h2>
187189
block-progression of a box. For an horizontal layout flow it can be perceived as
188190
related to the height of the box. However for a vertical layout flow it will be
189191
related to the width of the box. The term block-progression dimension is the
190-
neutral way to express that dimension independently of the layout flow.<h3 id="InlineFormatting">
191-
Inline formatting context</h3>
192+
neutral way to express that dimension independently of the layout flow.
193+
194+
<h3 id="InlineFormatting">Inline formatting context</h3>
192195

193196
<p>In an inline formatting context, boxes are laid out in the inline-progression
194197
direction, one after

0 commit comments

Comments
 (0)