[svgwg] Do min/max-width/height properties constrain SVG geometry?

AmeliaBR has just created a new issue for 
https://github.com/w3c/svgwg:

== Do min/max-width/height properties constrain SVG geometry? ==
I would assume that `min-width`, `max-width`, `min-height`, and 
`max-height` would affect the used value of `width` and `height` for 
SVG layout in the same way as they do for CSS layout.

But [we never explicitly say 
so](https://svgwg.org/svg2-draft/geometry.html#Sizing) and Chrome does
 not support them in its geometry property implementation ([test 
case](http://jsbin.com/baraxojure/1/edit?html,css,output)).

PS, I came up with this issue while trying to spec consistent behavior
 for all elements in the Embedded content chapter, for issue #237.  
The min/max properties are specifically mentioned as applying to the 
HTML-namespaced elements.

Please view or discuss this issue at 
https://github.com/w3c/svgwg/issues/238 using your GitHub account

Received on Friday, 19 August 2016 19:01:47 UTC