object
provides a keyboard mechanism to return focus to the parent window.
object
may not provide a keyboard mechanism to return focus to the parent window.
Question | Does this object provide a keyboard mechanism that returns focus to the parent window? |
---|---|
PASS | object provides a keyboard mechanism that returns focus to the parent window. |
FAIL | object does not provide a keyboard mechanism that returns focus to the parent window. |
object
.object
is to repeatedly press the 'tab' key until the keyboard focus leaves the object
.object
provides a keyboard mechanism to return focus to the parent window.object
or do not use it.object
has a keyboard mechanism that returns focus to the parent window.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>ATRC Testfile - Check #259.2 - Positive</title> </head> <body> <p>The following object is not working. This is just an example.</p> <object classid="http://www.test2.com" title="a simple object" /> </body> </html>
object
does not have a keyboard mechanism that returns focus to the parent window.
<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html lang="en"> <head> <title>ATRC Testfile - Check #259.1 - Positive</title> </head> <body> <p>The following object is not working. This is just an example.</p> <object classid="http://www.test1.com" title="a simple object" /> </body> </html>