<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>WAI_2_6_5</title></head> </style> <body> <!-- the following elements should raise errors --> <frameset class="no_noframes"> </frameset> <frameset class="empty_noframes"> <frame src="frame1.htm" /> <noframes></noframes> </frameset> <frameset class="no_text"> <frame src="frame1.htm" /> <noframes>There are no links here</noframes> </frameset> <frameset class="upgrade_words"> <frame src="frame1.htm" /> <noframes>Upgrade your browser <a href="http://mozilla.org">here</a></noframes> </frameset> <!-- the following elements should be fine --> <frameset class="good"> <frame src="blah.htm" /> <noframes><a href="blah.htm">click here</a> to load this frame</noframes> </frameset> </body> </html>