Skip to content

Commit dcfdb44

Browse files
committed
portrait and landscape keywords can only be combined with page-size keywords, not lengths or 'auto'
1 parent 4503ee9 commit dcfdb44

2 files changed

Lines changed: 15 additions & 21 deletions

File tree

css3-page/Overview.html

Lines changed: 14 additions & 17 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 13 April 2009</h2>
90+
<h2 class="no-num no-toc" id=w3c-working>Editor's Draft 22 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-20090413">http://www.w3.org/TR/2009/WD-css3-page-20090413</a></dd> -->
97+
<!-- <dd><a href="http://www.w3.org/TR/2009/ED-css3-page-20090422">http://www.w3.org/TR/2009/WD-css3-page-20090422</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 13
182+
href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> of 22
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
@@ -2063,8 +2063,8 @@ <h3 id=page-size-prop><span class=secno>8.1 </span>Page size: the
20632063
<tr>
20642064
<th>Value:
20652065

2066-
<td>[ &lt;length&gt;{1,2} | auto | &lt;page-size&gt; ] || [ portrait |
2067-
landscape]
2066+
<td>&lt;length&gt;{1,2} | auto | [ &lt;page-size&gt; || [ portrait |
2067+
landscape] ]
20682068

20692069
<tr>
20702070
<th>Initial:
@@ -2104,9 +2104,6 @@ <h3 id=page-size-prop><span class=secno>8.1 </span>Page size: the
21042104
href="#size">size</a></code>&rsquo;</span> property also indicates the
21052105
size of the destination page sheet.</p>
21062106

2107-
<p class=issue>Should it be allowed to combine &lt;length&gt; and
2108-
[portrait|landscape]? What's implemented right now?</p>
2109-
21102107
<p>The size of a page box can either be "absolute" (fixed size) or
21112108
"relative" (scalable, i.e., fitting available sheet sizes).</p>
21122109

@@ -2816,7 +2813,7 @@ <h3 id=allowed-pg-brk><span class=secno>9.4 </span>Allowed page breaks</h3>
28162813
<ol>
28172814
<li id=brk-btw-blocks>In the vertical margin between sibling block boxes
28182815
(or rows in a table). When a <a href=forced-pg-brk>forced page
2819-
break</a> occurs here, the used value of any adjoining &lsquo;<code
2816+
break</a> occurs here, the used values of any adjoining &lsquo;<code
28202817
class=property>margin-bottom</code>&rsquo; are set to zero. When an
28212818
unforced page break occurs here, both the adjoining &lsquo;<code
28222819
class=property>margin-top</code>&rsquo; and &lsquo;<code
@@ -3919,10 +3916,10 @@ <h3 class=no-num id=normative-references>Normative References</h3>
39193916
<dt id=CSS21>[CSS21]
39203917

39213918
<dd>Bert Bos; et al. <a
3922-
href="http://www.w3.org/TR/2007/CR-CSS21-20070719"><cite>Cascading
3923-
Style Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 19
3924-
July 2007. W3C Candidate Recommendation. (Work in progress.) URL: <a
3925-
href="http://www.w3.org/TR/2007/CR-CSS21-20070719">http://www.w3.org/TR/2007/CR-CSS21-20070719</a>
3919+
href="http://www.w3.org/TR/2009/CR-CSS21-20090423"><cite>Cascading
3920+
Style Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 23
3921+
April 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
3922+
href="http://www.w3.org/TR/2009/CR-CSS21-20090423">http://www.w3.org/TR/2009/CR-CSS21-20090423</a>
39263923
</dd>
39273924
<!---->
39283925

@@ -3961,10 +3958,10 @@ <h3 class=no-num id=informative-references>Informative References</h3>
39613958
<dt id=MEDIAQ>[MEDIAQ]
39623959

39633960
<dd>Daniel Glazman; et al. <a
3964-
href="http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015"><cite>Media
3965-
Queries.</cite></a> 15 October 2008. W3C Working Draft. (Work in
3966-
progress.) URL: <a
3967-
href="http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015">http://www.w3.org/TR/2008/WD-css3-mediaqueries-20081015</a>
3961+
href="http://www.w3.org/TR/2009/WD-css3-mediaqueries-20090423"><cite>Media
3962+
Queries.</cite></a> 23 April 2009. W3C Candidate Recommendation. (Work
3963+
in progress.) URL: <a
3964+
href="http://www.w3.org/TR/2009/WD-css3-mediaqueries-20090423">http://www.w3.org/TR/2009/WD-css3-mediaqueries-20090423</a>
39683965
</dd>
39693966
<!---->
39703967

css3-page/Overview.src.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,7 +1457,7 @@ <h3 id="page-size-prop">Page size: the 'size' property</h3>
14571457
<td><dfn id="size">size</dfn>
14581458
<tr>
14591459
<th>Value:
1460-
<td>[ &lt;length&gt;{1,2} | auto | &lt;page-size&gt; ] || [ portrait | landscape]
1460+
<td>&lt;length&gt;{1,2} | auto | [ &lt;page-size&gt; || [ portrait | landscape] ]
14611461
<tr>
14621462
<th>Initial:
14631463
<td>auto
@@ -1484,9 +1484,6 @@ <h3 id="page-size-prop">Page size: the 'size' property</h3>
14841484
<span class="property">'size'</span> property also indicates the size of the
14851485
destination page sheet.</p>
14861486

1487-
<p class="issue">Should it be allowed to combine &lt;length&gt; and
1488-
[portrait|landscape]? What's implemented right now?</p>
1489-
14901487
<p>The size of a page box can either be "absolute" (fixed size) or "relative"
14911488
(scalable, i.e., fitting available sheet sizes).</p>
14921489

0 commit comments

Comments
 (0)