script
is disabled.
script
is disabled.
script
elements.
Question | Is the content accessible when the script is disabled? |
---|---|
PASS | Content is accessible when script is disabled. |
FAIL | Content is not accessible when script is disabled. |
script
within the document.script
is disabled.script
is disabled.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 #88 - Positive</title> </head> <body> <script/> <noscript>Alternate content for script</noscript> </body> </html>