Re: Capturing Problems Example

On Fri, Apr 12, 2013 at 11:13 AM, François REMY <
francois.remy.dev@outlook.com> wrote:
>
> The other option would be remove the “setPointerCapture” method from
> elements and, instead, add a “capturePointer” method on the Event object
> which, when called, make the event’s target capture the pointer. This
> removes some possibilities but also avoid possible mistakes.
>

This proposal makes sense to me and it solves some of the concerns that
have been raised. Can anyone think of a downside to this?

Received on Friday, 12 April 2013 16:03:12 UTC