SVG 1.1 element interfaces inheriting from EventTarget

It’s a bit strange that some element interfaces (e.g. SVGSVGElement) are
defined to inherit from EventTarget, while others (e.g. SVGViewElement)
aren’t.  Better would be either:

  1. Remove those inheritances, and stating that all Elements in an SVG
     document must also implement EventTarget.  Or

  2. Remove those inheritances, but make SVGElement inherit from
     EventTarget.

-- 
Cameron McCormack ≝ http://mcc.id.au/

Received on Sunday, 26 April 2009 02:28:53 UTC