[svgwg] Issue: Do min/max-width/height properties constrain SVG geometry? marked as Geometry Properties chapter

AmeliaBR has just labeled an issue for https://github.com/w3c/svgwg as
 "Geometry Properties chapter":

== 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.

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

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