Skip to content

Commit b403369

Browse files
committed
Update Changes
1 parent 93c7282 commit b403369

2 files changed

Lines changed: 50 additions & 2 deletions

File tree

css3-break/Overview.html

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 8 August 2012</h2>
3838

3939
<dt>Previous version:
4040

41-
<dd>None
41+
<dd><a
42+
href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">http://www.w3.org/TR/2012/WD-css3-break-20120228/</a>
4243

4344
<dt>Editors:
4445

@@ -212,6 +213,8 @@ <h2 class="no-num no-toc" id=contents> Table of contents</h2>
212213
Criteria</a>
213214
</ul>
214215

216+
<li class=no-num><a href="#changes"> Changes</a>
217+
215218
<li class=no-num><a href="#acknowledgments"> Acknowledgments</a>
216219

217220
<li class=no-num><a href="#references">References</a>
@@ -1445,6 +1448,36 @@ <h3 id=cr-exit-criteria><span class=secno>6.6. </span> CR Exit Criteria</h3>
14451448
<p> The specification will remain Candidate Recommendation for at least six
14461449
months.
14471450

1451+
<h2 class=no-num id=changes> Changes</h2>
1452+
1453+
<p>The following significant changes were made since the <a
1454+
href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">28 February 2012
1455+
Working Draft</a>:
1456+
1457+
<ul>
1458+
<li>Added ‘<code class=css>recto</code>’ and ‘<code
1459+
class=css>verso</code>’ values to ‘<a href="#break-before"><code
1460+
class=property>break-before</code></a>’ and ‘<a
1461+
href="#break-after"><code class=property>break-after</code></a>’.
1462+
1463+
<li>Better definitions for handling <a
1464+
href="#monolithic"><i>monolithic</i></a> elements.
1465+
1466+
<li>Improved some terminology and added more terms (<a
1467+
href="#remaining-fragmentainer-extent"><i>remaining fragmentainer
1468+
extent</i></a> and <a href="#fragmentation-direction"><i>fragmentation
1469+
direction</i></a>).
1470+
1471+
<li>Defined handling of <a href="#box-break">backgrounds/borders and
1472+
specified height</a> when a box is fragmented.
1473+
1474+
<li>Defined <a href="#page-break">aliasing</a> of ‘<code
1475+
class=css>break-*</code>’ and ‘<code class=css>page-break-*</code>
1476+
properties.
1477+
1478+
<li>Various minor clarifications.
1479+
</ul>
1480+
14481481
<h2 class=no-num id=acknowledgments> Acknowledgments</h2>
14491482

14501483
<p> The editors would like to thank Michael Day, Alex Mogilevsky, and

css3-break/Overview.src.html

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ <h2 class="no-num no-toc">[LONGSTATUS] [DATE]</h2>
2323
<dd><a href="http://dev.w3.org/csswg/[SHORTNAME]/">http://dev.w3.org/csswg/[SHORTNAME]/</a></dd>
2424

2525
<dt>Previous version:</dt>
26-
<dd>None</dd>
26+
<dd><a href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">http://www.w3.org/TR/2012/WD-css3-break-20120228/</a></dd>
2727

2828
<dt>Editors:</dt>
2929
<dd class="vcard"><span class="fn">Rossen Atanassov</span>, <span class="org"><a class="fn org url" href="http://www.microsoft.com/">Microsoft Corporation</a></span>, <span class="email">ratan@microsoft.com</span></dd>
@@ -1187,6 +1187,21 @@ <h3 id="cr-exit-criteria">
11871187
The specification will remain Candidate Recommendation for at least six months.
11881188
</p>
11891189

1190+
<h2 class="no-num" id="changes">
1191+
Changes</h2>
1192+
1193+
<p>The following significant changes were made since the
1194+
<a href="http://www.w3.org/TR/2012/WD-css3-break-20120228/">28 February 2012 Working Draft</a>:
1195+
1196+
<ul>
1197+
<li>Added ''recto'' and ''verso'' values to 'break-before' and 'break-after'.
1198+
<li>Better definitions for handling <i>monolithic</i> elements.
1199+
<li>Improved some terminology and added more terms (<i>remaining fragmentainer extent</i> and <i>fragmentation direction</i>).
1200+
<li>Defined handling of <a href="#box-break">backgrounds/borders and specified height</a> when a box is fragmented.
1201+
<li>Defined <a href="#page-break">aliasing</a> of 'break-*' and 'page-break-*' properties.
1202+
<li>Various minor clarifications.
1203+
</ul>
1204+
11901205
<h2 class="no-num" id="acknowledgments">
11911206
Acknowledgments</h2>
11921207

0 commit comments

Comments
 (0)