From 2c7fe525fa9af987dfa3a1f9169a0c91038f4e00 Mon Sep 17 00:00:00 2001 From: Guillaume Date: Fri, 13 Dec 2024 17:30:04 +0100 Subject: [PATCH] [css-shapes-2][editorial] Fix minor syntax issue (#11366) --- css-shapes-2/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-shapes-2/Overview.bs b/css-shapes-2/Overview.bs index 80a1f562a58..a70f275ec9d 100644 --- a/css-shapes-2/Overview.bs +++ b/css-shapes-2/Overview.bs @@ -210,7 +210,7 @@ The ''shape()'' Function Percentages are resolved against the width or height, respectively, of the [=reference box=]. -
<> = [ by <> | to <> ] +
<> = [ to <> | by <> ]
Every command can be specified in "absolute" or "relative" coordinates, determined by their ''shape()/by'' or ''shape()/to'' component.