E-mail List Archives
Re: How to code for 'accessible sticky header'?
From: JP Jamous
Date: Mar 20, 2017 8:03PM
- Next message: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- Previous message: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- Next message in Thread: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- Previous message in Thread: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- View all messages in this Thread
If I understand you correctly, that button won't be seen by anyone. Sighted or blind. Correct?
You can use disabled="disabled" and that would disable the button.
If you want the button to be pressable,, but want to skip over it, your only way is a JavaScript. It would jump from the focusable object before it right to the one after it. You can design that script in many ways.
- Next message: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- Previous message: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- Next message in Thread: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- Previous message in Thread: Judith Blankman: "Re: How to code for 'accessible sticky header'?"
- View all messages in this Thread