- From: Mary Brady <mbrady@nist.gov>
- Date: Mon, 19 Nov 2001 11:45:18 -0500
- To: "Freek de Bruijn" <freek@x-hive.com>, <www-dom-ts@w3.org>
Received on Monday, 19 November 2001 11:45:12 UTC
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, Freek
Received on Monday, 19 November 2001 11:45:12 UTC