[svgwg] Issue: Initial value for the 'rx' and 'ry' properties marked as DoC_positiveResponse

nikosandronikos has just labeled an issue for 
https://github.com/w3c/svgwg as "DoC_positiveResponse":

== Initial value for the 'rx' and 'ry' properties ==
The initial value for the 'rx' and 'ry' properties are currently 
specified [1] as being '0'. This however means that it isn't possible 
to distinguish 'not specified', which is referred to in [2]:

> The values used for the x- and y-axis rounded corner radii are 
determined implicitly if the rx or ry attributes (or both) are not 
specified, or are specified but with invalid values.

and

> ...if a properly specified value is provided for rx, but not for ry,
 then set both rx and ry to the value of rx.

et.c.

(This currently causes a bug in Blink, ref [3].)

[1] https://svgwg.org/svg2-draft/geometry.html#RX
[2] https://svgwg.org/svg2-draft/shapes.html#RectElement
[3] https://bugs.chromium.org/p/chromium/issues/detail?id=576811

See https://github.com/w3c/svgwg/issues/74

Received on Monday, 8 August 2016 10:38:55 UTC