Re: Specifying hit testing in CSS

On Aug 20, 2010, at 8:07 AM, Leif Arne Storset wrote:

> We would like to see this behavior specified and converging on a specific
> behavior. Whether Gecko/WebKit adopt the more sophisticated behavior or IE
> and we (Opera) switch to the simpler behavior is not very important to us,
> although in general, simpler algorithms are preferred, of course.

You should also consider how the following affect hit testing, particularly with
pointer-events: visible.

* opacity: 0
* visibility: hidden
* hit outside the border of an element with border-radius

Simon

Received on Friday, 20 August 2010 15:35:05 UTC