Skip to content

Commit f5913e6

Browse files
committed
clarify if -> iff for margin box instantiation
1 parent 5a5b641 commit f5913e6

2 files changed

Lines changed: 8 additions & 8 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 28 March 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 8 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-20090328">http://www.w3.org/TR/2009/WD-css3-page-20090328</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090408">http://www.w3.org/TR/2009/WD-css3-page-20090408</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 28
183-
March 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 8
183+
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
186186
incorporates changes to the formerly named &lsquo;<code
@@ -1284,9 +1284,9 @@ <h3 id=margin-at-rules><span class=secno>6.1 </span>At-rules for margin
12841284
<h3 id=populating-margin-boxes><span class=secno>6.2 </span>Populating
12851285
margin boxes</h3>
12861286

1287-
<p>A margin box is instantiated if the computed value of its &lsquo;<code
1288-
class=property>content</code>&rsquo; property does not match that of its
1289-
initial value.
1287+
<p>A margin box is instantiated if and only if the computed value of its
1288+
&lsquo;<code class=property>content</code>&rsquo; property does not match
1289+
that of its initial value.
12901290

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

css3-page/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -889,7 +889,7 @@ <h3 id="margin-at-rules">At-rules for margin boxes</h3>
889889

890890
<h3 id="populating-margin-boxes">Populating margin boxes</h3>
891891

892-
<p>A margin box is instantiated if the computed value of its
892+
<p>A margin box is instantiated if and only if the computed value of its
893893
'content' property does not match that of its initial value.
894894

895895
<div class="example">

0 commit comments

Comments
 (0)