Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions css-values-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,7 @@ Font-relative Lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
css/CSS2/values/units-003.xht
css/CSS2/values/units-004.xht
css/CSS2/values/units-005.xht
css/css-values/calc-ch-ex-lang.html
</wpt>

<dt><dfn id="ch" lt="ch">ch unit</dfn>
Expand Down Expand Up @@ -1115,6 +1116,7 @@ Font-relative Lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
css/css-values/ch-unit-017.html
css/css-values/ch-unit-018.html
css/css-values/line-break-ch-unit.html
css/css-values/calc-ch-ex-lang.html
</wpt>

<dt><dfn id="rem" lt="rem">rem unit</dfn>
Expand All @@ -1124,6 +1126,11 @@ Font-relative Lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
If used in the 'font-size' property of the root element,
or in a document with no root element,
''1rem'' is equal to the initial value of the 'font-size' property.

<wpt>
css/css-values/calc-rem-lang.html
</wpt>

</dl>

When used in the value of the 'font-size' property on the element they refer to,
Expand Down Expand Up @@ -1820,6 +1827,12 @@ Mathematical Expressions: ''calc()''</h3>
css/css-transforms/transforms-support-calc.html
css/css-values/vh-calc-support-pct.html
css/css-values/vh-calc-support.html
css/css-values/calc-ch-ex-lang.html
css/css-values/calc-in-color-001.html
css/css-values/calc-in-font-feature-settings.html
css/css-values/calc-rem-lang.html
css/css-values/calc-rounding-001.html
css/css-values/ex-calc-expression-001.html
</wpt>

<h4 id='calc-syntax'>
Expand Down