[Bug 24971] Should got/lostpointercapture be dispatched asynchronously or synchronously

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24971

--- Comment #1 from Olli Pettay <bugs@pettay.fi> ---
Actually, I don't understand what the spec tries to say
"A user agent MUST queue a task to fire a pointer event named
lostpointercapture after pointer capture is released for a pointer. This event
MUST be fired prior to any subsequent events for the pointer after capture was
released."

So queue a task to fire event, but that firing must happen before something
else.
That makes no sense. We can't prioritize event dispatching task in the 
task queue to happen before something else.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 7 March 2014 13:17:48 UTC