Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6786690
Votes 0
Synopsis Javadoc HTML WCAG 2.0 accessibility issues in standard doclet - DL tag and nesting issue.
Category doclet:stddoclet
Reported Against 5.0
Release Fixed 7(b51)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs 6702376 , 6206490
Submit Date 18-DEC-2008
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. DL tag does not have DT and DD tags nested.
Posted Date : 2008-12-18 00:52:21.0
Work Around
N/A
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.
Posted Date : 2009-01-26 22:23:30.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang