Test nodeparentnodenull (DOM level 1)Actually in the original test, it is an Element - it appears that the DOM L1 java binding returns an Element from the createElement method that is used for the createdNode variable. --Mary ----- Original Message ----- From: Freek de Bruijn To: www-dom-ts@w3.org Sent: Monday, November 19, 2001 5:43 AM Subject: Test nodeparentnodenull (DOM level 1) In the DOM level 1 test nodeparentnodenull, the variable createdNode is declared with type NodeList. I think this should be type Node. The line "<var name="createdNode" type="NodeList"/>" should probably be modified to "<var name="createdNode" type="Node"/>". Regards, FreekReceived on Monday, 19 November 2001 11:45:12 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 6 April 2009 12:58:45 GMT