Error in DOM Level 1 Specification

The Interface Element section of the Spec states that:

"since the Element interface inherits from Node <level-one-core.html>, the
generic Node <level-one-core.html> interface method getAttributes may be
used to retrieve the set of all attributes for an element"
However, there is no getAttributes method, the attributes can be obtained
from the node via the "attributes" attribute

Thanks,

Toivo Lainevool
Infrastructure Specialist
ObjectSpace, Inc.
http://www.objectspace.com
mailto:tlainevool@objectspace.com

Received on Saturday, 24 October 1998 14:50:18 UTC