You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Following this resolution and the accepted PR, the syntax of <arc-command> is arc [[<by-to> <coordinate-pair>] || [of <length-percentage>{1,2}] || <arc-sweep>? || <arc-size>? || [rotate <angle>]?].
<by-to> <coordinate-pair> and of <length-percentage>{1,2} are now optional but this does not seem to be the intent of the resolution: "switch to using, allow reordering grammar".
cdoublev
changed the title
[css-shapes-2] Arc size and smooth curve endpoint should not be optional
[css-shapes-2] Some arc and smooth curve command parameters should not be optional
Aug 6, 2024
cdoublev
changed the title
[css-shapes-2] Some arc and smooth curve command parameters should not be optional
[css-shapes-2] Some arc and curve command parameters should not be optional
Aug 6, 2024
Following this resolution and the accepted PR, the syntax of
<arc-command>
isarc [[<by-to> <coordinate-pair>] || [of <length-percentage>{1,2}] || <arc-sweep>? || <arc-size>? || [rotate <angle>]?]
.<by-to> <coordinate-pair>
andof <length-percentage>{1,2}
are now optional but this does not seem to be the intent of the resolution: "switch tousing
, allow reordering grammar".The same problem applies to:
<curve-command> = curve [[<by-to> <coordinate-pair>] || [using <coordinate-pair>{1,2}]]
<smooth-command> = smooth [[<by-to> <coordinate-pair>] || [using <coordinate-pair>]?]
.If this is not intentional, I suggest:
The text was updated successfully, but these errors were encountered: