On Jan 27, 2008 11:39 AM, Martijn Dashorst <[EMAIL PROTECTED]> wrote:
> Almost any government site/application must comply with accessibility rules
> which often prohibit the use of JavaScript.

section 508 compliance does *not* prohibit javascript or Ajax.  You
just have to be careful how you use ajax for "progressive
enhancements" and that screen readers still work with the basic
website.

http://www.section508.gov/

Using ajax for form validation definately does not break accessability
since you still get the *same behavior* with the full page refresh
upon submitting the form.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to