WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Hiding password for assistive technology in MS Access databases

for

From: Birkir R. Gunnarsson
Date: Mar 20, 2017 8:09AM


In HTML terms you should simply use type="password" on the text input
field (you could add that using JavaScript after the pageloads if you
can't configure it in MS Access directly.
There have been discussions about adding an aria-password attribute
that would tell assistive technologies to announce asterisk instead of
the letter, but there are important security and privacy concerns , so
that attribute has been postponed for further discussion around the
ARIA 2.0 standard.




On 3/20/17, Dona Patrick < <EMAIL REMOVED> > wrote:
> Hi JP,
>
> I am not using a browser -- it opens in the MS Access program itself. I am
> not proficient enough in MS Access to know how to see what the markup is.
> The only option for me to view the login sheet/form is "form view". I will
> ask the developer.
>
> Thanks for the reply.
>
> Dona
>
> On Mon, Mar 20, 2017 at 9:45 AM, JP Jamous < <EMAIL REMOVED> > wrote:
>
>> Dona,
>>
>> What version of JAWS and what browser are you using? Also, what is the
>> markup of the text box that holds the password?
>>
>> I have witnessed such a thing in the past. Ensure that there isn't a
>> hidden JavaScript or attribute that is making JAWS announce the letters.
>> Some developers do that to eliminate the use of "show Password" button.
>>
>>