Hi,

Please review a doc-only fix for 4 dom classes. The material change is s/broken link/correct link/g, that is replacing all occurrence of the non-existent link "http://www.w3.org/TR/DOM-Level-3-Core/core.html"; with https://www.w3.org/TR/2004/REC-DOM-Level-3-Core-20040407/core.html. Other changes are format related. In order to avoid the extra space before the text of the hyperlink (e.g. " error handler"), in most cases, I kept the <a> element in one line although it's unfortunately long.

jbs: https://bugs.openjdk.java.net/browse/JDK-8190823
webrev: http://cr.openjdk.java.net/~joehw/jdk10/8190823/webrev/

Thanks,
Joe

Reply via email to