WebAIM - Web Accessibility In Mind

E-mail List Archives

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

for

Number of posts in this thread: 1 (In chronological order)

From: Moore, Michael
Date: Wed, Aug 09 2006 7:50AM
Subject: RE: Setting Up Accessible Log-In For Password ProtectedAreasOf A Website
No previous message | No next message

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