Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions css-values-3/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,8 @@ Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
(This change was made because too much existing content relies on the assumption of 96dpi,
and breaking that assumption broke the content.)

Note: Values are case-insensitive and serialize as lower case, for example 1Q serializes as 1q.

The <dfn export>reference pixel</dfn> is the visual angle of one pixel on a device with a pixel density of 96dpi
and a distance from the reader of an arm's length.
For a nominal arm's length of 28 inches,
Expand Down Expand Up @@ -1301,6 +1303,8 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
All <<frequency>> units are <a>compatible</a>,
and ''hz'' is their <a>canonical unit</a>.

Note: Values are case-insensitive and serialize as lower case, for example 1Hz serializes as 1hz.

<!--
████████ ████████ ██████ ███████
██ ██ ██ ██ ██ ██ ██
Expand Down
4 changes: 4 additions & 0 deletions css-values-4/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -1228,6 +1228,8 @@ Absolute lengths: the ''cm'', ''mm'', ''Q'', ''in'', ''pt'', ''pc'', ''px'' unit
(This change was made because too much existing content relies on the assumption of 96dpi,
and breaking that assumption broke the content.)

Note: Values are case-insensitive and serialize as lower case, for example 1Q serializes as 1q.

The <dfn export>reference pixel</dfn> is the visual angle of one pixel on a device with a pixel density of 96dpi
and a distance from the reader of an arm's length.
For a nominal arm's length of 28 inches,
Expand Down Expand Up @@ -1398,6 +1400,8 @@ Frequency Units: the <<frequency>> type and ''Hz'', ''kHz'' units</h3>
All <<frequency>> units are <a>compatible</a>,
and ''hz'' is their <a>canonical unit</a>.

Note: Values are case-insensitive and serialize as lower case, for example 1Hz serializes as 1hz.

<!--
████████ ████████ ██████ ███████
██ ██ ██ ██ ██ ██ ██
Expand Down