- From: Elika Etemad via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 25 Oct 2011 22:28:11 +0000
- To: public-css-commits@w3.org
Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv26939
Modified Files:
Overview.html
Log Message:
Make it clearer that vw/vh are percentages of the viewport
Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.127
retrieving revision 1.128
diff -u -d -r1.127 -r1.128
--- Overview.html 11 Oct 2011 23:58:29 -0000 1.127
+++ Overview.html 25 Oct 2011 22:28:09 -0000 1.128
@@ -26,14 +26,14 @@
<h1>CSS Values and Units Module Level 3</h1>
- <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 11 October
+ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 25 October
2011</h2>
<dl>
<dt>This version:
<dd><a
- href="http://www.w3.org/TR/2011/ED-css3-values-20111011/">http://www.w3.org/TR/2011/ED-css3-values-20111011/</a>
+ href="http://www.w3.org/TR/2011/ED-css3-values-20111025/">http://www.w3.org/TR/2011/ED-css3-values-20111025/</a>
<dt>Latest version:
@@ -220,7 +220,7 @@
units</a>
<li><a href="#viewport-relative-lengths"><span class=secno>5.1.2.
- </span> Viewport-relative lengths: the ‘<code
+ </span> Viewport-percentage lengths: the ‘<code
class=css>vw</code>’, ‘<code class=css>vh</code>’,
‘<code class=css>vm</code>’ units</a>
</ul>
@@ -964,19 +964,19 @@
</dl>
<h4 id=viewport-relative-lengths><span class=secno>5.1.2. </span>
- Viewport-relative lengths: the ‘<a href="#vw-unit"><code
+ Viewport-percentage lengths: the ‘<a href="#vw-unit"><code
class=css>vw</code></a>’, ‘<a href="#vh-unit"><code
class=css>vh</code></a>’, ‘<a href="#vm-unit"><code
class=css>vm</code></a>’ units</h4>
- <p>The viewport-relative lengths are relative to the size of the initial
+ <p>The viewport-percentage lengths are relative to the size of the initial
containing block. When the height or width of the viewport is changed,
- they are scaled proportionally.
+ they are scaled accordingly.
<dl>
<dt><dfn id=vw-unit title=vw>vw unit</dfn>
- <dd>Equal to 1/100th of the width of the initial containing block.
+ <dd>Equal to 1% of the width of the initial containing block.
<div class=example>
<p>In the example below, if the width of the viewport is 200mm, the font
size of <code>h1</code> elements will be 16mm (i.e.
@@ -987,7 +987,7 @@
<dt><dfn id=vh-unit title=vh>vh unit</dfn>
- <dd>Equal to 1/100th of the height of the initial containing block.
+ <dd>Equal to 1% of the height of the initial containing block.
<dt><dfn id=vm-unit title=vm>vm unit</dfn>
Received on Tuesday, 25 October 2011 22:28:14 UTC