|
17 | 17 |
|
18 | 18 | <h1>CSS Device Adaptation</h1> |
19 | 19 |
|
20 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 July 2012</h2> |
| 20 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 31 July 2012</h2> |
21 | 21 |
|
22 | 22 | <dl> |
23 | 23 | <dt>This version: |
24 | 24 |
|
25 | 25 | <dd>$Date$ (editor's draft) |
26 | | - <!--<dd><a href="http://www.w3.org/TR/2012/ED-css-device-adapt-20120719/">http://www.w3.org/TR/2012/WD-css-device-adapt-20120719/</a></dd>--> |
| 26 | + <!--<dd><a href="http://www.w3.org/TR/2012/ED-css-device-adapt-20120731/">http://www.w3.org/TR/2012/WD-css-device-adapt-20120731/</a></dd>--> |
27 | 27 |
|
28 | 28 |
|
29 | 29 | <dt>Latest version: |
@@ -64,6 +64,9 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 19 July 2012</h2> |
64 | 64 |
|
65 | 65 | <dd><a href="mailto:florianr@opera.com">Florian Rivoal</a> (<a |
66 | 66 | href="http://www.opera.com/">Opera Software</a>) |
| 67 | + |
| 68 | + <dd><a href="mailto:rbetts@adobe.com">Ryan Betts</a> (<a |
| 69 | + href="http://www.adobe.com/">Adobe Systems</a>) |
67 | 70 | </dl> |
68 | 71 | <!--begin-copyright--> |
69 | 72 | <p class=copyright><a |
@@ -1120,6 +1123,15 @@ <h3 id=constraining-procedure><span class=secno>6.2. </span>The procedure</h3> |
1120 | 1123 | portrait mode or the window that forms the <a |
1121 | 1124 | href="#initial-viewport">initial viewport</a> is resized. |
1122 | 1125 |
|
| 1126 | + <p>However, Media Queries and Device Adaption are <dfn |
| 1127 | + id=tethered-specifications |
| 1128 | + title="Specifications whose evaluations are both affected by the same changes to the user environment, and so always must be evaluated together in order to ensure proper rendering.">tethered |
| 1129 | + specifications</dfn>. As a result, UAs that also support <a |
| 1130 | + href="http://www.w3.org/TR/css3-mediaqueries/">Media Queries</a> must |
| 1131 | + re-run this procedure and re-layout the document in all cases where |
| 1132 | + changes in the user environment would cause them to re-evaluate Media |
| 1133 | + Queries. |
| 1134 | + |
1123 | 1135 | <h4 class="no-num no-toc" |
1124 | 1136 | id=resolve-non-lsquoautorsquo-lengths-to-pi>Resolve non-‘<a |
1125 | 1137 | href="#auto"><code class=css title="auto!!length">auto</code></a>’ |
@@ -2241,6 +2253,12 @@ <h2 class=no-num id=index>Index</h2> |
2241 | 2253 | <li>portrait, <a href="#portrait" title=portrait><strong>5.9.</strong></a> |
2242 | 2254 |
|
2243 | 2255 |
|
| 2256 | + <li>Specifications whose evaluations are both affected by the same changes |
| 2257 | + to the user environment, and so always must be evaluated together in |
| 2258 | + order to ensure proper rendering., <a href="#tethered-specifications" |
| 2259 | + title="Specifications whose evaluations are both affected by the same changes to the user environment, and so always must be evaluated together in order to ensure proper rendering."><strong>6.2.</strong></a> |
| 2260 | + |
| 2261 | + |
2244 | 2262 | <li>user-scalable, <a href="#user-scalable" title=user-scalable>11.1.</a>, |
2245 | 2263 | <a href="#user-scalable0" title=user-scalable>#</a>, <a |
2246 | 2264 | href="#user-scalable1" title=user-scalable>#</a> |
|
0 commit comments