|
87 | 87 |
|
88 | 88 | <h1>CSS Paged Media Module Level 3</h1> |
89 | 89 |
|
90 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 17 February 2012</h2> |
| 90 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 20 February 2012</h2> |
91 | 91 |
|
92 | 92 | <dl> |
93 | 93 | <dt>This version: |
94 | 94 |
|
95 | 95 | <dd><a |
96 | 96 | 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/2012/ED-css3-page-20120217/">http://www.w3.org/TR/2012/WD-css3-page-20120217</a></dd> --> |
| 97 | + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css3-page-20120220/">http://www.w3.org/TR/2012/WD-css3-page-20120220</a></dd> --> |
98 | 98 |
|
99 | 99 | <dt>Latest version: |
100 | 100 |
|
@@ -181,7 +181,7 @@ <h2 class="no-num no-toc" id=status>Status of this Document</h2> |
181 | 181 | <p>This document contains the <abbr |
182 | 182 | title="Cascading Style Sheets">CSS3</abbr> Paged Media Module W3C Last |
183 | 183 | Call <a href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> |
184 | | - of 17 February 2012. The Last Call period ends on <span |
| 184 | + of 20 February 2012. The Last Call period ends on <span |
185 | 185 | class=fudge>TBD</span>.</p> |
186 | 186 |
|
187 | 187 | <p>Relative to the previous Last Call Working Draft, this version has |
@@ -2125,14 +2125,16 @@ <h3 id=page-size-prop><span class=secno>8.1. </span>Page size: the |
2125 | 2125 | qualified by a ‘<code class=css>width</code>’, ‘<code |
2126 | 2126 | class=css>height</code>’, ‘<code |
2127 | 2127 | class=css>device-width</code>’, ‘<code |
2128 | | - class=css>device-height</code>’, or ‘<code |
2129 | | - class=css>aspect-ratio</code>’ media query <a href="#MEDIAQ" |
| 2128 | + class=css>device-height</code>’, ‘<code |
| 2129 | + class=css>aspect-ratio</code>’, ‘<code |
| 2130 | + class=css>device-aspect-ratio</code>’ or ‘<code |
| 2131 | + class=css>orientation</code>’ media query <a href="#MEDIAQ" |
2130 | 2132 | rel=biblioentry>[MEDIAQ]<!--{{!MEDIAQ}}--></a> (or other conditional on |
2131 | 2133 | the size of the paper), then the declaration must be <a |
2132 | | - href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. <span |
2133 | | - class=issue>Does ‘<a href="#size"><code |
2134 | | - class=property>size</code></a>’ impact media query resolution? |
2135 | | - This is useful, but may be hard to implement.</span></p> |
| 2134 | + href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. Media |
| 2135 | + queries do not honor ‘<a href="#size"><code |
| 2136 | + class=property>size</code></a>’: they assume the paper size that |
| 2137 | + would be chosen if no @page rules were specified.</p> |
2136 | 2138 |
|
2137 | 2139 | <div class=example> |
2138 | 2140 | <p>In the following example |
|
0 commit comments