Re: [DOM4] NodeList should be deprecated

Ojan Vafai:
> We should make static NodeList inherit from Array though so that you can
> do regular array operations on it.

Web IDL has the means to make (all) NodeList objects inherit from Array 
by annotating them with [ArrayClass], if we want to do that.

Received on Wednesday, 14 March 2012 02:44:51 UTC