- From: Shiki Okasaka <shiki.okasaka@gmail.com>
- Date: Thu, 3 Mar 2011 12:43:04 +0900
- To: Garrett Smith <dhtmlkitchen@gmail.com>, Anne van Kesteren <annevk@opera.com>
- Cc: Adrian Bateman <adrianba@microsoft.com>, Arthur Barstow <art.barstow@nokia.com>, public-webapps <public-webapps@w3.org>, Michael Champion <Michael.Champion@microsoft.com>
>> * 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
Received on Thursday, 3 March 2011 03:43:31 UTC