Re: [css3-ui] what to do if outline-offset is sufficiently negative (issue 38)

> On 24 Nov 2014, at 21:59, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> 
>  It's also an easy thing to spec, because it's
> simply floored at the smaller of (half width) and (half height).

It is fairly simple, but it is only that simple for some implementations of outline (like Chrome’s).

For instance, in FF, if something overflows the box, a rectangular outline will encompass the both the box and the overflowing content.
in IE and presto, it won’t even me rectangular anymore. This illustrates the differences: http://jsfiddle.net/h2op8ao4/

Either way, this approach is still simpler.

Received on Monday, 24 November 2014 21:52:22 UTC