Skip to content
Closed
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
2 changes: 1 addition & 1 deletion css-env-1/Overview.bs
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ would cause text sizes to double,
then ''env(preferred-text-scale)'' would resolve to ''2''.

Note: The ''pem'' unit represents this same information;
''1em'' is exactly equivalent to ''calc(1em * env(preferred-text-scale))''.
''1pem'' is exactly equivalent to ''calc(1em * env(preferred-text-scale))''.
When directly sizing things, ''bsem'' is just a more convenient length to use.

<div class=example>
Expand Down