Hi Allessandro, > Is Django framework ready to get Web Content Accessibility Guidelines > - v 1.0 (WCAG 1.0) of WAI, and Section 508 paragraph 1194.22 of > Rehabilitation Act? > > I need to make a website that is conform to those specs, and I need > to know If the admin section and newforms are already up to them.
admin section: should be ok - except for M2M relationships - at least in auth.User edit-screen, because the group-area is dependent on JavaScript. As far as I know, everything has to work without javascript to conform to the specs, but I could be wrong, since I do not have a link to the specs at hand. The newforms and any other thing has nothing to do whether it's WAI compliant or not. That is up to you! Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---