Skip to content
Open
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))''.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is a simple typo right? Unless I'm massively misunderstanding.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah this is a simple typo or copy-pasta

When directly sizing things, ''bsem'' is just a more convenient length to use.
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is bsem defined anywhere? I can't seem to find it?


<div class=example>
Expand Down