From 4936e06d241d9c6c5cd2e62e75f61983829a39b7 Mon Sep 17 00:00:00 2001 From: Sam Atkins Date: Fri, 13 Dec 2024 11:48:59 +0000 Subject: [PATCH] [css-typed-om] Correct a typo in "apply the percent hint" --- css-typed-om/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-typed-om/Overview.bs b/css-typed-om/Overview.bs index 08ddfe92..5c846d3e 100644 --- a/css-typed-om/Overview.bs +++ b/css-typed-om/Overview.bs @@ -1910,7 +1910,7 @@ where a value's context is actually known. to a |type| without a [=percent hint=], perform the following steps: - 1. Set |type|’s [=percent hint=] to |hint|, + 1. Set |type|’s [=percent hint=] to |hint|. 2. If |type| doesn't [=map/contain=] |hint|, set |type|[|hint|] to 0. 3. If |hint| is anything other than "percent", and |type| [=map/contains=] "percent",