[svgwg] Defer onfocusin and onfocusout (#715)

takenspc has just created a new issue for https://github.com/w3c/svgwg:

== Defer onfocusin and onfocusout ==
In SVG 2 spec, elements have graphical event attributes (onfocusin and onfocusout) while SVG 2 spec doesn't have formal definition of them.

Example:
https://svgwg.org/svg2-draft/struct.html#SVGElement
> graphical event attributes — ‘onfocusin’, ‘onfocusout’

On the other hand, HTML Standard has a few issues about formalization of onfocusin and onfocusout.

- https://github.com/whatwg/html/issues/3514
- https://github.com/whatwg/html/issues/4542

I think it is better to drop onfocusin and onfocusout for a while and update global event attributes once onfocusin and onfocusout were defined in HTML Standard.


Please view or discuss this issue at https://github.com/w3c/svgwg/issues/715 using your GitHub account

Received on Sunday, 14 July 2019 08:53:53 UTC