NEW 125284
Add missing event handler attributes
https://bugs.webkit.org/show_bug.cgi?id=125284
Summary Add missing event handler attributes
Ryosuke Niwa
Reported 2013-12-04 23:33:37 PST
Consider merging https://chromium.googlesource.com/chromium/blink/+/142dce5f57104a5cb0ff44aa2010e5b4bbd98f10 Document, Element and Window now have almost all the on* attributes from GlobalEventHandlers and are in sync with each other, except: * The dragexit event is part of the drag-and-drop processing model, but is never fired in Blink. * The sort event is part of the table sorting algorithm, which has not been implemented yet. Also alphabetize the lists in Document.h and Element.h.
Attachments
Note You need to log in before you can comment on or make changes to this bug.