Found in Tiger API document.
http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/DOMImplementationSource.html
Compared to specification document,
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMImplementationSource
following sentences needs "DOM Features" at the end after "in".
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
I've reported this bug back to the W3C. The bug is in files distributed by the W3C that we do not change.
http://java.sun.com/j2se/1.5.0/docs/api/org/w3c/dom/DOMImplementationSource.html
Compared to specification document,
http://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html#DOMImplementationSource
following sentences needs "DOM Features" at the end after "in".
This interface permits a DOM implementer to supply one or more implementations, based upon requested features and versions, as specified in .
A method to request a list of DOM implementations that support the specified features and versions, as specified in .
I've reported this bug back to the W3C. The bug is in files distributed by the W3C that we do not change.