|
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-01-16 name=dcterms.issued> |
| 14 | + <meta content=2013-03-01 name=dcterms.issued> |
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> |
18 | 18 | <meta content="Ryan Betts" name=dcterms.creator> |
19 | 19 | <meta content=W3C name=dcterms.publisher> |
20 | | - <meta content="http://www.w3.org/TR/2013/ED-css-device-adapt-20130116/" |
| 20 | + <meta content="http://dev.w3.org/csswg/css-device-adapt/" |
21 | 21 | name=dcterms.identifier> |
22 | 22 | <link href=default.css rel=stylesheet type="text/css"> |
23 | 23 | <link href="../default.css" rel=stylesheet type="text/css"> |
|
31 | 31 |
|
32 | 32 | <h1>CSS Device Adaptation</h1> |
33 | 33 |
|
34 | | - <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January |
35 | | - 2013</h2> |
| 34 | + <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 March 2013</h2> |
36 | 35 |
|
37 | 36 | <dl> |
38 | 37 | <dt>This version: |
39 | 38 |
|
40 | 39 | <dd>$Date$ (editor's draft) |
41 | | - <!--<dd><a href="http://www.w3.org/TR/2013/ED-css-device-adapt-20130116/">http://www.w3.org/TR/2013/WD-css-device-adapt-20130116/</a></dd>--> |
| 40 | + <!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20130301/</a></dd>--> |
42 | 41 |
|
43 | 42 | <dt>Latest version: |
44 | 43 |
|
@@ -90,7 +89,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January |
90 | 89 | title="Massachusetts Institute of Technology">MIT</abbr></a>, <a |
91 | 90 | href="http://www.ercim.eu/"><abbr |
92 | 91 | title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, |
93 | | - <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a |
| 92 | + <a href="http://www.keio.ac.jp/">Keio</a>, <a |
| 93 | + href="http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C <a |
94 | 94 | href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, |
95 | 95 | <a |
96 | 96 | href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> |
@@ -312,6 +312,14 @@ <h2 id=values><span class=secno>2. </span>Values</h2> |
312 | 312 |
|
313 | 313 | <h2 id=the-viewport><span class=secno>3. </span>The viewport</h2> |
314 | 314 |
|
| 315 | + <p>In CSS 2.1 a <a |
| 316 | + href="http://www.w3.org/TR/CSS21/visuren.html#viewport">viewport</a> is a |
| 317 | + feature of a user agent for continuous media and used to establish the |
| 318 | + initial containing block for continuous media. For paged media, the |
| 319 | + initial containing block is based on the page area. The page area can be |
| 320 | + set through @page rules. Hence, @viewport applies to continuous media, and |
| 321 | + @page to paged media, and they will not interact or conflict. |
| 322 | + |
315 | 323 | <p>This specification introduces a way of overriding the size of the |
316 | 324 | viewport provided by the user agent (UA). Because of this, we need to |
317 | 325 | introduce the difference between the <a href="#initial-viewport">initial |
|
0 commit comments