JDK-4714257 : stddoclet: Add description that italics means interface - accessibility, tooltip
  • Type: Enhancement
  • Component: tools
  • Sub-Component: javadoc(tool)
  • Affected Version: 1.2.0,1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,other
  • CPU: generic
  • Submitted: 2002-07-12
  • Updated: 2014-05-05
  • Resolved: 2002-10-25
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
Related Reports
Duplicate :  
Description
The lower left frame currently has links such as:

 <a href="x">Applet</a>
 <a href="y"><i>AppletContext</i></a>

where the italic indicates it is an interface.  This style
would be lost to a non-sighted user.  Want to add "class"
for non-italicized terms and "interface" for italicized terms.
This can be added to the<a> tags:

 <a href="x" title="class in java.applet">Applet</a>
 <a href="y" title="interface in java.applet"><i>AppletContext</i></a>

Notice we also mention the containing package, as this
information is valuable when two classes/interfaces have the same name,
such as List.

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

EVALUATION Striaghtforward and easy. ###@###.### 2002-07-12 This bug has been fixed. A title attribute has been added for class and interface links (as specified in the description section). This bug fix is pending review. ###@###.### 2002-07-23
23-07-2002

PUBLIC COMMENTS This bug has been fixed. A title attribute has been added. ###@###.### 2002-07-23
23-07-2002