Skip to content

Commit 9fc8a1c

Browse files
committed
fixed typos, added vm unit as issue
1 parent 0ebe8b4 commit 9fc8a1c

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

css3-values/Overview.src.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ <h5>The 'vw' unit</h5>
455455
<p>If the width of the viewport is 200mm, the font size of <code
456456
class="html">h1</code> elements will be 16mm ((8&times;200)/100). When
457457
the width of the viewport is changed (for example, when the browser
458-
window is enlarged), lengths specified in the 'vh' unit is scaled
458+
window is enlarged), lengths specified in the 'vw' unit are scaled
459459
proportionally.
460460

461461
<h5>The 'vh' unit</h5>
@@ -469,12 +469,15 @@ <h5>The 'vh' unit</h5>
469469

470470
<h5>The 'vm' unit</h5>
471471

472+
<p class=issue>Do we need this now that we have the min() function?
473+
472474
<p>The <dfn title="vm (unit)">vm</dfn> unit is relative to
473475
the viewport's height or width, whichever of the two is smaller.
474476
The minimum of the viewport's width/height is equivalent to 100 ''vm''
475477
units. When the height or width of the viewport is changed, lengths
476478
specified in the 'vm' unit are scaled proportionally.
477479

480+
478481
<h4>The 'calc', 'min' and 'max' functions</h4>
479482

480483
<p>The <dfn>calc()</dfn>, <dfn>min()</dfn>, and <dfn>max()</dfn> functions can be used wherever length values are allowed.

0 commit comments

Comments
 (0)