Access: [6.2.2.2]: text equivalents require updating (script) (Priority 1)
Cause:
Whenever dynamic content changes, text equivalents must also be updated. If a
script is used to generate dynamic content, provide a text equivalent by
including a <noscript> section in the document.
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.2.2</title>
</head>
<body>
<script><!-- the script --></script>
</body>
</html>
|
Solution:
References: