WebAIM - Web Accessibility In Mind

E-mail List Archives

RE: Setting Up Accessible Log-In For Password ProtectedAreasOf A Website

for

From: Moore, Michael
Date: Aug 9, 2006 7:50AM


I assume that the log-in will be through an (x)html form. If that is
the case just make sure that you use the label element wrapped around
the input prompt with the for attribute pointing to the id attribute of
the input element and you should be fine. If the system uses a captcha
for sign up, you will need to create an alternative for screen reader
and screen magnifier users.

mike