Re: Implementing NodeList

Don Park scripsit:

> >That works fine for child-type NodeLists, but not for the results of
> >getElementsByTagName, which must be live over a whole subtree.
> >Indeed, the current version of FreeDOM violates the spec and makes
> >this result static.
> 
> You are right that the solution does not work for getElementsByTagName.  You
> are also right that FreeDOM's getElementsByTagName return static result.  My
> only excuse is that one can not violate what is not final <g>.  It will be
> fixed in the DOM SDK release.  Right now, I am just trying to select the
> least unattractive solution to swallow.

No, actually, I'm wrong, and it was you who pointed it out:

http://lists.w3.org/Archives/Public/www-dom/1998JulSep/0086.html

NodeLists generated by getElementsByTagName need not be live.

-- 
John Cowan	http://www.ccil.org/~cowan		cowan@ccil.org
	You tollerday donsk?  N.  You tolkatiff scowegian?  Nn.
	You spigotty anglease?  Nnn.  You phonio saxo?  Nnnn.
		Clear all so!  'Tis a Jute.... (Finnegans Wake 16.5)

Received on Wednesday, 19 August 1998 12:41:15 UTC