8000 shift sentence about margins forced page breaks to appropriate section · w3c/csswg-drafts@ef2849c · GitHub
Skip to content

Commit ef2849c

Browse files
committed
shift sentence about margins forced page breaks to appropriate section
1 parent ca10f8f commit ef2849c

2 files changed

Lines changed: 16 additions & 12 deletions

File tree

css3-page/Overview.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@
8787

8888
<h1>CSS Paged Media Module Level 3</h1>
8989

90-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 30 April 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 10 June 2009</h2>
9191

9292
<dl>
9393
<dt>This version:
9494

9595
<dd><a
9696
href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd>
97-
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090430">http://www.w3.org/TR/2009/WD-css3-page-20090430</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090610">http://www.w3.org/TR/2009/WD-css3-page-20090610</a></dd> -->
9898

9999
<dt>Latest version:
100100

@@ -179,8 +179,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
179179
<!--end-status-->
180180
<p>This document contains the <abbr title="Cascading Style
181181
Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a
182-
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 30
183-
April 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p>
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 10
183+
June 2009. The Last Call period ends on <span class=fudge>TBD</span>.</p>
184184

185185
<p>Relative to the previous Last Call Working Draft, this version
186186
incorporates changes to the formerly named &lsquo;<code
@@ -2824,12 +2824,10 @@ <h3 id=allowed-pg-brk><span class=secno>9.4 </span>Allowed page breaks</h3>
28242824

28252825
<ol>
28262826
<li id=brk-btw-blocks>In the vertical margin between sibling block boxes
2827-
(or rows in a table). When a <a href=forced-pg-brk>forced page
2828-
break</a> occurs here, the used values of any adjoining &lsquo;<code
2829-
class=property>margin-bottom</code>&rsquo; are set to zero. When an
2830-
unforced page break occurs here, both the adjoining &lsquo;<code
2831-
class=property>margin-top</code>&rsquo; and &lsquo;<code
2832-
class=property>margin-bottom</code>&rsquo; are set to zero.
2827+
(or rows in a table). When an unforced page break occurs here, both the
2828+
adjoining &lsquo;<code class=property>margin-top</code>&rsquo; and
2829+
&lsquo;<code class=property>margin-bottom</code>&rsquo; are set to
2830+
zero.
28332831

28342832
<li id=brk-btw-lines>Between line boxes inside a block box.
28352833

@@ -2920,6 +2918,10 @@ <h3 id=forced-pg-brk><span class=secno>9.5 </span>Forced page breaks</h3>
29202918
and the first one below it do not have the same value for &lsquo;<code
29212919
class=property><a href="#page">page</a></code>&rsquo;.</p>
29222920

2921+
<p> When a forced page break occurs at <a href="#brk-btw-blocks">(1)</a>,
2922+
the used values of any adjoining &lsquo;<code
2923+
class=property>margin-bottom</code>&rsquo; are set to zero.
2924+
29232925
<h3 id=best-pg-brk><span class=secno>9.6 </span>"Best" page breaks</h3>
29242926

29252927
<p>CSS3 does <em>not</em> define which of a set of allowed page breaks

css3-page/Overview.src.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2010,8 +2010,7 @@ <h3 id="allowed-pg-brk">Allowed page breaks</h3>
20102010

20112011
<ol>
20122012
<li id="brk-btw-blocks">In the vertical margin between sibling block boxes
2013-
(or rows in a table). When a <a href="forced-pg-brk">forced page break</a>
2014-
occurs here, the used values of any adjoining 'margin-bottom' are set to zero.
2013+
(or rows in a table).
20152014
When an unforced page break occurs here, both the adjoining 'margin-top' and
20162015
'margin-bottom' are set to zero.</li>
20172016
<li id="brk-btw-lines">Between line boxes inside a block box.</li>
@@ -2071,6 +2070,9 @@ <h3 id="forced-pg-brk">Forced page breaks</h3>
20712070
<a href="#brk-btw-blocks">(1)</a> if the last line box above this margin and
20722071
the first one below it do not have the same value for 'page'.</p>
20732072

2073+
<p> When a forced page break occurs at <a href="#brk-btw-blocks">(1)</a>,
2074+
the used values of any adjoining 'margin-bottom' are set to zero.
2075+
20742076

20752077
<h3 id="best-pg-brk">"Best" page breaks</h3>
20762078

0 commit comments

Comments
 (0)