Skip to content

Commit 1cf95b7

Browse files
author
ratan@microsoft.com
committed
[css-break] Clarifying the minimum extent of fragmentainers used to guarantee progress.
1 parent 0f6fdcf commit 1cf95b7

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

css-break/Overview.html

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
rel=dcterms.rights>
1313
<meta content="CSS Fragmentation Module Level 3" name=dcterms.title>
1414
<meta content=text name=dcterms.type>
15-
<meta content=2013-12-12 name=dcterms.date>
15+
<meta content=2013-12-13 name=dcterms.date>
1616
<meta content="Rossen Atanassov" name=dcterms.creator>
1717
<meta content="Microsoft Corporation" name=dcterms.creator>
1818
<meta
@@ -34,11 +34,11 @@
3434
<h1 id=css-fragmentation-module>CSS Fragmentation Module Level 3:<br>
3535
Breaking the Web, one fragment at a time</h1>
3636

37-
<h2 class="no-num no-toc">Editor's Draft 12 December 2013</h2>
37+
<h2 class="no-num no-toc">Editor's Draft 13 December 2013</h2>
3838

3939
<dl>
4040
<dt>This version:</dt>
41-
<!--<dd><a href="http://dev.w3.org/csswg/css3-break/">http://www.w3.org/TR/2013/WD-css3-break-20131212/</a></dd>-->
41+
<!--<dd><a href="http://dev.w3.org/csswg/css3-break/">http://www.w3.org/TR/2013/WD-css3-break-20131213/</a></dd>-->
4242

4343
<dd><a
4444
href="http://dev.w3.org/csswg/css3-break/">http://dev.w3.org/csswg/css3-break/</a>
@@ -415,8 +415,9 @@ <h2 id=fragmentation-model><span class=secno>2. </span> Fragmentation Model
415415
href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">inline
416416
boxes</a> across <a
417417
href="http://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a>.
418-
However, inline breaking is not covered here; see [CSS21]]/<a
419-
href="#ref-CSS3TEXT" rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a>.
418+
However, inline breaking is not covered here; see <a href="#ref-CSS21"
419+
rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a>/<a href="#ref-CSS3TEXT"
420+
rel=biblioentry>[CSS3TEXT]<!--{{CSS3TEXT}}--></a>.
420421

421422
<h3 id=parallel-flows><span class=secno>2.1. </span> Parallel Fragmentation
422423
Flows</h3>
@@ -870,6 +871,9 @@ <h2 id=breaking-rules><span class=secno>4. </span> Rules for Breaking</h2>
870871
href="http://www.w3.org/TR/css3-writing-modes/#extent">logical height</a>
871872
(and no specified maximum logical height).
872873

874+
<p> To guarantee progress, fragmentainers are assumend to have a minimum
875+
extent of 1px regardless of their used size.
876+
873877
<h3 id=possible-breaks><span class=secno>4.1. </span> Possible Break Points</h3>
874878

875879
<p> Fragmentation splits boxes in the block flow dimension. In

css-break/Overview.src.html

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ <h2 id="fragmentation-model">
182182
and similarly creates box fragments when it breaks
183183
<a href="http://www.w3.org/TR/CSS21/visuren.html#inline-boxes">inline boxes</a>
184184
across <a href="http://www.w3.org/TR/CSS21/visuren.html#line-box">line boxes</a>.
185-
However, inline breaking is not covered here; see [CSS21]]/[[CSS3TEXT]].
185+
However, inline breaking is not covered here; see [[!CSS21]]/[[CSS3TEXT]].
186186
</p>
187187

188188
<h3 id="parallel-flows">
@@ -582,6 +582,10 @@ <h2 id="breaking-rules">
582582
<a href="http://www.w3.org/TR/css3-writing-modes/#extent">logical height</a>
583583
(and no specified maximum logical height).
584584

585+
<p>
586+
To guarantee progress, fragmentainers are assumend to have a minimum
587+
extent of 1px regardless of their used size.
588+
585589
<h3 id="possible-breaks">
586590
Possible Break Points</h3>
587591

0 commit comments

Comments
 (0)