Re: [svgwg] window event attribute category is not referenced (#741)

In https://svgwg.org/svg2-draft/interact.html#EventAttributes it says

> For every event type that the user agent supports, SVG supports that as an event attribute, following the same requirements as for event handler content attributes [HTML]. The event attributes are available on all SVG elements. 

That sounds like *every* event type gets an event handler content attribute, and they can all be specified on every SVG element. "pagehide" is a supported event in all browsers, but I don't think that `onpagehide` is supported on a `<rect>`.  Should it instead be just the events that are exposed on `GlobalEventHandlers`?  (Is there a term for that?)

-- 
GitHub Notification of comment by heycam
Please view or discuss this issue at https://github.com/w3c/svgwg/issues/741#issuecomment-533970957 using your GitHub account

Received on Monday, 23 September 2019 06:13:31 UTC