Re: Again new comments on DOM Range

On 28 Dec 1999, Thierry Kormann wrote:

> 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...

Fixed. Didn't make it into the PR version of Level 2, but it's now in 
the source.

thanks,

Lauren

Received on Tuesday, 3 October 2000 01:11:21 UTC