SVGT 1.2: Document behavior for Node interfaces

The Document interface defines how some Node methods should behave on  
it:

- the parentNode attribute will be null
- appendChild throws HIERARCHY_REQUEST_ERR
- insertBefore throws HIERARCHY_REQUEST_ERR
- removeChild throws NOT_SUPPORTED_ERR

I think fixing the Node method definitions as I suggested would  
either eliminate the need for these or put them in conflict with the  
spec for the methods, therefore I suggest removing this section.

Regards,
Maciej

Received on Tuesday, 27 December 2005 06:53:46 UTC