Skip to content

Commit 885c1aa

Browse files
committed
Add Alan Stearn's issue about propagating column breaks up to pages, etc, along with some proposed text
1 parent e342e82 commit 885c1aa

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

css3-break/Overview.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -904,6 +904,15 @@ <h3 id=forced-breaks><span class=secno>4.3. </span> Forced breaks</h3>
904904
class=property>page</code>’. See <a href="#CSS3PAGE"
905905
rel=biblioentry>[CSS3PAGE]<!--{{!CSS3PAGE}}--></a>
906906

907+
<p class=issue> <a
908+
href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0319.html">Issue:</a>
909+
When a forced break occurs, it forces ensuing content into the next
910+
fragmenter of the type associated with the break, breaking through as many
911+
fragmentation contexts as necessary until the specified break types are
912+
all satisfied. If the document is not fragmented (e.g. in continous media
913+
when no fragmenting features such as multi-column layout are used), then
914+
the forced break has no effect.
915+
907916
<h3 id=unforced-breaks><span class=secno>4.4. </span> Unforced Breaks</h3>
908917

909918
<p> While <a href="#breaking-controls">breaking controls</a> can force

css3-break/Overview.src.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,15 @@ <h3 id="forced-breaks">
640640
if the last line box above this margin and the first one below it do not have the
641641
same value for 'page'. See [[!CSS3PAGE]]
642642
</p>
643+
<p class="issue">
644+
<a href="http://lists.w3.org/Archives/Public/www-style/2012Aug/0319.html">Issue:</a>
645+
When a forced break occurs,
646+
it forces ensuing content into the next fragmenter of the type associated with the break,
647+
breaking through as many fragmentation contexts as necessary
648+
until the specified break types are all satisfied.
649+
If the document is not fragmented
650+
(e.g. in continous media when no fragmenting features such as multi-column layout are used),
651+
then the forced break has no effect.
643652

644653
<h3 id="unforced-breaks">
645654
Unforced Breaks</h3>

0 commit comments

Comments
 (0)