- From: pyoor via GitHub <sysbot+gh@w3.org>
- Date: Mon, 04 Feb 2019 15:30:56 +0000
- To: public-css-archive@w3.org
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