E-mail List Archives
Re: Tab navigation for non-interactive content?
From: Birkir R. Gunnarsson
Date: Oct 28, 2016 10:23AM
- Next message: Jonathan Avila: "Re: Tab navigation for non-interactive content?"
- Previous message: Jonathan Avila: "Re: Should disabled elements receive tab focus"
- Next message in Thread: Jonathan Avila: "Re: Tab navigation for non-interactive content?"
- Previous message in Thread: Patrick H. Lauke: "Re: Tab navigation for non-interactive content?"
- View all messages in this Thread
1. Jonathan, can you post that conversation here, or link to it, I'd
like to read it.
Yes, there are occasionally reasons for sometimes using tabindex="0",
Ihave yet to find any reason for using tabindex>0 (it always ends up a
mess).
2. Wel, if you need to format a disabled formfield you can use
aria-disabled="true" use CSS to make it look disabled, and use
Javascript to make sure user can't interact with it.
In any case, isn't it more politically correct to call them "form
fields with disabilities" rather than "disabled form fields"? ;)
-B
On 10/28/16, Patrick H. Lauke < <EMAIL REMOVED> > wrote:
> On 28/10/2016 15:06, Jonathan Avila wrote:
>> So you can visually format it more than can be done with input @readonly.
>
> I'm not aware of anything style-wise that can't be achieved on an
> input...but I'll take your word for it. And again, if you feel there is
> a strong enough case that can be argued, then the developer can safely
> ignore the "SHOULD NOT" wording in the warning.
>
> P
> --
> Patrick H. Lauke
>
> www.splintered.co.uk | https://github.com/patrickhlauke
> http://flickr.com/photos/redux/ | http://redux.deviantart.com
> twitter: @patrick_h_lauke | skype: patrick_h_lauke
> > > > >
--
Work hard. Have fun. Make history.
- Next message: Jonathan Avila: "Re: Tab navigation for non-interactive content?"
- Previous message: Jonathan Avila: "Re: Should disabled elements receive tab focus"
- Next message in Thread: Jonathan Avila: "Re: Tab navigation for non-interactive content?"
- Previous message in Thread: Patrick H. Lauke: "Re: Tab navigation for non-interactive content?"
- View all messages in this Thread