pageoneresults

msg:3269271 | 6:27 pm on Mar 2, 2007 (gmt 0) |
I think this might help... 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. ;)
|
encyclo

msg:3269279 | 6:36 pm on Mar 2, 2007 (gmt 0) |
The accessibility validator tools will show warnings for such scripts, but only you can judge the pertinence of those warnings. If as you say the scripts aren't required, and the site works without them, you can safely ignore the validator errors. 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. :)
|
el_roboto

msg:3269281 | 6:40 pm on Mar 2, 2007 (gmt 0) |
thats what I was saying, since I can't use the noscript tag in my head, how do I render these script tags in the head as accessible content, other instances called in the body can be made 'accessible' with the noscript tag. checking that link now
|
el_roboto

msg:3269282 | 6:42 pm on Mar 2, 2007 (gmt 0) |
thanks encyclo how would you suggest working around the issue where the scripts we're necessary to functionality?
|
|