Re: overflow-x and overflow-y

We should follow CSS3 IMO. WebKit has special hacks to follow the current specification of SVG.

Greetings,
Dirk

On May 26, 2012, at 10:46 PM, Cameron McCormack wrote:

> 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.
> <o.svg>

Received on Sunday, 27 May 2012 13:39:01 UTC