- From: Stanley Guan <Stanley.Guan@oracle.com>
- Date: Wed, 18 Oct 2000 11:36:46 -0700
- To: www-dom@w3.org
- CC: keshlam@us.ibm.com, lauren@sqwest.bc.ca
Hi, getElementsByTagName will return a new NodeList object containing all the matched Elements. According to spec., NodeList objects in the DOM are live. This seems to be a requirement too strict to be fulfilled because the new list could be different from underlying list. Whenever changes made to the underlying document structure needs to be reflected in all relevant NodeLists? Is this a strict requirement needed for all compliant implementations? Thanks, -Stanley Guan
Received on Wednesday, 18 October 2000 14:37:56 UTC