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: 4714257
Votes 0
Synopsis stddoclet: Add description that italics means interface - accessibility, tooltip
Category doclet:tbd
Reported Against 1.2 , 1.4
Release Fixed 1.4.2(mantis)
State 10-Fix Delivered, request for enhancement
Priority: 4-Low
Related Bugs 4276186
Submit Date 12-JUL-2002
Description
This bug has been fixed.  A title attribute has been added.
 xxxxx@xxxxx  2002-07-23The 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.
Work Around
N/A
Evaluation
Striaghtforward and easy.
 xxxxx@xxxxx  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.
 xxxxx@xxxxx  2002-07-23
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang