JDK-2174381 : Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue.
  • Type: Backport
  • Backport of: JDK-6786690
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • Submitted: 2009-03-16
  • Updated: 2014-05-05
  • Resolved: 2011-05-11
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
7Fixed
Comments
EVALUATION The scenario specified in the bug is one due to incorrect nesting of the <dl><dt><dd> tags and incorrect order of end tags. Check each usage of definition list tags for proper nesting and ending tags.
16-03-2009