Re: overflow-x and overflow-y

Cameron McCormack:
> I don't think there is any problem with having this work with SVG
> too.  Any reason not to do it?

Attached is a test, by the way, that shows implementations doing various
things with overflow-x and overflow-y to determine whether to clip in
both dimensions or neither dimension.  Gecko looks needs both overflow-x 
and overflow-y to be visible not to clip to the viewport.  WebKit just 
looks at overflow-x.  Opera needs only one of overflow-x and overflow-y 
to be visible not to clip to the viewport.

Received on Sunday, 27 May 2012 05:47:27 UTC