wrong anchor name "DOMImplementations"

1.3.7 Bootstrapping of DOM Level 3 Core states in the third paragraph:

"...which is passed to every known DOMImplementationSource, and returns a list
of suitable DOMImplementations."

the entire last word is an anchor. This is incorrect, while the interface name
is DOMImplementation.

<a ...><code>DOMImplementations</code></a>

should be:

<a ...><code>DOMImplementation</code></a>s

-jorgen

Received on Friday, 30 September 2005 21:20:50 UTC