E-mail List Archives
Re: Disabled Controls and WCAG Contrast
From: Donald Evans
Date: Nov 21, 2011 9:51AM
- Next message: Andrew Kirkpatrick: "Re: Disabled Controls and WCAG Contrast"
- Previous message: Steve Faulkner: "Re: Disabled Controls and WCAG Contrast"
- Next message in Thread: Andrew Kirkpatrick: "Re: Disabled Controls and WCAG Contrast"
- Previous message in Thread: Steve Faulkner: "Re: Disabled Controls and WCAG Contrast"
- View all messages in this Thread
So there seems to be a bit of a disconnect. SC 1.4.3 clearly
indicates "* *Text or images of text that are part of an inactive user
interface component<http://www.w3.org/TR/UNDERSTANDING-WCAG20/visual-audio-contrast-contrast.html#user-interface-componentdef>"
are exempt from color contrast rules.
Yet, this control conveys the information that it is disabled. So we use
ARIA to indicate that; we create tab stops, etc. But how is this
information conveyed to the low vision magnifier user who can not discern
the difference in contrast?
On Mon, Nov 21, 2011 at 11:39 AM, Paul Adam < <EMAIL REMOVED> > wrote:
> I recommend using readonly=readonly instead of disabled=disabled because
> screen readers will skip right over a disabled form field when tabbing
> through. I've seen times where they were obviously using the disabled field
> to indicate information visually to users but wanted to prevent the user
> from editing that information. By using readonly you can do the same thing,
> prevent editing, but keep the field in the TAB order.
>
> On Mon, Nov 21, 2011 at 11:31 AM, Lucy Greco < <EMAIL REMOVED>
> >wrote:
>
> > If the link is disabled how does the screen reader know that. Have you
> > coded it in a way ware the screen reader does not speak it if not you
> need
> > to somehow let everyone know it is disabled. Forget the standers and
> think
> > about usability first. If I hit this with my screen reader I would try
> and
> > activate it innless you use some method to let me know otherwise.
> >
> > Lucy Greco
> > Assistive Technology Specialist
> > Disabled Student's Program UC Berkeley
> > (510) 643-7591
> > http://attlc.berkeley.edu
> > http://webaccess.berkeley.edu
> >
> >
> >
- Next message: Andrew Kirkpatrick: "Re: Disabled Controls and WCAG Contrast"
- Previous message: Steve Faulkner: "Re: Disabled Controls and WCAG Contrast"
- Next message in Thread: Andrew Kirkpatrick: "Re: Disabled Controls and WCAG Contrast"
- Previous message in Thread: Steve Faulkner: "Re: Disabled Controls and WCAG Contrast"
- View all messages in this Thread