File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
456456class ="html "> h1</ code > elements will be 16mm ((8×200)/100). When
457457the 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
459459proportionally.
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
473475the viewport's height or width, whichever of the two is smaller.
474476The minimum of the viewport's width/height is equivalent to 100 ''vm''
475477units. When the height or width of the viewport is changed, lengths
476478specified 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.
You can’t perform that action at this time.
0 commit comments