- From: Freek de Bruijn <freek@x-hive.com>
- Date: Mon, 19 Nov 2001 11:43:02 +0100
- To: <www-dom-ts@w3.org>
Received on Monday, 19 November 2001 05:43:36 UTC
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 05:43:36 UTC