JDK-4775148 : stddoclet: Finish adding summary="" to tables for accessibility
  • Type: Bug
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: other
  • CPU: generic
  • Submitted: 2002-11-07
  • Updated: 2014-05-05
  • Resolved: 2002-11-20
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.
Other
1.4.2 mantisFixed
Description
Bug 4637604 did not catch all places where tables need the summary
attribute for 508 accessibility compliance.  The following file
contains <table> tags without summary attributes:

  constant-values.html

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mantis FIXED IN: mantis INTEGRATED IN: mantis mantis-b08
14-06-2004

PUBLIC COMMENTS Removed <TABLE> tags from ConstantsSummaryWriter.java and replaced with table method from HtmlWriter.java. Regression test is included in the test from bug 4637604: test/com/sun/javadoc/AccessSummary/AccessSummary.java ###@###.### 2002-11-06
06-11-2002

EVALUATION In looking at ConstantsSummaryWriter.java, it hard-codes <table> rather than calling the table method HtmlWriter.java ###@###.### 2002-11-06
06-11-2002