Skip to content

Commit d4f882c

Browse files
committed
clarify breakpoints as being between *sibling* block boxes
1 parent d49e8cc commit d4f882c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

css3-page/Overview.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2503,9 +2503,9 @@ <h3 id=allowed-pg-brk><span class=secno>5.4 </span>Allowed page breaks</h3>
25032503
the following places:</p>
25042504

25052505
<ol>
2506-
<li>In the vertical margin between block boxes (or rows in a table).
2507-
When a page break occurs here, the used values of the adjoining <span
2508-
class=property>'margin-bottom'</span> and <span
2506+
<li>In the vertical margin between sibling block boxes (or rows in a
2507+
table). When a page break occurs here, the used values of the adjoining
2508+
<span class=property>'margin-bottom'</span> and <span
25092509
class=property>'margin-top'</span> properties are set to <span
25102510
class=css>'0'</span>.
25112511

css3-page/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1868,7 +1868,7 @@ <h3 id="allowed-pg-brk">Allowed page breaks</h3>
18681868
following places:</p>
18691869

18701870
<ol>
1871-
<li>In the vertical margin between block boxes (or rows in a table).
1871+
<li>In the vertical margin between sibling block boxes (or rows in a table).
18721872
When a page break occurs here, the used values of the adjoining <span class="property">'margin-bottom'</span> and <span class="property">'margin-top'</span> properties are set to <span class="css">'0'</span>.</li>
18731873
<li>Between line boxes inside a block box.</li>
18741874
</ol>

0 commit comments

Comments
 (0)