Re: Still some DOM Range comments

Attr can be a Range ancestor. The second statement is incorrect and has  (along
with ones similar to it) been fixed.

--Vidur

Thierry Kormann wrote:

> Hi,
>
> May be I'm missing something but in DOM Range, chapter 8.2 you write :
>
> "The boundary-points of a Range must have a common ancestor container
> which is either a Document, DocumentFragment or Attr node."
>
> and in methods description section, I can read :
>
> setStart
>
> - RangeException :
>
> INVALID_NODE_TYPE_ERR: Raised if refNode or an ancestor of refNode is
> an Attr, Entity, Notation, or DocumentType node.
>
> so, the question is : Attr can be a Range ancestor or not ?
>
> Thierry.
>
> --
> Thierry Kormann
> email: Thierry.Kormann@sophia.inria.fr  http://www.inria.fr/koala/tkormann/
> Koala/Dyade/Bull @ INRIA - Sophia Antipolis

Received on Monday, 24 January 2000 17:18:54 UTC