Skip to content

Commit fdc1ed4

Browse files
committed
Recommend against putting at-rules before declarations in @page.
1 parent 115dc67 commit fdc1ed4

2 files changed

Lines changed: 10 additions & 6 deletions

File tree

css3-page/Overview.html

Lines changed: 7 additions & 5 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 21 January 2010</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 29 March 2010</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/2010/ED-css3-page-20100121">http://www.w3.org/TR/2010/WD-css3-page-20100121</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2010/ED-css3-page-20100329">http://www.w3.org/TR/2010/WD-css3-page-20100329</a></dd> -->
9898

9999
<dt>Latest version:
100100

@@ -180,8 +180,8 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2>
180180
<!--end-status-->
181181
<p>This document contains the <abbr title="Cascading Style
182182
Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a
183-
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 21
184-
January 2010. The Last Call period ends on <span class=fudge>TBD</span>.</p>
183+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 29
184+
March 2010. The Last Call period ends on <span class=fudge>TBD</span>.</p>
185185

186186
<p>Relative to the previous Last Call Working Draft, this version
187187
incorporates changes to the formerly named &lsquo;<code
@@ -1266,7 +1266,9 @@ <h3 id=margin-at-rules><span class=secno>6.1. </span>At-rules for margin
12661266
boxes</h3>
12671267

12681268
<p>Margin boxes are created by <a href="#margin-at-rules">margin
1269-
at-rules</a> inside the <a href="#page-context">page context</a>.</p>
1269+
at-rules</a> inside the <a href="#page-context">page context</a>. These
1270+
rules should come after any declarations in the page context as legacy
1271+
clients may not handle declarations after margin at-rules correctly.</p>
12701272

12711273
<p>A <dfn id=margin-at-rule>margin at-rule</dfn> consists of an <a
12721274
href="#specializatons-of-ATKEYWORD">ATKEYWORD</a> that identifies the

css3-page/Overview.src.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,9 @@ <h2 id="margin-boxes">Margin Boxes</h2>
872872
<h3 id="margin-at-rules">At-rules for margin boxes</h3>
873873

874874
<p>Margin boxes are created by <a href="#margin-at-rules">margin at-rules</a>
875-
inside the <a href="#page-context">page context</a>.</p>
875+
inside the <a href="#page-context">page context</a>.
876+
These rules should come after any declarations in the page context as legacy
877+
clients may not handle declarations after margin at-rules correctly.</p>
876878

877879
<p>A <dfn id="margin-at-rule">margin at-rule</dfn> consists of an <a href="#specializatons-of-ATKEYWORD">ATKEYWORD</a> that identifies the margin box
878880
(e.g. <span class="css">'@top-left'</span>) and a block of declarations (said

0 commit comments

Comments
 (0)