RFR(JDK10/JAXP) 8190823: Broken link in org/w3c/dom/ls/

Joe Wang huizhe.wang at oracle.com
Mon Dec 11 21:11:58 UTC 2017


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



More information about the core-libs-dev mailing list