Access: [6.5.1.1]: <frameset> missing <noframes> section (Priority 2)
Cause:
Each <frameset> must include a valid <noframes> section which has at least one word of text or
accessible html code and all links required to navigate the site. Do not use the <noframes>
section to inform users that they must upgrade to a browser that supports frames.
Example:
 | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>aert1.0/6.5.1</title>
</head>
<frameset rows="100, 200">
</frameset>
<body>
</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>aert1.0/6.5.1</title>
</head>
<frameset rows="100, 200">
</frameset>
<noframes>
<body>
</body>
</noframes>
</html>
|
Solution:
Add a <noframes> element with an alternative method for viewing the information.
References: