E-mail List Archives
Re: Should disabled elements receive tab focus
From: Steve Faulkner
Date: Oct 28, 2016 3:23AM
- Next message: JP Jamous: "Re: Tab navigation for non-interactive content?"
- Previous message: JP Jamous: "Re: Web Accessibility Checker for Visual Studio"
- Next message in Thread: Steve Faulkner: "Re: Should disabled elements receive tab focus"
- Previous message in Thread: Mallory: "Re: Should disabled elements receive tab focus"
- View all messages in this Thread
native HTML interactive elements are implemented to not be focusable when
the disabled fattribute is set.
Adding tabindex="0" to a disabled button (for example) does not include it
in the focus order (because it is disabled).
suggest following platform interaction conventions is the right thing to
do.
--
Regards
SteveF
Current Standards Work @W3C
<http://www.paciellogroup.com/blog/2015/03/current-standards-work-at-w3c/>
On 28 October 2016 at 10:07, Mallory < <EMAIL REMOVED> > wrote:
> Disabled controls are not in the tab list. Someone suddenly breaking
> that pattern in one
> place would be extremely confusing. If I can focus on it, it should Do
> Stuff for me. If you
> let me focus on it, then it had better well Do Something when I click
> it.
>
> That some users choose to use tab for everything is not a good reason to
> make breaking
> changes. I know users who only use a mouse to click each form field; by
> the above logic,
> it would be a good thing to use auto-focus to save them some trouble.
> And of course that
> is a bad idea for many reasons.
>
> Readonlys, on the other hand, while not editable, do live in the tab
> list (because I can
> still for example select and copy that text).
>
> _mallory
>
> On Fri, Oct 28, 2016, at 01:08 AM, Thomas Lee McKeithan II wrote:
> > I differ. I believe that disabled buttons/controls should be in the tab
> > order providing the user an accurate representation of what's presented
> > on the page visually.
> >
> >
> > Respectfully,
> > Thomas Lee McKeithan II | Optum Technology Solutions
> > Electronic Accessibility Engineer, UX Design Studio (UXDS)
> > MD018, 6220 Old Dobbin Lane, Columbia, MD, 21045, USA
> >
> > T +1 443-896-0432
> > M +1 202-276-6437
> > <EMAIL REMOVED>
> > www.optum.com
> >
> >
> >
> >
> >
- Next message: JP Jamous: "Re: Tab navigation for non-interactive content?"
- Previous message: JP Jamous: "Re: Web Accessibility Checker for Visual Studio"
- Next message in Thread: Steve Faulkner: "Re: Should disabled elements receive tab focus"
- Previous message in Thread: Mallory: "Re: Should disabled elements receive tab focus"
- View all messages in this Thread