I've been using the very nice validation tool TV Validation, that was mentioned here. Actually the FF extension tool.

I've used the options to test for among others things, the W3C WAI Priority 1, 2, & 3 (AAA).

It shows 5 warnings all related to the js on my page: I want to fix them to meet the standards. But I can't figure out how. Any suggestions would be greatly appreciated. Thanks

1. W800 [WAI 6.3 (A), US-508-l] Consider providing a <noscript> alternative after each <script> tag:
                 <script type="text/_javascript_" src="">
  30             </script>

2. W800 [WAI 6.3 (A), US-508-l] Consider providing a <noscript> alternative after each <script> tag:
               <script type='text/_javascript_' src=''>
 171           </script>
 
3. W800 [WAI 6.3 (A), US-508-l] Consider providing a <noscript> alternative after each <script> tag:
         <script type="text/_javascript_">
 312     </script>
 314     <script type="text/_javascript_" src="">
 314     </script>
 314     <noscript>
 314       <div class="statcounter">
 314         <img class="statcounter"
             src="" alt="counter statistics" />
 314       </div>
 314     </noscript>
 
4. W800 [WAI 6.3 (A), US-508-l] Consider providing a <noscript> alternative after each <script> tag:
         <script src="" type="text/_javascript_">
 317     </script>
 
5. W800 [WAI 6.3 (A), US-508-l] Consider providing a <noscript> alternative after each <script> tag:
         <script type="text/_javascript_">
 321     </script>

******************************************************
The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************

Reply via email to