|
11 | 11 | rel=dcterms.rights>
|
12 | 12 | <meta content="CSS Device Adaptation" name=dcterms.title>
|
13 | 13 | <meta content=text name=dcterms.type>
|
14 |
| - <meta content=2013-10-02 name=dcterms.date> |
| 14 | + <meta content=2013-10-03 name=dcterms.date> |
15 | 15 | <meta content="Rune Lillesveen" name=dcterms.creator>
|
16 | 16 | <meta content="Øyvind Stenhaug" name=dcterms.creator>
|
17 | 17 | <meta content="Florian Rivoal" name=dcterms.creator>
|
|
30 | 30 |
|
31 | 31 | <h1>CSS Device Adaptation</h1>
|
32 | 32 |
|
33 |
| - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 October 2013</h2> |
| 33 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 3 October 2013</h2> |
34 | 34 |
|
35 | 35 | <dl>
|
36 | 36 | <dt>This version:
|
37 | 37 |
|
38 | 38 | <dd>$Date$ (editor's draft)
|
39 |
| - <!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20131002/</a></dd>--> |
| 39 | + <!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20131003/</a></dd>--> |
40 | 40 |
|
41 | 41 | <dt>Latest version:
|
42 | 42 |
|
@@ -1239,11 +1239,11 @@ <h2 id=media-queries><span class=secno>7. </span>Media Queries</h2>
|
1239 | 1239 | default aspect ratio of the user agent.”
|
1240 | 1240 | </blockquote>
|
1241 | 1241 |
|
1242 |
| - <p>For <code class=css>@viewport</code> rules, though, the UA must cascade |
1243 |
| - them separately with the <a href="#initial-viewport">initial viewport</a> |
1244 |
| - size used for evaluating media feature expressions and other values that |
1245 |
| - depend on the viewport size to avoid circular dependencies, but use the |
1246 |
| - actual viewport size when cascading all other rules. |
| 1242 | + <p>The UA must however cascade <code class=css>@viewport</code> rules |
| 1243 | + separately with the <a href="#initial-viewport">initial viewport</a> size |
| 1244 | + used for evaluating media feature expressions and other values that depend |
| 1245 | + on the viewport size to avoid circular dependencies, but use the actual |
| 1246 | + viewport size when cascading all other rules. |
1247 | 1247 |
|
1248 | 1248 | <p>Procedure for applying CSS rules:
|
1249 | 1249 |
|
|
0 commit comments