Forum Moderators: open
Trying to improve the accessibility of a website I'm working on, at the moment WebXACT is flagging up issues wherever I call javascripts.
None of the script is essential to the operation of the site but I still want to understand how to combat this!
I have 3 scripts called in my head and I know that I can't use the noscript tag here so what would be the best way to sort this out?
18.3.2 Hiding script data from user agents
[w3.org...]
P.S. I don't recall ever seeing the use of a <noscript> element within the <head></head>. I don't think you can do that. ;)
Accessibility validators are not like markup validators which offer a true pass/fail result. It is currently not possible for an automated tool to make an accurate assessment, so they just give hints on what to check. So don't fall into the trap of making changes or reducing functionality of an accessible site just to work around the deficiencies in the validator. :)