|
25 | 25 |
|
26 | 26 | <h1 id=media-queries>Media Queries Level 4</h1> |
27 | 27 |
|
28 | | - <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 22 May 2012</h2> |
| 28 | + <h2 class="no-num no-toc" id=w3c-working>Editor's Draft 23 May 2012</h2> |
29 | 29 |
|
30 | 30 | <dl> |
31 | 31 | <dt>This Version:</dt> |
32 | | - <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css4-mediaqueries-20120522//">http://www.w3.org/TR/2012/ED-css4-mediaqueries-20120522/</a></dd> --> |
| 32 | + <!-- <dd><a href="http://www.w3.org/TR/2012/ED-css4-mediaqueries-20120523//">http://www.w3.org/TR/2012/ED-css4-mediaqueries-20120523/</a></dd> --> |
33 | 33 |
|
34 | 34 | <dd><a |
35 | 35 | href="http://dev.w3.org/csswg/css4-mediaqueries/">http://dev.w3.org/csswg/css4-mediaqueries/</a> |
@@ -1078,8 +1078,8 @@ <h3 id=pointer><span class=secno>4.15. </span>pointer</h3> |
1078 | 1078 | <p>The ‘<code class=css>pointer</code>’ media feature is used to query |
1079 | 1079 | about the presence and accuracy of a pointing device such as a mouse. If a |
1080 | 1080 | device has multiple input mechanisms, it is recommended that the UA |
1081 | | - reports the characteristics of the pointing device of the primary input |
1082 | | - mechanism. It takes the following values: |
| 1081 | + reports the characteristics of the least capable pointing device of the |
| 1082 | + primary input mechanisms. This media query takes the following values: |
1083 | 1083 |
|
1084 | 1084 | <dl> |
1085 | 1085 | <dt><dfn id=none title="pointer:none">‘<code |
@@ -1140,9 +1140,9 @@ <h3 id=hover><span class=secno>4.16. </span>hover</h3> |
1140 | 1140 | whether primary pointing system used on the output device can hover or |
1141 | 1141 | not. If it can, the value will be 1. Otherwise, the value will be 0. |
1142 | 1142 |
|
1143 | | - <p>If a device has multiple pointing systems, some of which support |
| 1143 | + <p>If a device has multiple pointing devices, some of which support |
1144 | 1144 | hovering and some of which not, it is recommended that the UA reports the |
1145 | | - hovering ability of the primary pointing system. |
| 1145 | + hovering ability of the least capable of the primary pointing devices. |
1146 | 1146 |
|
1147 | 1147 | <p class=note> The value of ‘<code class=css>hover</code>’ media query |
1148 | 1148 | should for example be 0 on a touch screen device that can also be |
@@ -1230,9 +1230,9 @@ <h2 class=no-num id=acknowledgments>Acknowledgments</h2> |
1230 | 1230 |
|
1231 | 1231 | <p>Comments from Arve Bersvendsen, Björn Höhrmann, Chris Lilley, |
1232 | 1232 | Christoph Päper, L. David Baron, Melinda Grant, Nicholas C. Zakas Philipp |
1233 | | - Hoschka, Rijk van Geijtenbeek, Roger Gimson, Sigurd Lerstad, Simon |
1234 | | - Kissane, Simon Pieters, Steven Pemberton and Susan Lesch, improved this |
1235 | | - specification. |
| 1233 | + Hoschka, Rick Byers, Rijk van Geijtenbeek, Roger Gimson, Sigurd Lerstad, |
| 1234 | + Simon Kissane, Simon Pieters, Steven Pemberton and Susan Lesch, improved |
| 1235 | + this specification. |
1236 | 1236 |
|
1237 | 1237 | <h2 class=no-num id=references>References</h2> |
1238 | 1238 |
|
|
0 commit comments