|
womble -> RE: WCAG Samurai Errata publish (6/10/2007 8:02:55)
|
I suspect that it's referring to guideline 6 in the Samurai version: quote:
Guideline 6. Ensure that pages featuring new technologies transform gracefully Do not provide alternative presentations or alternate pages (Checkpoint 6.5). Make the original; page accessible. ...basically, if it's not accessible don't use it. I suppose that applies mainly to javascript. I've never been a huge js fan (probably cos I'm rubbish at writing it [:D]), and I moved away from using js for a lot of things to PHP. Of course there the problem is that apart from extra calls to the server, some things do need js. I suppose it's like with the JS Lightbox - needs js to function as the pretty slideshow, but you can still get the pictures if js isn't on, but not the pretty version. I can see where they're coming from on that one, but there are times when noscript can be useful, though I'm wondering if js support detection with a redirect if it's not supported may be better, though again that's not going to suit all circumstances. *sigh*
|
|
|
|