RE: Test elementinuseattributeerr (DOM level 1)

Good catch.  I apparently bungled that one in fixing up undeclared variables where I changed "Element" to "testAttribute" instead of "newElement".
 
I'll have to review the results of this test since I believe that some implementations are throwing an exception.  My reading is that the test as written should not throw an exception and the return
value setAttr2 should be same as newAttribute.

-----Original Message-----
From: Freek de Bruijn [mailto:freek@x-hive.com] 
Sent: Wednesday, October 31, 2001 10:05 AM
To: www-dom-ts@w3.org
Subject: Test elementinuseattributeerr (DOM level 1)



In the DOM level 1 test elementinuseattributeerr, the attribute seems to be added to the same element twice. This should not lead to an INUSE_ATTRIBUTE_ERR. We should probably create another new
element and add the attribute to this second element.

Regards, Freek 

Received on Wednesday, 31 October 2001 11:30:19 UTC