E-mail List Archives
Re: Having an application element gain focus when the pageloads?
From: JP Jamous
Date: Mar 12, 2018 3:40AM
- Next message: JP Jamous: "Re: Research on mixed teams"
- Previous message: Brandon Keith Biggs: "Having an application element gain focus when the page loads?"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Having an application element gain focus when the page loads?"
- Previous message in Thread: Brandon Keith Biggs: "Having an application element gain focus when the page loads?"
- View all messages in this Thread
Brandon,
Try this.
<div id="application-region" role="application" tabindex="0"></div>
Use a link to point to the id of the div or you can use a js function to place focus on it. Since it has a tabindex it should obtain the focus and the role should make the screen reader state Application Region.
- Next message: JP Jamous: "Re: Research on mixed teams"
- Previous message: Brandon Keith Biggs: "Having an application element gain focus when the page loads?"
- Next message in Thread: Birkir R. Gunnarsson: "Re: Having an application element gain focus when the page loads?"
- Previous message in Thread: Brandon Keith Biggs: "Having an application element gain focus when the page loads?"
- View all messages in this Thread