[Bug 12230] From this algorithm it does not seem to follow that dispatching a synthetic non-canceled submit event at a form causes it to be submitted. Yet that is what browsers implement. So that forms have a default handler for submit events should probably be split

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

--- Comment #4 from Anne <annevk@opera.com> 2011-03-05 09:49:16 UTC ---
Ian pointed out that the reason it makes no sense is that the default action of
an event is decided by the code that dispatches the event. The behavior here
goes contrary to that.

-- 
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 Saturday, 5 March 2011 09:49:17 UTC