Skip to content

Commit 66338b8

Browse files
committed
[css-break] whitespace fixes
1 parent f0ac9b9 commit 66338b8

2 files changed

Lines changed: 12 additions & 9 deletions

File tree

css-break/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
421421
href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">inline
422422
boxes</a> across <a
423423
href="http://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a>.
424-
However, inline breaking is not covered here; see <a href="#ref-CSS21"
424+
However, inline breaking is not covered here; see <a href="#ref-CSS3TEXT"
425425
rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a>.
426426

427427
<h2 id=breaking-controls><span class=secno>3. </span> Controlling Breaks</h2>
@@ -842,13 +842,13 @@ <h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3>
842842

843843
<dd> When the block flow direction of the siblings' containing block is
844844
parallel to that of the fragmentation context: block-level boxes, table
845-
row group boxes, table row boxes, multi-column column row boxes
845+
row group boxes, table row boxes, multi-column column row boxes.
846846

847847
<dt>Block-perpendicular Fragmentation
848848

849849
<dd> When the block flow direction of the siblings' containing block is
850850
perpendicular to that of the fragmentation context: table column group
851-
boxes, table column boxes, multi-column column boxes
851+
boxes, table column boxes, multi-column column boxes.
852852
</dl>
853853

854854
<dt id=btw-lines>Class B

css-break/Overview.src.html

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -563,17 +563,20 @@ <h3 id="possible-breaks">
563563
<dd>
564564
When the block flow direction of the siblings' containing block
565565
is parallel to that of the fragmentation context:
566-
block-level boxes, table row group boxes, table row boxes,
567-
multi-column column row boxes
566+
block-level boxes,
567+
table row group boxes,
568+
table row boxes,
569+
multi-column column row boxes.
568570
</dd>
569571
<dt>Block-perpendicular Fragmentation</dt>
570572
<dd>
571573
When the block flow direction of the siblings' containing block
572-
is perpendicular
573-
to that of the fragmentation context:
574-
table column group boxes, table column boxes, multi-column column boxes
574+
is perpendicular to that of the fragmentation context:
575+
table column group boxes,
576+
table column boxes,
577+
multi-column column boxes.
575578
</dd>
576-
</dl>
579+
</dl>
577580
<dt id="btw-lines">Class B</dt>
578581
<dd>
579582
Between line boxes inside a block container box.

0 commit comments

Comments
 (0)