Skip to content

Commit e28d248

Browse files
committed
Clarify "in the normal flow of the root element" by using ICB instead. <http://lists.w3.org/Archives/Public/www-style/2012Jun/0195.html>
--HG-- extra : rebase_source : 7bc63eaedd34061e83cd586944759b1a9d549bb8
1 parent fce0305 commit e28d248

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

css3-page/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2605,8 +2605,8 @@ <h3 id=pg-br-before-after><span class=secno>9.1. </span>Break
26052605
class=property>page-break-inside</code></a>’—table cells of
26062606
block-level tables in the normal flow of the root element. User agents
26072607
should also apply these properties to floated boxes whose containing
2608-
block is in the normal flow of the root element. User agents may also
2609-
apply these properties to other boxes.
2608+
block is in the normal flow established by the initial containing block.
2609+
User agents may also apply these properties to other boxes.
26102610

26112611
<h3 id=using-named-pages><span class=secno>9.2. </span>Using named pages:
26122612
<a href="#page"><code class=property>page</code></a></h3>

css3-page/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1861,7 +1861,8 @@ <h3 id="pg-br-before-after">Break before/after elements: <span class="property">
18611861
rows, table row groups, and&#8212;in the case of
18621862
'page-break-inside'&#8212;table cells of block-level tables in the normal
18631863
flow of the root element. User agents should also apply these properties to
1864-
floated boxes whose containing block is in the normal flow of the root element.
1864+
floated boxes whose containing block is in the normal flow established by
1865+
the initial containing block.
18651866
User agents may also apply these properties to other boxes.
18661867

18671868
<h3 id="using-named-pages">Using named pages: 'page'</h3>

0 commit comments

Comments
 (0)