RFR: JDK-8186160 Fix a11y issues in java.security package

Jonathan Gibbons jonathan.gibbons at oracle.com
Sat Aug 12 00:01:19 UTC 2017


Please review the following small fix for some accessibility issues in 
the java.security package.

3 tables are converted to the de-facto JDK standard for row-oriented 
tables, and updated
with appropriate scope=row|col attributes to identify the header cell in 
each row or column.
You can see the appearance of the updated tables in the API link below.

This is part of the ongoing effort to clean up all such issues in the 
JDK documentation.

JBS: https://bugs.openjdk.java.net/browse/JDK-8186160
Webrev: http://cr.openjdk.java.net/~jjg/8186160/webrev.00
API: http://cr.openjdk.java.net/~jjg/8186160/api.00

-- Jon




More information about the security-dev mailing list