I tested a random page of mine with javascript on achecker.ca four times: once using the "Stanca Act" guideline in the scanning options, once using the "Section 508" guideline, once using the "WCAG 1.0 (Level A)" guideline, and once using the "BITV 1.0 (level 2)" guideline, and in each test, I receive the following error:
Check 90: script must have a noscript section.
Repair: Add a noscript section immediately following the script that provides the same functionality as the script. Line 1, Column 715:
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" a ...
When I checked it with the rest of the guidelines, there's no issue with the noscript tag.
Do I really need to have a noscript tag for each script tag to make my webpage worldwide compatible or are the guidelines I mentioned that reported the issues now a joke?