Skip to main content

Provide alternate content for Java applets which are not accessible.

 

Rationale

When designing a Web application, the Java applets available in Domino can be used to display views, embedded outlines, action bars and rich text fields in a browser. The applets provide a visual interface which is more Notes-like. However, the applets are not accessible to anyone who is using the keyboard or assistive technology like a screen reader. These users will not be able to use the application because it is not accessible.

At this time, the keyboard cannot be used to give focus to an applet or to exit an applet once it has focus. Even if you follow the techniques in the IBM Java Accessibility Checklist for Java2 applets and the IBM Software Accessibility Checklist for all other Java 1.1.x applets, they will not have keyboard focus. Because of this problem, Java applets should not be used.

This checkpoint only applies to applications that will be deployed on the Web.

Development techniques

The following techniques are the minimum required to meet Checkpoint 6.1 from the Lotus Notes Accessibility Checklist.


Testing techniques

Test the application to ensure that it complies with accessibility requirements.

Tools

Install the following tools to test this checkpoint:

Techniques

The following techniques are required to verify this checkpoint:
  Action Result
1. Test each page of the application with a Web checking tool to verify that alt="text" attributes are used for applets. Pass/Fail:

2. Test the Web site with a screen reader that supports applets to determine if the applets are accessible.
For more information, see the Java testing techniques.
Pass:


Fail:
3. If the Web site includes applets or objects that are not directly accessible, test with a screen reader to determine if an equivalent alternative has been provided and is accessible.

Pass:


Fail:


©2001, 2008 IBM Corporation

Last updated February 08, 2008.