Bug 159191 - HTMLElement / SVGElement should implement GlobalEventHandlers, not Element
Summary: HTMLElement / SVGElement should implement GlobalEventHandlers, not Element
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P1 Normal
Assignee: Chris Dumez
URL: https://html.spec.whatwg.org/multipag...
Keywords: InRadar, WebExposed
Depends on:
Blocks:
 
Reported: 2016-06-27 21:04 PDT by Chris Dumez
Modified: 2019-05-02 16:22 PDT (History)
8 users (show)

See Also:


Attachments
Patch (29.83 KB, patch)
2016-06-27 21:24 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2016-06-27 21:04:44 PDT
HTMLElement / SVGElement should implement GlobalEventHandlers, not Element:
https://html.spec.whatwg.org/multipage/dom.html#htmlelement

Firefox and Chrome behave as per the specification.

Fixing this also fixes rendering on http://survey123.arcgis.com/ with WebKit ToT.
Comment 1 Chris Dumez 2016-06-27 21:05:05 PDT
<rdar://problem/27019299>
Comment 2 Chris Dumez 2016-06-27 21:06:22 PDT
And for SVGElement:
https://www.w3.org/TR/SVG2/types.html#InterfaceSVGElement
Comment 3 Chris Dumez 2016-06-27 21:24:31 PDT
Created attachment 282209 [details]
Patch
Comment 4 Chris Dumez 2016-06-27 22:10:51 PDT
Comment on attachment 282209 [details]
Patch

Clearing flags on attachment: 282209

Committed r202539: <http://trac.webkit.org/changeset/202539>
Comment 5 Chris Dumez 2016-06-27 22:10:56 PDT
All reviewed patches have been landed.  Closing bug.