Skip to content

Commit 09d2fd9

Browse files
committed
Make statement about breaking between columns normative, since multicol still doesn't specify this. :/ <http://lists.w3.org/Archives/Public/www-style/2007Nov/0112.html>
1 parent 20459ae commit 09d2fd9

2 files changed

Lines changed: 6 additions & 9 deletions

File tree

css3-writing-modes/Overview.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2325,12 +2325,9 @@ <h4 id=orthogonal-pagination><span class=secno>7.3.3. </span> Paginating
23252325

23262326
<p>With regards to pagination, the rules in CSS2.1 still hold in vertical
23272327
writing modes and orthogonal flows: page break opportunities do not occur
2328-
inside line boxes, only between them. Note that UAs that support <a
2329-
href="#CSS3COL" rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a> may break
2330-
between columns, however. <span class=issue>Does CSS3 Multicol specify
2331-
this <a
2332-
href="http://lists.w3.org/Archives/Public/www-style/2007Nov/0112.html">as
2333-
requested</a>?</span>
2328+
inside line boxes, only between them. UAs that support <a href="#CSS3COL"
2329+
rel=biblioentry>[CSS3COL]<!--{{!CSS3COL}}--></a> may break in the
2330+
(potentially zero-width) gap between columns, however.
23342331

23352332
<p>Note that if content spills outside the pagination stream established by
23362333
the root element, the UA is not required to print such content. Authors

css3-writing-modes/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,9 +1710,9 @@ <h4 id="orthogonal-pagination">
17101710

17111711
<p>With regards to pagination, the rules in CSS2.1 still hold in
17121712
vertical writing modes and orthogonal flows: page break opportunities
1713-
do not occur inside line boxes, only between them. Note that UAs
1714-
that support [[!CSS3COL]] may break between columns, however.
1715-
<span class="issue">Does CSS3 Multicol specify this <a href="http://lists.w3.org/Archives/Public/www-style/2007Nov/0112.html">as requested</a>?</span>
1713+
do not occur inside line boxes, only between them.
1714+
UAs that support [[!CSS3COL]] may break in the (potentially zero-width)
1715+
gap between columns, however.
17161716

17171717
<p>Note that if content spills outside the pagination stream
17181718
established by the root element, the UA is not required to print

0 commit comments

Comments
 (0)