[Bug 24706] Clarify when setPointerCapture is supposed to work

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

--- Comment #2 from Olli Pettay <bugs@pettay.fi> ---
setPointerCapture

Sets pointer capture for the pointer identified by the argument pointerId to
the element on which this method is invoked. Subsequent events for the pointer
MUST always be targeted at this element. Throws a DOMException with the name
InvalidPointerId when the provided the method's argument does not match any of
the
_active_pointers_.


active pointer
Any touch contact, pen stylus, mouse cursor, or other pointer that can produce
events. If it is possible for a given pointer (identified by a unique
pointerId) to produce additional events, then that pointer is still considered
active. Examples:
* _A_mouse_connected_to_the_device_is_always_active_.



So the spec isn't consistent.

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

Received on Tuesday, 18 February 2014 01:37:05 UTC