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>