java-applet.html   [plain text]


<html>
<body id="body">

<applet code="AppletTest.class" width=200 height=140 codebase="resources" name="appletTest"></applet>

<p>This test checks our support for accessibility of java applets.</p>
<p>To test: (on mac only) 
<ol>
   <li>Open Accessibility Inspector. Move mouse onto white area of web area.
   <li>Press Cmd+F7 to lock onto the web area.
   <li>Click on the "Go To" drop down in the window that appears.
   <li>Choose AXChildren and select the AXGroup "Button".
   <li>Choose AXChildren again and do the same.
   <li>Continue this until you see the AXButton.
   <li>If you do not see an AXButton, the test fails.
</ol>
<hr>

</body>
</html>