[ElementTraversal] Not a set of properties on Element

Hi.

In ElementTraversal section 2, there is this sentence:

  The ElementTraversal interface is a set of properties on the Element
  object, which allow an author to easily navigate between elements.

This isn’t really accurate.  I think this should be changed to:

  ElementTraversal is an interface with a set of attributes, which allow
  an author to easily navigate between elements in a document.  In
  conforming implementations of ElementTraversal, all objects that
  implement Element must also implement ElementTraversal.

-- 
Cameron McCormack, http://mcc.id.au/
 xmpp:heycam@jabber.org  ▪  ICQ 26955922  ▪  MSN cam@mcc.id.au

Received on Thursday, 4 October 2007 02:46:36 UTC