L3 Core: Node.isEqualNode typo

http://www.w3.org/TR/DOM-Level-3-Core/core.html#Node3-isEqualNode

    On the other hand, the following do not affect equality: the
    ownerDocument,baseURI, and parentNode attributes, the specified and
    attribute for Attr nodes, theschemaTypeInfo attribute for Attr and
    Element nodes, theText.isWhitespaceInElementContent() method for
    Text nodes, as well as any user data or event listeners registered
    on the nodes.

The "and" in "the specified and attribute for Attr nodes" appears to be 
a typo.

Received on Monday, 27 October 2003 12:40:32 UTC