- From: Cameron McCormack <cam@mcc.id.au>
- Date: Sun, 26 Apr 2009 12:28:01 +1000
- To: public-svg-wg@w3.org
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