Re: Confusing thing about lostpointercapture event

Firing at the node would mean that the event can't bubble through the
document. Do you suggestions on different behaviors or use cases where this
will be problematic?

On Monday, September 1, 2014, Maksim Lebedev <alessarik@gmail.com> wrote:

> Hi folks.
>
> Latest draft of specification of pointer events have point 10.3.1 Implicit
> Release of Pointer Capture:
> If the pointer capture target override is removed from the document tree,
> clear the pending pointer capture target override and pointer capture
> target override nodes and fire a Pointer Event named lostpointercapture at
> the document.
>
> But according with point 5.2.2 List of Pointer Events
> lostpointercapture event can be fired only at element.
>
> This dissonance has confusing actions for me. Maybe we should change
> something?
>
> Thanks, Maksim Lebedev.
>

Received on Monday, 1 September 2014 11:42:05 UTC