Re: SVG12: DOMObject portability

Quoting Ola Andersson <Ola.Andersson@ikivo.com>:
> Hi Boris,
> I'm just replying to your last question since I don't know anything
> about Gecko. The reason not to return a Node is because you can set
> focus on an SVGElementInstance (like a use:d element) which isn't a Node
> but an EventTarget.

Per DOM3Events EventTarget is implemented on all objects that implement 
the Node
interface[1]. What's your point?


[1]<http://www.w3.org/TR/DOM-Level-3-Events/events.html#Events-EventTarget>


-- 
Anne van Kesteren
<http://annevankesteren.nl/>

Received on Friday, 2 December 2005 22:16:17 UTC