[Bug 23240] Normatively specify that right/middle mouse button presses do not cause click/dblclick events

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

--- Comment #1 from Gary Kacmarcik <garykac@google.com> ---
Current spec states:

"The click event type must be dispatched on the topmost event target indicated
by the pointer, when the user presses down and releases the pointer button, or
otherwise activates the pointer in a manner that simulates such an action."

Proposed change to:

"The click event type must be dispatched on the topmost event target indicated
by the pointer, when the user presses down and releases the *primary* pointer
button (i.e., when MouseEvent.button = 0), or otherwise activates the pointer
in a manner that simulates such an action."

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

Received on Friday, 13 September 2013 16:36:54 UTC