Skip to content

Commit 0c1ed20

Browse files
authored
remove pem/bsem from css-env-1 (w3c#13281)
1 parent 85eb352 commit 0c1ed20

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

css-env-1/Overview.bs

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,14 +260,10 @@ For example, if ''text-size-adjust:auto''
260260
would cause text sizes to double,
261261
then ''env(preferred-text-scale)'' would resolve to ''2''.
262262

263-
Note: The ''pem'' unit represents this same information;
264-
''1pem'' is exactly equivalent to ''calc(1em * env(preferred-text-scale))''.
265-
When directly sizing things, ''bsem'' is just a more convenient length to use.
266-
267263
<div class=example>
268264
This [=environment variable=] requires care to be used correctly.
269265
By default, text scaling is applied automatically;
270-
using ''env(preferred-text-scale)'' or ''pem''
266+
using ''env(preferred-text-scale)''
271267
would result in the scale being <em>double</em>-applied,
272268
making text or UI elements too large.
273269

@@ -279,7 +275,6 @@ When directly sizing things, ''bsem'' is just a more convenient length to use.
279275
and when necessary scale non-text sizes by the scale factor as well.
280276
* or set ''text-size-adjust:none'',
281277
and then consistently use this [=environment variable=]
282-
and/or the ''pem'' unit
283278
to scale relevant text and UI to the user's preference.
284279
</div>
285280

0 commit comments

Comments
 (0)