Access: [6.5.1.3]: <noframes> section invalid (content) (Priority 2)
Cause:
Do not use the <noframes> section to inform users that they must upgrade to a browser that
supports frames. A valid <noframes> section includes at least one word of text or accessible
html code and all links required to navigate the site.
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>
<noframes>
<p>Upgrade your browser to one that supports frames!</p>
</noframes>
</frameset>
<body>
</body>
</html>
|
Solution:
References: