- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 20 Feb 2012 16:54:19 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-page In directory hutz:/tmp/cvs-serv8414 Modified Files: Overview.html Overview.src.html Log Message: Make media queries not depend on 'size' / 'width' / 'height', see <http://lists.w3.org/Archives/Public/www-style/2012Feb/0968.html> Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-page/Overview.html,v retrieving revision 1.74 retrieving revision 1.75 diff -u -d -r1.74 -r1.75 --- Overview.html 17 Feb 2012 22:43:48 -0000 1.74 +++ Overview.html 20 Feb 2012 16:54:16 -0000 1.75 @@ -87,14 +87,14 @@ <h1>CSS Paged Media Module Level 3</h1> - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 17 February 2012</h2> + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 20 February 2012</h2> <dl> <dt>This version: <dd><a href="http://dev.w3.org/csswg/css3-page/">http://dev.w3.org/csswg/css3-page/</a></dd> - <!-- <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> --> + <!-- <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> --> <dt>Latest version: @@ -181,7 +181,7 @@ <p>This document contains the <abbr title="Cascading Style Sheets">CSS3</abbr> Paged Media Module W3C Last Call <a href="/2005/10/Process-20051014/tr.html#RecsWD">Working Draft</a> - of 17 February 2012. The Last Call period ends on <span + of 20 February 2012. The Last Call period ends on <span class=fudge>TBD</span>.</p> <p>Relative to the previous Last Call Working Draft, this version has @@ -2125,14 +2125,16 @@ qualified by a ‘<code class=css>width</code>’, ‘<code class=css>height</code>’, ‘<code class=css>device-width</code>’, ‘<code - class=css>device-height</code>’, or ‘<code - class=css>aspect-ratio</code>’ media query <a href="#MEDIAQ" + class=css>device-height</code>’, ‘<code + class=css>aspect-ratio</code>’, ‘<code + class=css>device-aspect-ratio</code>’ or ‘<code + class=css>orientation</code>’ media query <a href="#MEDIAQ" rel=biblioentry>[MEDIAQ]<!--{{!MEDIAQ}}--></a> (or other conditional on the size of the paper), then the declaration must be <a - href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. <span - class=issue>Does ‘<a href="#size"><code - class=property>size</code></a>’ impact media query resolution? - This is useful, but may be hard to implement.</span></p> + href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. Media + queries do not honor ‘<a href="#size"><code + class=property>size</code></a>’: they assume the paper size that + would be chosen if no @page rules were specified.</p> <div class=example> <p>In the following example Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-page/Overview.src.html,v retrieving revision 1.76 retrieving revision 1.77 diff -u -d -r1.76 -r1.77 --- Overview.src.html 17 Feb 2012 22:43:48 -0000 1.76 +++ Overview.src.html 20 Feb 2012 16:54:16 -0000 1.77 @@ -1521,12 +1521,13 @@ should be scaled down to fit the largest smaller page sheet available.</p> <p>If a <code>size</code> property declaration is qualified by a ''width'', -''height'', ''device-width'', ''device-height'', or ''aspect-ratio'' media -query [[!MEDIAQ]] (or other conditional on the size of the paper), then +''height'', ''device-width'', ''device-height'', ''aspect-ratio'', +''device-aspect-ratio'' or ''orientation'' +media query [[!MEDIAQ]] (or other conditional on the size of the paper), then the declaration must be -<a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. -<span class="issue">Does 'size' impact media query resolution? This is -useful, but may be hard to implement.</span></p> +<a href="http://www.w3.org/TR/CSS21/conform.html#ignore">ignored</a>. Media +queries do not honor 'size': they assume the paper size that would be chosen +if no @page rules were specified.</p> <div class="example"> <p>In the following example
Received on Monday, 20 February 2012 16:54:20 UTC