ISSUE-2352: DOMFocusIn/DOMFocusOut deprecated in DOM 3 Events [SVG 2.0]

ISSUE-2352: DOMFocusIn/DOMFocusOut deprecated in DOM 3 Events [SVG 2.0]

http://www.w3.org/Graphics/SVG/WG/track/issues/2352

Raised by: Erik Dahlström
On product: SVG 2.0

In DOM 3 Events (not yet normatively referenced by any SVG specs) the DOMFocusIn and DOMFocusOut events have been deprecated, and are replaced by the equivalent focusin and focusout:
http://www.w3.org/TR/DOM-Level-3-Events/#event-type-focusin
http://www.w3.org/TR/DOM-Level-3-Events/#event-type-focusout

This raises the question whether SVG 2.0 should register event listeners for the new type of event for the corresponding on-attributes (onfocusin/onfocusout). In SVG 1.1 they register listeners for DOMFocusIn/DOMFocusOut.

Received on Thursday, 15 July 2010 08:09:44 UTC