script
must be accessible.
script
user interface may not be accessible.
script
elements.
Question | Is any user interface for this script accessible? |
---|---|
PASS | script user interface is accessible. |
FAIL | script user interface is not accessible. |
script
in the content.script
user interface may be accessed by the keyboard.script
user interface must be accessible from the keyboard.script
or modify it so it is accessible from the keyboard.script
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 #88 - Negative</title> </head> <body> </body> </html>
script
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 #89 - Positive</title> </head> <body> <script/> <noscript>Alternate content for script</noscript> </body> </html>