@@ -171,12 +171,14 @@ <h2 id="conformance">Conformance</h2>
171171keywords 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
177177together and a mechanism to adjust the content height of inline elements. Two
178178terms: 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
180182dimension</ b > is a length in the direction of the inline-progression of a box.
181183For an horizontal layout flow it can be perceived as related to the the width of
182184the 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>
187189block-progression of a box. For an horizontal layout flow it can be perceived as
188190related to the height of the box. However for a vertical layout flow it will be
189191related 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
194197direction, one after
0 commit comments