Skip to content

Commit adbe280

Browse files
committed
create margin boxes iff content does not compute to its initial value
1 parent 89d5320 commit adbe280

2 files changed

Lines changed: 10 additions & 22 deletions

File tree

css3-page/Overview.html

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

8888
<h1 id=css-paged>CSS Paged Media Module Level 3</h1>
8989

90-
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 20 June 2008</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 25 June 2008</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/2008/ED-css3-page-20080620">http://www.w3.org/TR/2008/WD-css3-page-20080620</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2008/ED-css3-page-20080625">http://www.w3.org/TR/2008/WD-css3-page-20080625</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 20
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 25
183183
June 2008. 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
@@ -1270,19 +1270,10 @@ <h3 id=margin-at-rules><span class=secno>6.1 </span>At-rules for margin
12701270
<h3 id=populating-margin-boxes><span class=secno>6.2 </span>Populating
12711271
margin boxes</h3>
12721272

1273-
<p>A margin box is instantiated if a margin context is established and one
1274-
of the following conditions holds:</p>
1275-
1276-
<ul>
1277-
<li>The computed value of <span class=property>&lsquo;<span
1278-
class=property>content</span>&rsquo;</span> is not <span
1279-
class=css>&lsquo;<span class=property>none</span>&rsquo;</span>.
1280-
1281-
<li>Both <span class=property>&lsquo;<span
1282-
class=property>width</span>&rsquo;</span> and <span
1283-
class=property>&lsquo;<span class=property>height</span>&rsquo;</span>
1284-
are set in the margin context.
1285-
</ul>
1273+
<p>A margin box is instantiated if a margin context is established the
1274+
computed value of <span class=property>&lsquo;<span
1275+
class=property>content</span>&rsquo;</span> is not <span
1276+
class=css>&lsquo;<span class=property>none</span>&rsquo;</span>.</p>
12861277

12871278
<div class=example>
12881279
<p>The following style sheet creates a green box in each corner of the

css3-page/Overview.src.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -882,12 +882,9 @@ <h3 id="margin-at-rules">At-rules for margin boxes</h3>
882882

883883
<h3 id="populating-margin-boxes">Populating margin boxes</h3>
884884

885-
<p>A margin box is instantiated if a margin context is established and one of the following conditions holds:</p>
886-
887-
<ul>
888-
<li>The computed value of <span class="property">'content'</span> is not <span class="css">'none'</span>.</li>
889-
<li>Both <span class="property">'width'</span> and <span class="property">'height'</span> are set in the margin context.</li>
890-
</ul>
885+
<p>A margin box is instantiated if a margin context is established the
886+
computed value of <span class="property">'content'</span> is not
887+
<span class="css">'none'</span>.
891888

892889
<div class="example">
893890
<p>The following style sheet creates a green box in each corner of the page

0 commit comments

Comments
 (0)