Skip to content

Commit 5bea5d6

Browse files
author
Rune Lillesveen
committed
[css-device-adapt] @Viewport applies to continuous media.
Added more explicit text in normative section.
1 parent 9ee1b18 commit 5bea5d6

2 files changed

Lines changed: 21 additions & 6 deletions

File tree

css-device-adapt/Overview.html

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Device Adaptation" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-01-16 name=dcterms.issued>
14+
<meta content=2013-03-01 name=dcterms.issued>
1515
<meta content="Rune Lillesveen" name=dcterms.creator>
1616
<meta content="Øyvind Stenhaug" name=dcterms.creator>
1717
<meta content="Florian Rivoal" name=dcterms.creator>
1818
<meta content="Ryan Betts" name=dcterms.creator>
1919
<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/"
2121
name=dcterms.identifier>
2222
<link href=default.css rel=stylesheet type="text/css">
2323
<link href="../default.css" rel=stylesheet type="text/css">
@@ -31,14 +31,13 @@
3131

3232
<h1>CSS Device Adaptation</h1>
3333

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>
3635

3736
<dl>
3837
<dt>This version:
3938

4039
<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>-->
4241

4342
<dt>Latest version:
4443

@@ -90,7 +89,8 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 16 January
9089
title="Massachusetts Institute of Technology">MIT</abbr></a>, <a
9190
href="http://www.ercim.eu/"><abbr
9291
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
9494
href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
9595
<a
9696
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>
312312

313313
<h2 id=the-viewport><span class=secno>3. </span>The viewport</h2>
314314

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+
315323
<p>This specification introduces a way of overriding the size of the
316324
viewport provided by the user agent (UA). Because of this, we need to
317325
introduce the difference between the <a href="#initial-viewport">initial

css-device-adapt/Overview.src.html

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,13 @@ <h2>Values</h2>
105105

106106
<h2>The viewport</h2>
107107

108+
<p>In CSS 2.1 a <a href="http://www.w3.org/TR/CSS21/visuren.html#viewport">viewport</a>
109+
is a feature of a user agent for continuous media and used to establish
110+
the initial containing block for continuous media. For paged media, the
111+
initial containing block is based on the page area. The page area can be
112+
set through @page rules. Hence, @viewport applies to continuous media,
113+
and @page to paged media, and they will not interact or conflict.</p>
114+
108115
<p>This specification introduces a way of overriding the size of the viewport
109116
provided by the user agent (UA). Because of this, we need to introduce the
110117
difference between the <span>initial viewport</span> and the

0 commit comments

Comments
 (0)