Skip to content

Commit e539307

Browse files
committed
[css-break] Add changes list
--HG-- extra : rebase_source : 338a8ff37daf2f9d98af9574c16ea2aca05cbdc0
1 parent 1cf95b7 commit e539307

2 files changed

Lines changed: 31 additions & 24 deletions

File tree

css-break/Overview.html

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1675,31 +1675,35 @@ <h3 id=cr-exit-criteria><span class=secno>6.6. </span> CR Exit Criteria</h3>
16751675
<h2 class=no-num id=changes> Changes</h2>
16761676

16771677
<p>The following significant changes were made since the <a
1678-
href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">28 February 2012
1678+
href="http://www.w3.org/TR/2012/WD-css3-break-20120823/">29 August 2012
16791679
Working Draft</a>:
16801680

16811681
<ul>
1682-
<li>Added ‘<code class=css>recto</code>’ and ‘<code
1683-
class=css>verso</code>’ values to ‘<a href="#break-before"><code
1684-
class=property>break-before</code></a>’ and ‘<a
1685-
href="#break-after"><code class=property>break-after</code></a>’.
1682+
<li>Added definition of ‘<a href="#box-decoration-break"><code
1683+
class=property>box-decoration-break</code></a>’ (moved from <a
1684+
href="#ref-CSS3BG" rel=biblioentry>[CSS3BG]<!--{{CSS3BG}}--></a>).
16861685

1687-
<li>Better definitions for handling <a
1688-
href="#monolithic"><i>monolithic</i></a> elements.
1686+
<li>Added ‘<code class=css>any</code>’ value to ‘<a
1687+
href="#break-before"><code class=property>break-before</code></a>’ and
1688+
<a href="#break-after"><code class=property>break-after</code></a>’.
16891689

1690-
<li>Improved some terminology and added more terms (<a
1691-
href="#remaining-fragmentainer-extent"><i>remaining fragmentainer
1692-
extent</i></a> and <a href="#fragmentation-direction"><i>fragmentation
1693-
direction</i></a>).
1690+
<li>Defined that boxes <a href="#box-splitting">extend to the bottom of
1691+
the page</a> when broken.
1692+
1693+
<li>Defined breaking of <a href="#transforms">transformed/positioned
1694+
content</a>.
1695+
1696+
<li>Defined 1px minimum extent of fragmentainers to ensure progress.
1697+
1698+
<li>Clarified fragmentation of <a href="#paraparal-flows">parallel
1699+
flows</a>.
16941700

1695-
<li>Defined handling of <a href="#break-decoration">backgrounds/borders
1696-
and specified height</a> when a box is fragmented.
1701+
<li>Defined handling of overflowing content (as parallel content).
16971702

1698-
<li>Defined <a href="#page-break">aliasing</a> of ‘<code
1699-
class=css>break-*</code>’ and ‘<code class=css>page-break-*</code>
1700-
properties.
1703+
<li>Clarified <a href="#varying-size-boxes">float fragmentation</a> in
1704+
varying-size fragmentainers.
17011705

1702-
<li>Various minor clarifications.
1706+
<li>Various other clarifications.
17031707
</ul>
17041708

17051709
<h2 class=no-num id=acknowledgments> Acknowledgments</h2>

css-break/Overview.src.html

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1369,15 +1369,18 @@ <h2 class="no-num" id="changes">
13691369
Changes</h2>
13701370

13711371
<p>The following significant changes were made since the
1372-
<a href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">28 February 2012 Working Draft</a>:
1372+
<a href="http://www.w3.org/TR/2012/WD-css3-break-20120823/">29 August 2012 Working Draft</a>:
13731373

13741374
<ul>
1375-
<li>Added ''recto'' and ''verso'' values to 'break-before' and 'break-after'.
1376-
<li>Better definitions for handling <i>monolithic</i> elements.
1377-
<li>Improved some terminology and added more terms (<i>remaining fragmentainer extent</i> and <i>fragmentation direction</i>).
1378-
<li>Defined handling of <a href="#break-decoration">backgrounds/borders and specified height</a> when a box is fragmented.
1379-
<li>Defined <a href="#page-break">aliasing</a> of 'break-*' and 'page-break-*' properties.
1380-
<li>Various minor clarifications.
1375+
<li>Added definition of 'box-decoration-break' (moved from [[CSS3BG]]).
1376+
<li>Added ''any'' value to 'break-before' and 'break-after'.
1377+
<li>Defined that boxes <a href="#box-splitting">extend to the bottom of the page</a> when broken.
1378+
<li>Defined breaking of <a href="#transforms">transformed/positioned content</a>.
1379+
<li>Defined 1px minimum extent of fragmentainers to ensure progress.
1380+
<li>Clarified fragmentation of <a href="#paraparal-flows">parallel flows</a>.
1381+
<li>Defined handling of overflowing content (as parallel content).
1382+
<li>Clarified <a href="#varying-size-boxes">float fragmentation</a> in varying-size fragmentainers.
1383+
<li>Various other clarifications.
13811384
</ul>
13821385

13831386
<h2 class="no-num" id="acknowledgments">

0 commit comments

Comments
 (0)