RFR: JDK-8186052: Fix a11y and HTML issues in the java.base/java.lang[.*] packages
Jonathan Gibbons
jonathan.gibbons at oracle.com
Thu Aug 10 00:11:12 UTC 2017
Please review this proposed change to address accessibility and HTML issues
in the java.base java.lang[.*] packages.
In general, the changes consist of
* update tables to add scope=row|col as appropriate.
In some cases, slightly more surgery was needed on the table
* fix issues reported by tidy
In most cases, this is removing superfluous <p> elements.
Webrev: http://cr.openjdk.java.net/~jjg/8186052/webrev.00/index.html
API: http://cr.openjdk.java.net/~jjg/8186052/api.00/index.html
-- Jon
More information about the core-libs-dev
mailing list