[Bug 24706] Clarify when setPointerCapture is supposed to work

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

--- Comment #5 from Jacob Rossi [MSFT] <jrossi@microsoft.com> ---
Ah, I think I understand.  Would this description be better?

"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. The pointer MUST be in its active
buttons state for this method to be effective, otherwise it fails silently.
Throws a DOMException with the name InvalidPointerId when the provided the
method's argument does not match any of the active pointers."

Feel free to propose alternate text.

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

Received on Tuesday, 18 February 2014 19:05:51 UTC