Again new comments on DOM Range

Re,

A node type is missing for the INDEX_SIZE_ERR exception type. It may be 
obvious, anyway I think the Text node type must be added to this sentence.

Exceptions (for all methods that can raise a DOMException) :

INDEX_SIZE_ERR: Raised if offset is negative or greater than the number of 
child units in refNode. Child units are 16-bit units if refNode is a 
CharacterData, Comment or ProcessingInstruction node. Child units are Nodes in 
all other cases.

ie: Child units are 16-bit units if refNode is a CharacterData, Comment, 
ProcessingInstrution or Text node...

Thierry.

-- 
Thierry Kormann
email: Thierry.Kormann@sophia.inria.fr  http://www.inria.fr/koala/tkormann/
Koala/Dyade/Bull @ INRIA - Sophia Antipolis

Received on Tuesday, 28 December 1999 12:52:31 UTC