From d77ebf0253d31476d3b91e099461307e2f87752d Mon Sep 17 00:00:00 2001 From: Luke Warlow Date: Thu, 25 Sep 2025 14:40:13 +0100 Subject: [PATCH] [css-env-1] Correct note to use pem not em --- css-env-1/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-env-1/Overview.bs b/css-env-1/Overview.bs index e5af867b80f..9360aa5de9b 100644 --- a/css-env-1/Overview.bs +++ b/css-env-1/Overview.bs @@ -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.