Hi, I have a question about the next quote from the DOM 2 core specification at http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html || <http://www.w3.org/TR/2000/REC-DOM-Level-2-Core-20001113/core.html#ID-536297177>"NodeList and NamedNodeMap objects in the DOM are live; that is, changes to the underlying document structure are reflected in all relevant NodeList and NamedNodeMap objects." Does this mean that if I have a NodeList by using document.getElementsByTagName("p") and I will add a new <p> element in the document anywhere, the NodeList will change immediatelly too? Another question is if there is any test suite to test the functionality of a DOM implementation. Thanks for any help. Robert.Received on Friday, 22 July 2005 14:52:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Tuesday, 27 October 2009 08:24:57 GMT