- From: Florian Rivoal via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 14 Feb 2012 14:20:42 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-mediaqueries In directory hutz:/tmp/cvs-serv11027 Modified Files: Overview.src.html Overview.html Log Message: Clarify that in the case of printers, the resolution should be the screening resolution. Index: Overview.html =================================================================== RCS file: /sources/public/csswg/css3-mediaqueries/Overview.html,v retrieving revision 1.57 retrieving revision 1.58 diff -u -d -r1.57 -r1.58 --- Overview.html 3 Aug 2010 15:44:46 -0000 1.57 +++ Overview.html 14 Feb 2012 14:20:40 -0000 1.58 @@ -24,13 +24,13 @@ <h1 id=media-queries>Media Queries</h1> - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 03 August 2010</h2> + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 14 February 2012</h2> <dl> <dt>This Version: <dd><a - href="http://www.w3.org/TR/2010/ED-css3-mediaqueries-20100803/">http://www.w3.org/TR/2010/ED-css3-mediaqueries-20100803/</a> + href="http://www.w3.org/TR/2012/ED-css3-mediaqueries-20120214//">http://www.w3.org/TR/2012/ED-css3-mediaqueries-20120214/</a> <dt>Latest Version: @@ -49,6 +49,12 @@ <dt>Editors: + <dd class=vcard><span class=given-name>Florian</span> <span + class=family-name>Rivoal</span> <<span + class=email>florianr @opera.com</span>> + + <dt>Previous Editors: + <dd class=vcard><a class="url fn n" href="http://people.opera.com/howcome/" lang=no> <span class=given-name>Håkon</span> <span @@ -70,14 +76,14 @@ <!--begin-copyright--> <p class=copyright><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright" - rel=license>Copyright</a> © 2010 <a - href="http://www.w3.org/"><acronym title="World Wide Web - Consortium">W3C</acronym></a><sup>®</sup> (<a - href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute - of Technology">MIT</acronym></a>, <a href="http://www.ercim.eu/"><acronym - title="European Research Consortium for Informatics and - Mathematics">ERCIM</acronym></a>, <a - href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a + rel=license>Copyright</a> © 2012 <a + href="http://www.w3.org/"><acronym + title="World Wide Web Consortium">W3C</acronym></a><sup>®</sup> (<a + href="http://www.csail.mit.edu/"><acronym + title="Massachusetts Institute of Technology">MIT</acronym></a>, <a + href="http://www.ercim.eu/"><acronym + title="European Research Consortium for Informatics and Mathematics">ERCIM</acronym></a>, + <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> @@ -658,9 +664,9 @@ unexpected tokens encountered while parsing a media query by reading until the end of the media query, while observing <a href="http://www.w3.org/TR/CSS21/syndata.html#block">the rules for - matching pairs</a> of (), [], {}, "", and '', and correctly handling - escapes. Media queries with unexpected tokens are represented as - "<code>not all</code>". <a href="#CSS21" + matching pairs</a> of (), [], {}, "", and '', and correctly + handling escapes. Media queries with unexpected tokens are represented + as "<code>not all</code>". <a href="#CSS21" rel=biblioentry>[CSS21]<!--{{!CSS21}}--></a> <div class=example> @@ -1031,6 +1037,9 @@ class=css>resolution</code>’ (without a "min-" or "max-" prefix) query never matches a device with non-square pixels. + <p>For printers, this corresponds to the screening resolution (the + resolution for printing dots of arbitrary color). + <div class=example> <p>For example, this media query expresses that a style sheet is usable on devices with resolution greater than 300 dots per inch:</p> @@ -1083,7 +1092,8 @@ <p>Here are two examples:</p> <pre><code>@media handheld and (grid) and (max-width: 15em) { … } -<span class=css-example>@media handheld and (grid) and (device-max-height: 7em) { … }</span></code></pre> +<span + class=css-example>@media handheld and (grid) and (device-max-height: 7em) { … }</span></code></pre> </div> <h2 id=values><span class=secno>5. </span>Values</h2> @@ -1157,10 +1167,10 @@ <dt id=CSS21>[CSS21] <dd>Bert Bos; et al. <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style - Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September - 2009. W3C Candidate Recommendation. (Work in progress.) URL: <a - href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a> + href="http://www.w3.org/TR/2011/REC-CSS2-20110607"><cite>Cascading Style + Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 June + 2011. W3C Recommendation. URL: <a + href="http://www.w3.org/TR/2011/REC-CSS2-20110607">http://www.w3.org/TR/2011/REC-CSS2-20110607</a> </dd> <!----> </dl> @@ -1176,7 +1186,7 @@ <dt id=HTML401>[HTML401] - <dd>David Raggett; Ian Jacobs; Arnaud Le Hors. <a + <dd>Dave Raggett; Arnaud Le Hors; Ian Jacobs. <a href="http://www.w3.org/TR/1999/REC-html401-19991224"><cite>HTML 4.01 Specification.</cite></a> 24 December 1999. W3C Recommendation. URL: <a href="http://www.w3.org/TR/1999/REC-html401-19991224">http://www.w3.org/TR/1999/REC-html401-19991224</a> @@ -1186,10 +1196,9 @@ <dt id=HTML5>[HTML5] <dd>Ian Hickson. <a - href="http://www.w3.org/TR/2010/WD-html5-20100624/"><cite>HTML - 5.</cite></a> 24 June 2010. W3C Working Draft. (Work in progress.) URL: - <a - href="http://www.w3.org/TR/2010/WD-html5-20100624/">http://www.w3.org/TR/2010/WD-html5-20100624/</a> + href="http://www.w3.org/TR/2011/WD-html5-20110525/"><cite>HTML5.</cite></a> + 25 May 2011. W3C Working Draft. (Work in progress.) URL: <a + href="http://www.w3.org/TR/2011/WD-html5-20110525/">http://www.w3.org/TR/2011/WD-html5-20110525/</a> </dd> <!----> Index: Overview.src.html =================================================================== RCS file: /sources/public/csswg/css3-mediaqueries/Overview.src.html,v retrieving revision 1.54 retrieving revision 1.55 diff -u -d -r1.54 -r1.55 --- Overview.src.html 3 Aug 2010 15:43:53 -0000 1.54 +++ Overview.src.html 14 Feb 2012 14:20:40 -0000 1.55 @@ -48,6 +48,10 @@ <dt>Editors:</dt> +<dd class="vcard"><span class="given-name">Florian</span> <span class="family-name">Rivoal</span> <<span class="email">florianr @opera.com</span>></dd> + +<dt>Previous Editors:</dt> + <dd class="vcard"><a class="url fn n" lang="no" href="http://people.opera.com/howcome/"> <span class="given-name">Håkon</span> <span class="additional-name">Wium</span> <span class="family-name">Lie</span></a> <<span class="email">howcome @opera.com</span>></dd> @@ -61,6 +65,7 @@ </dl> + <!--copyright--> <hr title="Separator for header"> @@ -887,7 +892,10 @@ dimension must be compared to the specified value and in ''max-resolution'' queries the most-dense dimensions must be compared instead. A ''resolution'' (without a "min-" or "max-" prefix) query -never matches a device with non-square pixels. +never matches a device with non-square pixels.</p> + +<p>For printers, this corresponds to the screening resolution (the +resolution for printing dots of arbitrary color).</p> <div class="example">
Received on Tuesday, 14 February 2012 14:20:49 UTC