Skip to content

Commit 420aeca

Browse files
author
Rune Lillesveen
committed
[css-device-adapt] Viewport units relative to initial viewport
1 parent b2b7672 commit 420aeca

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

css-device-adapt/Overview.html

Lines changed: 6 additions & 5 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=2012-10-26 name=dcterms.issued>
14+
<meta content=2012-11-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/2012/ED-css-device-adapt-20121026/"
20+
<meta content="http://www.w3.org/TR/2012/ED-css-device-adapt-20121101/"
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,14 @@
3131

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

34-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 26 October
34+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 1 November
3535
2012</h2>
3636

3737
<dl>
3838
<dt>This version:
3939

4040
<dd>$Date$ (editor's draft)
41-
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css-device-adapt-20121026/">http://www.w3.org/TR/2012/WD-css-device-adapt-20121026/</a></dd>-->
41+
<!--<dd><a href="http://www.w3.org/TR/2012/ED-css-device-adapt-20121101/">http://www.w3.org/TR/2012/WD-css-device-adapt-20121101/</a></dd>-->
4242

4343
<dt>Latest version:
4444

@@ -441,7 +441,8 @@ <h2 id=viewport-descriptors><span class=secno>5. </span>Viewport
441441

442442
<p>Relative length values are resolved against initial values. For instance
443443
<code class=property>em</code>’s are resolved against the initial
444-
value of the <code class=property>font-size</code> property.
444+
value of the <code class=property>font-size</code> property. Viewport
445+
lengths (vw, vh, vmin, vmax) are relative to the initial viewport.
445446

446447
<h3 id=the-lsquomin-widthrsquo-and-lsquomax-wid><span class=secno>5.1.
447448
</span>The ‘<a href="#min-width"><code

css-device-adapt/Overview.src.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ <h2>Viewport descriptors</h2>
235235

236236
<p>Relative length values are resolved against initial values. For instance
237237
'em's are resolved against the initial value of the
238-
<code class="property">font-size</code> property.</p>
238+
<code class="property">font-size</code> property. Viewport lengths (vw,
239+
vh, vmin, vmax) are relative to the initial viewport.</p>
239240

240241
<h3>The
241242
&lsquo;<code class="descriptor">min-width</code>&rsquo; and

0 commit comments

Comments
 (0)