JDK-6786688 : Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - Table must have captions and headers
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 7
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-12-18
  • Updated: 2014-05-05
  • Resolved: 2011-07-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7
7 b53Fixed
Related Reports
Relates :  
Description
This bug is to track specific issues specified in bug 6702376.

Licensee observes the HTML generated by the Javadoc tool does not meet the
requirements of the Web Content Accessibility Guidelines 2.0 standard:

   http://www.w3.org/TR/WCAG20/

Here are some accessibility problems believed to be found so far.  Note that
this is not an exhaustive list - there are likely to be more problems.

1. Tables should have captions, summary information
2. Table columns should be labeled.

Comments
EVALUATION The HTML tables displaying data should append summary attribute to the <HTML> tag and should also have a <CAPTION> tag. The tables should have column headers.
19-03-2009