[css-shapes] keyword 'curve' in basic shapes

Hi,

The specification requires setting the keyword 'curve' for basic shapes like rectangle and inset-rectangle[1]. Is that intentional?

Means instead just specifying:

	rectangle(0 0 100% 100% 20% 20%)

It must be:

	rectangle(0 0 100% 100% curve 20% 20%)

Is that right? The later just seems to have more characters without much of value. The first 4 arguments are required and not optional.

I couldn't find a note on www-style where this was requested. Looks like it was introduce between 2011-12-13 and 2012-05-03.

Greetings,
Dirk

[1] http://dev.w3.org/csswg/css-shapes/#rectangle

Received on Sunday, 14 July 2013 13:51:37 UTC