Level 1
7.1 Until user agents allow users to control flickering, avoid causing the screen to flicker.
J - avoid flicker
Requirement 5: Flicker
Priority 1
7.1 Until user agents allow users to control flickering, avoid causing the screen to flicker.
Priority 1
7.1 Until user agents allow users to control flickering, avoid causing the screen to flicker.
Priority 1
7.1 Until user agents allow users to control flickering, avoid causing the screen to flicker.
2.3 Seizures: Do not design content in a way that is known to cause seizures.
Success Criteria 2.3.1 Three Flashes or Below Threshold (A)
2.3 Seizures: Do not design content in a way that is known to cause seizures.
Success Criteria 2.3.1 Three Flashes or Below Threshold (A)
2.3 Seizures: Do not design content in a way that is known to cause seizures.
Success Criteria 2.3.1 Three Flashes or Below Threshold (A)
script should not cause screen flicker.
script may cause screen flicker.
script elements.
| Question | Does this script cause screen flicker? |
|---|---|
| PASS | script does not cause screen flicker. |
| FAIL | script causes screen flicker. |
script in the document.script should not cause the screen to flicker.script or modify it so the screen does not flicker.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 #87 - 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 #87 - Positive</title> </head> <body> <script/> <noscript>Alternate content for script</noscript> </body> </html>