[csswg-drafts] [css-shapes] Minor typo in ellipse() syntax (#3609)

pyoor has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-shapes] Minor typo in ellipse() syntax ==
The ellipse syntax is defined as `ellipse( <shape-radius>{2}? [ at <position> ]? )`

Based on the css-values definition, it looks like a brace multiplier followed by an optional element is illegal.

Shouldn't it be `ellipse( [<shape-radius>{2}]? [ at <position> ]? )`

https://github.com/w3c/csswg-drafts/blob/6f9324adc8d6207923dbf8e78d018ace795f4276/css-shapes-1/Overview.bs#L379

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/3609 using your GitHub account

Received on Monday, 4 February 2019 15:30:58 UTC