[Bug 12949] click() shouldn't have special powers over dispatching click event manually

http://www.w3.org/Bugs/Public/show_bug.cgi?id=12949

--- Comment #20 from Jan Varga <jan.varga@gmail.com> 2011-07-03 16:40:55 UTC ---
Ok, so it looks to me that element.click() should fire a click event and
provide default action (if the click event was not cancelled). Firing a click
event manually should not trigger default action according to the spec.

However, all browsers seem to trigger default handling after manual dispatch as
Olli pointed out.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Sunday, 3 July 2011 16:40:56 UTC