From 0bb6569ccc7aefc0eb588f4ca8e021afd4c3a563 Mon Sep 17 00:00:00 2001 From: Noam Rosenthal Date: Thu, 9 Jan 2025 10:04:23 +0000 Subject: [PATCH] [css-shapes-2] by/to should always come before rest of parameters. This applies to arc/curve/smooth. Also fixes a bug where the arc target point was using only coordinate-pair. Resolution: https://github.com/w3c/csswg-drafts/issues/10666#issuecomment-2578298392 Closes #10666 --- 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 a70f275ec9d..495c9487c3a 100644 --- a/css-shapes-2/Overview.bs +++ b/css-shapes-2/Overview.bs @@ -318,7 +318,7 @@ The ''shape()'' Function the command's starting point, the command's end point, or the [=reference box=], respectively. If such component is not provided, the <> is relative to the segment's start. -
<> = arc [[<> <>] || [of <>{1,2}] || <>? || <>?|| rotate <>? ] +
<> = arc <> [[of <>{1,2}] || <>? || <>?|| rotate <>? ]
Add an elliptical arc command to the list of path data commands,