Web accessibility service pageWeb accessibility service page

1.2:H101001 Provide a text equivalent for every applet.

Improper design

For the attached application program Ħ§AppletĦ¨,there was no replacement text explanation.

Improper design:

  <APPLET code="RainbowText.class" codebase="script/" 
  align="baseline" width="440" height="40">
    <PARAM name="text" value="Web accessibility service pageĦI">
  </APPLET>
  

Proper demonstration

In the APPLET label set an Ħ§altĦ¨ character to replace word explanation.

Proper example:

  <APPLET code="RainbowText.class" codebase="script/"   
  width="440" height="40" align="baseline" alt="Web accessibility service pageĦI">
    <PARAM name="text" value="Web accessibility service pageĦI">
  </APPLET>
  
End of Main Content