WebAIM - Web Accessibility In Mind

E-mail List Archives

Re: Help Database Integration

for

From: Mallory
Date: May 17, 2017 1:56AM


The alt on the anchor makes little sense, is that even read out?

But what you've got is similar to a solution my old insurance forms
used. There was a span inside the label which, when the input got focus,
the span was positioned and styled nicely like a tooltip and became
visible.

The con of this approach does mean long, long labels for each input, so
it might make sense to have the main label name come first so skipping
from field to field can be skimmed.

I'm also curious about the tabindex. These things aren't just normally,
natively focusable? Is this not a web page?

cheers,
_mallory

On Wed, May 17, 2017, at 03:19 AM, Jonathan Avila wrote:
> > We can do the standard accessibility fix using a label tag with for and id attributes to connect an input to its field label, and onfocus with the onmouseover, but we still have the field's help separate from the input, for example:
>
> Perhaps aria-describedby can be used to associate the field with the
> abbreviated tooltip.
>
> Jonathan
>
> Jonathan Avila
> Chief Accessibility Officer
> SSB BART Group 
> <EMAIL REMOVED>
> 703.637.8957 (Office)
>
> Visit us online: Website | Twitter | Facebook | LinkedIn | Blog
> Download our CSUN Presentations Here!
>
> The information contained in this transmission may be attorney privileged
> and/or confidential information intended for the use of the individual or
> entity named above. If the reader of this message is not the intended
> recipient, you are hereby notified that any use, dissemination,
> distribution or copying of this communication is strictly prohibited.
>
>
>