Access: [1.1.10.1]: <script> missing <noscript> section (Priority 1)
Cause:
A text equivalent must be provided for all scripts. Adding the <noscript> element to documents
that include scripts ensures the information will be available in a text format if the client's
browser does not support scripts.
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/1.1.10</title>
</head>
<body>
<script><!-- do nothing --></script>
</body>
</html>
|
Solution:
References: