Re: ElementTraversal spec draft

Charles McCathieNevile wrote:
> If this is added, should the list be live or static? I am inclined to
>  make this a static element list, a la the Selectors spec, since it
> is intended to be a lightweight interface

Why does that make it more lightweight?  Is that from an implementation
standpoint, or a web-developer standpoint?

For what it's worth, implementing a live list in Gecko is actually
somewhat easier than implementing a non-live one...  There's just a
generic class to do them.

-Boris

Received on Friday, 16 March 2007 02:36:56 UTC