Re: SVG12: DOMObject portability

Robin Berjon wrote:
>> Per DOM3Events EventTarget is implemented on all objects that 
>> implement the Node
>> interface[1]. What's your point?
> 
> Yes, but SVGElementInstance doesn't.

OK.  I just looked up this thread again.  Perhaps I should rephrase my orginal 
question as follows:

   Why does getCurrentFocusedObject return a DOMObject that "must be cast to an
   EventTarget" instead of just returning an EventTarget?  In what cases would
   something that is NOT an EventTarget ever have focus?

-Boris

Received on Sunday, 4 December 2005 02:04:36 UTC