[Webkit-unassigned] [Bug 95566] WebKit accepts event listeners in onfoo attributes while no other browser does
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Aug 31 10:08:45 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=95566
--- Comment #2 from Kyle Huey (Mozilla Developer) <me at kylehuey.com> 2012-08-31 10:08:53 PST ---
HTML defines the relevant properties on Window.[0]
attribute EventHandler onabort;
...
attribute EventHandler onload;
Where EventHandler is defined as [1]
[TreatNonCallableAsNull]
callback EventHandlerNonNull = any (Event event);
typedef EventHandlerNonNull? EventHandler;
As far as a definition of what constitutes callable, I don't know. I would assume that's in ES somewhere, if it's defined.
[0] http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#window
[1] http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#eventhandler
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list