Level 1
8.1 Make programmatic elements such as scripts and applets directly accessible or compatible with assistive technologies.
M - applets etc. must comply
Requirement 16: Script/Object Accessible
Priority 1
8.1 Make programmatic elements such as scripts and applets directly accessible or compatible with assistive technologies.
Priority 1
8.1 Make programmatic elements such as scripts and applets directly accessible or compatible with assistive technologies.
Priority 1
8.1 Make programmatic elements such as scripts and applets directly accessible or compatible with assistive technologies.
2.1 Keyboard Accessible: Make all functionality available from a keyboard.
Success Criteria 2.1.1 Keyboard (A)
2.1 Keyboard Accessible: Make all functionality available from a keyboard.
Success Criteria 2.1.1 Keyboard (A)
applet user interface must be accessible.
applet user interface may not be accessible.
applet elements.
| Question | Is the user interface for this applet accessible? |
|---|---|
| PASS | applet user interface is accessible. |
| FAIL | applet user interface is not accessible. |
applet in the document.applet user interface must be fully operable by the keyboard.applet so it can be operated by the keyboard.applet element.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #26 - Negative</title> </head> <body> </body> </html>
applet element.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN""http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en"> <head> <title>OAC Testfile - Check #26 - Positive</title> </head> <body> <applet/> </body> </html>