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)
applets cause screen flicker.
applet may flicker.
applet elements.
| Question | Does this applet cause screen flicker? |
|---|---|
| PASS | applet does not cause screen flicker. |
| FAIL | applet causes screen flicker. |
applet in the document.applets do not flicker.applet so it does not flicker.applet does not flicker.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - Check #22.2 - Negative</title> </head> <body> <p>There is not a realy applet here yet. I'm looking for one that does not flicker.</p> <applet code="bubbles2.class"/> </body> </html>
applet flickers.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/xhtml; charset=UTF-8" /> <title>ATRC Testfile - Check #22.1 - Positive</title> </head> <body> <p>There is not a realy applet here yet. I'm looking for one that flickers.</p> <applet code="bubbles.class"/> </body> </html>