>> * we want Node to inherit from EventTarget > That can be stated in DOM Core. For example: The Node Interface > implements EventTarget [Events Core].
I guess the reason behind this has been discussed around: http://lists.w3.org/Archives/Public/public-script-coord/2010OctDec/0081.html Actually what are the blocking issues why DOM Core does not state like, interface EventTarget { ... }; interface Node : EventTarget ... yet? Best, - Shiki
