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
11 changes: 11 additions & 0 deletions css-values-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -419,6 +419,7 @@ CSS-wide keywords: ''initial'', ''inherit'' and ''unset''</h4>
css/css-multicol/multicol-rule-color-inherit-001.xht
css/css-multicol/multicol-rule-color-inherit-002.xht
css/css-values/unset-value-storage.html
css/CSS2/values/units-008.xht
</wpt>

Other CSS specifications can define additional CSS-wide keywords.
Expand Down Expand Up @@ -869,6 +870,10 @@ Percentages: the <<percentage>> type</h3>
(e.g., the width of a <a>containing block</a>),
or something else.

<wpt>
css/CSS2/values/numbers-units-016.xht
</wpt>

<h3 id="mixed-percentages">
Mixing Percentages and Dimensions</h3>

Expand Down Expand Up @@ -1054,6 +1059,7 @@ Font-relative Lengths: the ''em'', ''ex'', ''ch'', ''rem'' units</h4>
css/css-values/ex-unit-001.html
css/css-values/ex-unit-002.html
css/css-values/ex-unit-003.html
css/CSS2/values/units-001.xht
</wpt>

<dt><dfn id="ch" lt="ch">ch unit</dfn>
Expand Down Expand Up @@ -1277,8 +1283,13 @@ Absolute Lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
Note: Values are case-insensitive and serialize as lower case, for example 1Q serializes as 1q.

<wpt>
css/css-values/absolute_length_units.html
css/css-values/q-unit-case-insensitivity-001.html
css/css-values/q-unit-case-insensitivity-002.html
css/CSS2/values/units-001.xht
css/CSS2/values/units-006.xht
css/CSS2/values/units-008.xht
css/CSS2/values/units-009.xht
</wpt>

The <dfn export>reference pixel</dfn> is the visual angle of one pixel on a device with a pixel density of 96dpi
Expand Down