embed
provides a keyboard mechanism to return focus to the parent window.
embed
may not provide a keyboard mechanism to return focus to the parent window.
Question | Does this embed provide a keyboard mechanism that returns focus to the parent window? |
---|---|
PASS | embed provides a keyboard mechanism that returns focus to the parent window. |
FAIL | embed does not provide a keyboard mechanism that returns focus to the parent window. |
embed
.embed
is to repeatedly press the 'tab' key until the keyboard focus leaves the embed
.embed
provides a keyboard mechanism to return focus to the parent window.embed
or do not use it.embed
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 #260.2 - Positive</title> </head> <body> <p>The following embed is not working. This is just an example.</p> <embed alt="demo movie" src="demo.mov"/> </body> </html>
embed
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 #260.1 - Positive</title> </head> <body> <p>The following embed is not working. This is just an example.</p> <embed alt="demo movie" src="demo.mov"/> </body> </html>