csswg/css3-values Overview.html,1.67,1.68 Overview.src.html,1.70,1.71

Update of /sources/public/csswg/css3-values
In directory hutz:/tmp/cvs-serv7719

Modified Files:
	Overview.html Overview.src.html 
Log Message:
Fixed type in vh definition: "width"->"height"


Index: Overview.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.html,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -d -r1.67 -r1.68
--- Overview.html	27 Aug 2010 12:47:22 -0000	1.67
+++ Overview.html	21 Mar 2011 20:29:16 -0000	1.68
@@ -25,13 +25,13 @@
 
    <h1 id=css3-template>CSS3 Values and Units</h1>
 
-   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 August 2010</h2>
+   <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
 
    <dl>
     <dt>This version:
 
     <dd><a
-     href="http://www.w3.org/TR/2010/ED-css3-values-20100827">http://www.w3.org/TR/2010/ED-css3-values-20100827</a>
+     href="http://www.w3.org/TR/2011/ED-css3-values-20110321">http://www.w3.org/TR/2011/ED-css3-values-20110321</a>
 
     <dt>Latest version:
 
@@ -52,7 +52,7 @@
    <!--begin-copyright-->
    <p class=copyright><a
     href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
-    rel=license>Copyright</a> &copy; 2010 <a
+    rel=license>Copyright</a> &copy; 2011 <a
     href="http://www.w3.org/"><acronym title="World Wide Web
     Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
     href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
@@ -796,7 +796,7 @@
    class=property>vh</code>&rsquo; unit</h5>
 
   <p>The <dfn id=vh title="vh (unit)">vh</dfn> unit is relative to the
-   viewport's height. The viewport's width is equal to 100 &lsquo;<code
+   viewport's height. The viewport's height is equal to 100 &lsquo;<code
    class=property>vh</code>&rsquo; units. When the height of the viewport is
    changed (for example, when the browser window is enlarged), lengths
    specified in the &lsquo;<code class=property>vh</code>&rsquo; unit are
@@ -1754,10 +1754,10 @@
    <dt id=CSS21>[CSS21]
 
    <dd>Bert Bos; et al. <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
-    Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
-    2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
-    href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
+    href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
+    Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
+    2010. W3C Working Draft. (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
     </dd>
    <!---->
 
@@ -1784,10 +1784,10 @@
    <dt id=CSS3COLOR>[CSS3COLOR]
 
    <dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
-    href="http://www.w3.org/TR/2008/WD-css3-color-20080721"><cite>CSS Color
-    Module Level 3.</cite></a> 21 July 2008. W3C Working Draft. (Work in
-    progress.) URL: <a
-    href="http://www.w3.org/TR/2008/WD-css3-color-20080721">http://www.w3.org/TR/2008/WD-css3-color-20080721</a>
+    href="http://www.w3.org/TR/2010/PR-css3-color-20101028"><cite>CSS Color
+    Module Level 3.</cite></a> 28 October 2010. W3C Proposed Recommendation.
+    (Work in progress.) URL: <a
+    href="http://www.w3.org/TR/2010/PR-css3-color-20101028">http://www.w3.org/TR/2010/PR-css3-color-20101028</a>
     </dd>
    <!---->
 

Index: Overview.src.html
===================================================================
RCS file: /sources/public/csswg/css3-values/Overview.src.html,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -d -r1.70 -r1.71
--- Overview.src.html	27 Aug 2010 12:47:12 -0000	1.70
+++ Overview.src.html	21 Mar 2011 20:29:16 -0000	1.71
@@ -461,7 +461,7 @@
 <h5>The 'vh' unit</h5>
 
 <p>The <dfn title="vh (unit)">vh</dfn> unit is relative to
-the viewport's height. The viewport's width is equal to 100
+the viewport's height. The viewport's height is equal to 100
 'vh' units. When the height of the viewport is changed (for example,
 when the browser window is enlarged), lengths specified in the 'vh'
 unit are scaled proportionally.

Received on Monday, 21 March 2011 20:29:19 UTC