Do ASP.Net Web Forms actually produce ADA compliant HTML? Does the ASP/AJAX toolkit undermine the goal of ADA compliance?

Posted by Justin984 on Programmers See other posts from Programmers or by Justin984
Published on 2012-10-22T15:22:52Z Indexed on 2012/10/22 17:18 UTC
Read the original article Hit count: 261

Filed under:
|
|

I'm trying to convince my employer to let us use the Microsoft ASP/AJAX toolkit since it simplifies the implementation of many controls. However they have rejected the idea on the grounds that it produces "AJAX code" which is not ADA compliant. However the same employer requires webpages to be written in ASP.NET Web Forms which, as far as I can tell from the source, is very very far from ADA compliance.

I am new to both web programming and ADA compliance.

My questions are:

  1. Do ASP.Net Web Forms actually produce ADA compliant HTML?
  2. Will the ASP/AJAX toolkit undermine the goal of ADA compliance?

© Programmers or respective owner

Related posts about ASP.NET

Related posts about AJAX