Skip to content

Commit 630872b

Browse files
committed
Try to clarify breakpoint between content edge and content
1 parent 044804b commit 630872b

2 files changed

Lines changed: 11 additions & 11 deletions

File tree

css3-page/Overview.html

Lines changed: 7 additions & 7 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 29 April 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 30 April 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-20090429">http://www.w3.org/TR/2009/WD-css3-page-20090429</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> -->
9898

9999
<dt>Latest version:
100100

@@ -179,7 +179,7 @@ <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 29
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 30
183183
April 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
@@ -2833,10 +2833,10 @@ <h3 id=allowed-pg-brk><span class=secno>9.4 </span>Allowed page breaks</h3>
28332833

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

2836-
<li id=brk-end-block>Between the bottom content edge of a block box and
2837-
the end of its child content (bottom margin edge of the last
2838-
block-level child or bottom edge of the last line box) <em>if</em> the
2839-
distance between them is positive.
2836+
<li id=brk-end-block>Between the content edge of a block box and the
2837+
outer edges of its child content (margin edges of block-level children
2838+
or line box edges for inline-level children) <em>if</em> there is a
2839+
(non-zero) gap between them.
28402840
</ol>
28412841

28422842
<p>These breaks are subject to the following rules:</p>

css3-page/Overview.src.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2015,10 +2015,10 @@ <h3 id="allowed-pg-brk">Allowed page breaks</h3>
20152015
When an unforced page break occurs here, both the adjoining 'margin-top' and
20162016
'margin-bottom' are set to zero.</li>
20172017
<li id="brk-btw-lines">Between line boxes inside a block box.</li>
2018-
<li id="brk-end-block">Between the bottom content edge of a block box and
2019-
the end of its child content (bottom margin edge of the last block-level child
2020-
or bottom edge of the last line box) <em>if</em> the distance between them is
2021-
positive.
2018+
<li id="brk-end-block">Between the content edge of a block box and the outer
2019+
edges of its child content (margin edges of block-level children or line box
2020+
edges for inline-level children) <em>if</em> there is a (non-zero) gap between
2021+
them.
20222022
</ol>
20232023

20242024
<p>These breaks are subject to the following rules:</p>

0 commit comments

Comments
 (0)