You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The SVG Working Group just discussed Defer onfocusin and onfocusout, and agreed to the following:
RESOLUTION: Remove from SVG2 but automatically include again when defined by HTML. Add a note.
The full IRC log of that discussion
<krit> topic: Defer onfocusin and onfocusout
<krit> GitHub: https://github.com//issues/715
<krit> AmeliaBR: it really depends on the feedback we get from HTML
<krit> AmeliaBR: I wonder if we could have some wording. I wonder why we have them part of the events. They don't seem to be part of the standard mixing.
<krit> s/mixing/mixins/
<krit> AmeliaBR: If HTML gets them we get them automatically.
<krit> myles: sounds like a good argument to defer until HTML gets them.
<krit> AmeliaBR: we should not be defining them other than by using HTMLs mixins and definition
<krit> krit: were they part of SVG 1.1?
<krit> AmeliaBR: no, we don't say anything anywhere. They are just listed in the element definitions and the definitions have disappeared.
<krit> AmeliaBR: Propose to remove them for now. Assuming that they will be included by HTML's mixins, they will get included in HTML.
<krit> AmeliaBR: They actually were in SVG 1.1
<krit> krit: Still support your proposal but should add a note then
<krit> AmeliaBR: we have a note for other events where we now use HTML's definition. We can add a note that they should only be implemented in a way theat they are consistent with HTML.
<krit> RESOLUTION: Remove from SVG2 but automatically include again when defined by HTML. Add a note.
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
On the other hand, HTML Standard has a few issues about formalization of onfocusin and onfocusout.
onfocusin
/onfocusout
IDL attributes be added? whatwg/html#4542I 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.
The text was updated successfully, but these errors were encountered: