Skip navigation

Applets and scripts

Access barriers
Guidelines for overcoming access barriers
Activity

An applet is a program designed to be executed from within another application. Unlike an application, applets cannot be executed directly from the operating system.

Scripts refers to the contents of a computer programming language.

Access barriers

Back to top

Guidelines for overcoming access barriers

  1. Provide equivalent information on an alternative accessible page if content cannot be accessed because scripts, applets or other programming objects are turned off or not supported. APPLETS EXAMPLE 1
  2. If an alternative text version exists, ensure that you update both versions when changes are made.
  3. Ensure programming elements such as scripts and applets are directly accessible or compatible with assistive technologies. SEE MULTIMEDIA EXAMPLE 3
  4. Ensure that event handlers are input device-independent for applets and scripts. APPLETS EXAMPLE 3
  5. When linking to a popup using Javascript, make sure that you have catered for users who have Javascript disabled. APPLETS EXAMPLE 4

Back to top

Activity

If applets and scripts are used in your project, use the checklist below to assess any accessibility barriers that may be present. If you have ticked 'no' for any item, go to the Guidelines covering this.

Using applets and scripts


  1. Equivalent information is provided on an alternative accessible page for content which cannot be accessed because scripts, applets or other programming objects are turned off or not supported.


  2. Alternative text versions are updated when changes are made.


  3. Programming elements, such as scripts and applets, are directly accessible or compatible with assistive technologies.


  4. Event handlers are input device-independent for applets and scripts.


  5. Javascript links will work when users have Javascript disabled.

Back to top