- From: Jim Ley <jim.ley@gmail.com>
- Date: Mon, 30 Jan 2006 23:37:22 +0000
- To: w3c-wai-ig@w3.org
On 1/30/06, David Woolley <david@djwhome.demon.co.uk> wrote: > > So, to go back to Jim's point, I don't believe that poor accessibility > > may be inferred by the lack of a <noscript> element in a document that > > uses scripting. > > Jim was suggesting that <noscript> actually implies poor programming. Well not quite poor programming, as they are better than the default, however you cannot know your script actually executed as you expected, like David showed in his example, noscript is a boolean, and script support is not-boolean. Because of that the noscript cannot do anything really useful. with XHTML users now around, even document.write is not reliable on all ua's. So whilst you may say they're better than the worst, however they are not as good as the best, the best won't have a noscript element, so the accessibility testers that report lack of a noscript as a failure are missing sites more accessible than those with noscript. In reality noscript simply shouldn't exist, it does nothing useful. Jim.
Received on Monday, 30 January 2006 23:37:26 UTC