objects
do not flicker.
object
may flicker.
object
elements.
Question | Does this object flicker? |
---|---|
PASS | object does not cause screen flicker. |
FAIL | object causes screen flicker. |
object
element in your document.object
flickers using the general flash threshold and red flash threshold.objects
do not flicker.object
or modify the object
so it does not flicker.object
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 #30.2 - Negative</title> </head> <body> <p>There is not a real object here. I need an object that does not flicker.</p> <object/> </body> </html>
object
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 #30.1 - Positive</title> </head> <body> <p>There is not a real object here. I need an object that flickers.</p> <object/> </body> </html>