Re: publish a new Working Draft of DOM Core; comment deadline March 2

>>   * 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