Skip to content

Commit fc706ba

Browse files
committed
State that page and margin contexts have a value for every property, whether or not it applies.
1 parent 660de90 commit fc706ba

3 files changed

Lines changed: 50 additions & 6 deletions

File tree

css3-page/Overview.html

Lines changed: 8 additions & 3 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 24 April 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 25 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-20090424">http://www.w3.org/TR/2009/WD-css3-page-20090424</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090425">http://www.w3.org/TR/2009/WD-css3-page-20090425</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 24
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 25
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
@@ -1745,6 +1745,11 @@ <h2 id=page-properties><span class=secno>7 </span>Page Properties</h2>
17451745
to allow the gradual addition of appropriate CSS3 properties as they
17461746
emerge, without having to update this specification with each addition.</p>
17471747

1748+
<p><a href="http://www.w3.org/TR/CSS21/cascade.html#value-stages">As with
1749+
elements in the document</a>, both the page context and the margin
1750+
context have a computed value for every property, even if that property
1751+
does not apply to the page or margin box.</p>
1752+
17481753
<p>The normal rules for CSS properties apply with the following
17491754
exceptions:</p>
17501755

css3-page/Overview.src.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,6 +1223,11 @@ <h2 id="page-properties">Page Properties</h2>
12231223
addition of appropriate CSS3 properties as they emerge, without having to
12241224
update this specification with each addition.</p>
12251225

1226+
<p><a href="http://www.w3.org/TR/CSS21/cascade.html#value-stages">As with
1227+
elements in the document</a>, both the page context and the margin context
1228+
have a computed value for every property, even if that property does not
1229+
apply to the page or margin box.</p>
1230+
12261231
<p>The normal rules for CSS properties apply with the following exceptions:</p>
12271232

12281233
<ul>

css3-page/issues-2.txt

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ Open//Accepted/OutOfScope/Invalid/Rejected/Retracted
55
Issue 1.
66
Summary: Allow page-break properties to apply to internal table elements
77
From: Jim Wilkinson
8-
From: Christoph Paeper
8+
From: Christoph Päper
99
Comment: http://lists.w3.org/Archives/Public/www-style/2004Oct/0057.html
1010
Comment: http://lists.w3.org/Archives/Public/www-style/2005Apr/0206.html
11-
Open
11+
Closed: Accepted
1212
----
1313
Issue 2.
1414
Summary: Allow pseudo-class combinations
@@ -192,4 +192,38 @@ Issue 30.
192192
Summary: Parsing of @margin-box rules inconsistent with CSS2.1 core grammar
193193
From: Bjoern Hoehrmann
194194
Comment: http://lists.w3.org/Archives/Public/www-style/2008Jun/0297.html
195-
Open
195+
Open
196+
----
197+
Issue 31.
198+
Summary: Names for image-fit and image-position don't work well with SVG
199+
From: SVGWG
200+
Comment: http://lists.w3.org/Archives/Public/www-style/2009Mar/0245.html
201+
Open
202+
203+
----
204+
Issue 31.
205+
Summary:
206+
From:
207+
Comment:
208+
Open
209+
210+
----
211+
Issue 31.
212+
Summary:
213+
From:
214+
Comment:
215+
Open
216+
217+
----
218+
Issue 31.
219+
Summary:
220+
From:
221+
Comment:
222+
Open
223+
224+
----
225+
Issue 31.
226+
Summary:
227+
From:
228+
Comment:
229+
Open

0 commit comments

Comments
 (0)