Re: [svgwg] overflow="auto" should be treated as hidden rather than visible

@tshinnic 

Do you mean Chrome is treating `auto` as `visible`?  That's what IE/Edge do, and what SVG 2 recommends. But not in Chrome (on Mac or Windows) in my tests:  https://codepen.io/AmeliaBR/pen/ZyvMbo?editors=1100

Note that none of the browsers I've tested support overflow clipping in only one dimension (`overflow-x: visible; overflow-y: hidden`).  If they are hiding one or the other, they clip to both width and height.

-- 
GitHub Notification of comment by AmeliaBR
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/329#issuecomment-311837701 using your GitHub account

Received on Thursday, 29 June 2017 01:35:13 UTC