Level 1
6.5 Ensure that dynamic content is accessible or provide an alternative presentation or page.
I - frames shall be titled
Priority 2
6.5 Ensure that dynamic content is accessible or provide an alternative presentation or page.
Priority 2
6.5 Ensure that dynamic content is accessible or provide an alternative presentation or page.
frameset must have a noframes section.
frameset missing noframes section.
frameset element must contain a noframes section.
noframes section within the frameset.
frameset for the presence of a noframes section.frameset element is expected to contain a valid noframes section.noframes section to the frameset 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 #35 - Negative</title> </head> <body> <frameset> <frame src="frame1.html"/> <frame src="frame2.html"/> <noframes>Content of the frames.</noframes> </frameset> </body> </html>
<!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 #35 - Positive</title> </head> <body> <frameset> <frame src="frame1.html"/> <frame src="frame2.html"/> </frameset> </body> </html>