- From: Seth Bruder <sdb@webalo.com>
- Date: Fri, 07 Apr 2000 00:21:49 -0800
- To: www-dom@w3.org
Received on Thursday, 6 April 2000 20:27:52 UTC
I'm expect this question has already been asked, but I could not find it in my search through the archives... The spec for the getElementsByTagNameNS method of the Element interface strikes me as strange. Particularly the part, "in a preorder traversal of the Document tree starting from this node". I would have expected something more like the spec for getElementsByTagName, "in a preorder traversal of the Element tree". What is the intent of including Nodes from outside the Element's subtree in the returned NodeList? thanks, Seth
Received on Thursday, 6 April 2000 20:27:52 UTC