Skip to content

Commit 083e1a6

Browse files
committed
Fixed type in vh definition: "width"->"height"
1 parent f2b3f42 commit 083e1a6

2 files changed

Lines changed: 13 additions & 13 deletions

File tree

css3-values/Overview.html

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@
2525

2626
<h1 id=css3-template>CSS3 Values and Units</h1>
2727

28-
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 August 2010</h2>
28+
<h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 21 March 2011</h2>
2929

3030
<dl>
3131
<dt>This version:
3232

3333
<dd><a
34-
href="http://www.w3.org/TR/2010/ED-css3-values-20100827">http://www.w3.org/TR/2010/ED-css3-values-20100827</a>
34+
href="http://www.w3.org/TR/2011/ED-css3-values-20110321">http://www.w3.org/TR/2011/ED-css3-values-20110321</a>
3535

3636
<dt>Latest version:
3737

@@ -52,7 +52,7 @@ <h2 class="no-num no-toc" id=longstatus-date>Editor's Draft 27 August 2010</h2>
5252
<!--begin-copyright-->
5353
<p class=copyright><a
5454
href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright"
55-
rel=license>Copyright</a> &copy; 2010 <a
55+
rel=license>Copyright</a> &copy; 2011 <a
5656
href="http://www.w3.org/"><acronym title="World Wide Web
5757
Consortium">W3C</acronym></a><sup>&reg;</sup> (<a
5858
href="http://www.csail.mit.edu/"><acronym title="Massachusetts Institute
@@ -796,7 +796,7 @@ <h5 id=the-vh-unit><span class=secno>6.3.2.6. </span>The &lsquo;<code
796796
class=property>vh</code>&rsquo; unit</h5>
797797

798798
<p>The <dfn id=vh title="vh (unit)">vh</dfn> unit is relative to the
799-
viewport's height. The viewport's width is equal to 100 &lsquo;<code
799+
viewport's height. The viewport's height is equal to 100 &lsquo;<code
800800
class=property>vh</code>&rsquo; units. When the height of the viewport is
801801
changed (for example, when the browser window is enlarged), lengths
802802
specified in the &lsquo;<code class=property>vh</code>&rsquo; unit are
@@ -1754,10 +1754,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
17541754
<dt id=CSS21>[CSS21]
17551755

17561756
<dd>Bert Bos; et al. <a
1757-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908"><cite>Cascading Style
1758-
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 8 September
1759-
2009. W3C Candidate Recommendation. (Work in progress.) URL: <a
1760-
href="http://www.w3.org/TR/2009/CR-CSS2-20090908">http://www.w3.org/TR/2009/CR-CSS2-20090908</a>
1757+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207"><cite>Cascading Style
1758+
Sheets Level 2 Revision 1 (CSS 2.1) Specification.</cite></a> 7 December
1759+
2010. W3C Working Draft. (Work in progress.) URL: <a
1760+
href="http://www.w3.org/TR/2010/WD-CSS2-20101207">http://www.w3.org/TR/2010/WD-CSS2-20101207</a>
17611761
</dd>
17621762
<!---->
17631763

@@ -1784,10 +1784,10 @@ <h3 class=no-num id=normative-references>Normative references</h3>
17841784
<dt id=CSS3COLOR>[CSS3COLOR]
17851785

17861786
<dd>Tantek &#199;elik; Chris Lilley; L. David Baron. <a
1787-
href="http://www.w3.org/TR/2008/WD-css3-color-20080721"><cite>CSS Color
1788-
Module Level 3.</cite></a> 21 July 2008. W3C Working Draft. (Work in
1789-
progress.) URL: <a
1790-
href="http://www.w3.org/TR/2008/WD-css3-color-20080721">http://www.w3.org/TR/2008/WD-css3-color-20080721</a>
1787+
href="http://www.w3.org/TR/2010/PR-css3-color-20101028"><cite>CSS Color
1788+
Module Level 3.</cite></a> 28 October 2010. W3C Proposed Recommendation.
1789+
(Work in progress.) URL: <a
1790+
href="http://www.w3.org/TR/2010/PR-css3-color-20101028">http://www.w3.org/TR/2010/PR-css3-color-20101028</a>
17911791
</dd>
17921792
<!---->
17931793

css3-values/Overview.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ <h5>The 'vw' unit</h5>
461461
<h5>The 'vh' unit</h5>
462462

463463
<p>The <dfn title="vh (unit)">vh</dfn> unit is relative to
464-
the viewport's height. The viewport's width is equal to 100
464+
the viewport's height. The viewport's height is equal to 100
465465
'vh' units. When the height of the viewport is changed (for example,
466466
when the browser window is enlarged), lengths specified in the 'vh'
467467
unit are scaled proportionally.

0 commit comments

Comments
 (0)