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 05:43:36 UTC