Other |
---|
5.0 b30Fixed |
Name: dk106046 Date: 08/13/2003 NOTE: This request is based on a liberal interpretation of the U.S. Federal Government 508 Standard. Documentation generated by javadoc has an accessbility problem because table headings are represented as <td> instead of <th>. This has an accessbility problem because table headings are represented as <td> instead of <th>, and as such assistive technologies cannot distinguish headings from other table data. Recreation Steps:: For any packages, generate javadoc using the javadoc command For example, from D:\cn131-20020821\src\classes\sov directory run the following command: javadoc -d e:\docs -sourcepath . java.util javax.swing java.io Cause of the problem:: <TH> tag is never used in the javadoc. <TD> tag was used instead of <TH> tag. [This bug is being submitted as a courtesy, in order to maintain uniformity between Sun & IBM JDKs. It has been fixed in IBM JDKs. Please contact ###@###.### if you have questions.] ======================================================================
|