[Bug 16285] Default actions section is quite confusing; review and polish

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

Anne <annevk@opera.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #2 from Anne <annevk@opera.com> 2012-03-18 16:03:16 UTC ---
It still talks about as if they are somehow associated with the event object.
While the code for implementing this goes like:

function run() {
  if(obj.dispatchEvent(ev)) {
    defaultAction()
  }
}

I.e. defaultAction is associated with run, not ev.

-- 
Configure bugmail: https://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

Received on Sunday, 18 March 2012 16:03:20 UTC