Skip to content

Commit f12c138

Browse files
author
Rune Lillesveen
committed
[css-device-adapt] Keep both percentages and numbers for zoom values.
1 parent 2230429 commit f12c138

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

css-device-adapt/Overview.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
rel=dcterms.rights>
1212
<meta content="CSS Device Adaptation" name=dcterms.title>
1313
<meta content=text name=dcterms.type>
14-
<meta content=2013-04-23 name=dcterms.date>
14+
<meta content=2013-05-02 name=dcterms.date>
1515
<meta content="Rune Lillesveen" name=dcterms.creator>
1616
<meta content="Øyvind Stenhaug" name=dcterms.creator>
1717
<meta content="Florian Rivoal" name=dcterms.creator>
@@ -31,13 +31,13 @@
3131

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

34-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 23 April 2013</h2>
34+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 2 May 2013</h2>
3535

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

3939
<dd>$Date$ (editor's draft)
40-
<!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20130423/</a></dd>-->
40+
<!--<dd><a href="http://dev.w3.org/csswg/css-device-adapt/">http://www.w3.org/TR/2013/WD-css-device-adapt-20130502/</a></dd>-->
4141

4242
<dt>Latest version:
4343

@@ -814,9 +814,7 @@ <h3 id=the-lsquozoomrsquo-descriptor><span class=secno>5.5. </span>The
814814
from the initial zoom factor does not affect the size of the initial or
815815
the actual viewport.
816816

817-
<p>Values have the following meanings: <span class=issue>Should both
818-
numbers and percentages be
819-
allowed?<!-- http://lists.w3.org/Archives/Public/www-style/2010Oct/0321.html --></span>
817+
<p>Values have the following meanings:
820818

821819
<dl>
822820
<dt><code class=css><dfn id=auto0

css-device-adapt/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ <h3>The &lsquo;<code class="descriptor" title="zoom!!descriptor">zoom</code>&rsq
586586
from the initial zoom factor does not affect the size of the initial or
587587
the actual viewport.</p>
588588

589-
<p>Values have the following meanings: <span class="issue">Should both numbers and percentages be allowed?<!-- http://lists.w3.org/Archives/Public/www-style/2010Oct/0321.html --></span></p>
589+
<p>Values have the following meanings:</p>
590590

591591
<dl>
592592
<dt>&lsquo;<code class="css"><dfn title="auto!!zoom">auto</dfn></code>&rsquo;</dt>

0 commit comments

Comments
 (0)