View Single Post

  #6 (permalink)  
Old 19-09-2006, 03:27 PM
fieldcorbett fieldcorbett is offline
Member
Recent Blog:
[CaRP] XML error: SYSTEM or PUBLIC, the URI is missing at line 1
 
Join Date: Mar 2006
Location: Dublin
Posts: 68
Nominated 0 Times in 0 Posts
TOTW/F/M Award(s): 0
fieldcorbett will become famous soon enough
Default

I think the jury is still out on AJAX and Accessibility, the current rule of thumb is that you should have a non AJAX alternative.

Most Accessibility guidelines suggest your site should work without Javascript enabled. This is because many screen readers cannot react to Javascript invoked changes, (sounds like this is the issue your clients are having) it has nothing to do with whether a users browser has the Javascript option enabled. I dont think there's any 'cure' for this I'm afraid.

Some links:
Bruce Lawson’s personal site : accessibility web standards
accessible.ie

Des
Reply With Quote