Level 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.
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)
2.1 Keyboard Accessible: Make all functionality available from a keyboard.
Success Criteria 2.1.1 Keyboard (A)
object user interface must be accessible - (codebase).
object user interface may not be accessible.
object element contains a codebase attribute then the codebase attribute value must be null or whitespace.
| Question | Is the user interface for this object accessible? |
|---|---|
| PASS | object user interface is accessible. |
| FAIL | object user interface is not accessible. |
object.object can be operated with the keyboard.object user interface must be fully operable from the keyboard.object user interface so it can be operated by the keyboard.object element not used
<!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 #76 - Negative</title> </head> <body> </body> </html>
object element used.
<!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 #76 - Positive</title> </head> <body> <object codebase="hello"/> </body> </html>