E-mail List Archives
Re: Making a screen reader start reading in a desired spot on the screen
From: _mallory
Date: Aug 5, 2015 1:24PM
- Next message: Mark Guisinger: "Re: Making a screen reader start reading in a desired spot on the screen"
- Previous message: Mark Guisinger: "Making a screen reader start reading in a desired spot on the screen"
- Next message in Thread: Mark Guisinger: "Re: Making a screen reader start reading in a desired spot on the screen"
- Previous message in Thread: Mark Guisinger: "Making a screen reader start reading in a desired spot on the screen"
- View all messages in this Thread
Hi,
tabindex merely makes something focusable, but it's not the same as manually moving
the focus() somewhere. That generally either takes Javascript or a link whose href
matches a target with an id matching the href name.
_mallory
On Wed, Aug 05, 2015 at 07:00:36PM +0000, Mark Guisinger via WebAIM-Forum wrote:
> Hi all,I send my thanks in advance. Â I'm working on a web application that has a search form and the results display on the same page. Â The results section is hidden when the page is first loaded and displayed when the results are returned. Â My problem is when the results are displayed the screen reader will start at the top and read the search form again. Â I want to set focus to the results heading and have the screen reader read from there. Â I have tried to set the tabindex=0 on the results heading when the results are displayed, that does not appear to be doing what I thought it should in FF and JAWS 15.
> Thanks,MarkG
> > > >
- Next message: Mark Guisinger: "Re: Making a screen reader start reading in a desired spot on the screen"
- Previous message: Mark Guisinger: "Making a screen reader start reading in a desired spot on the screen"
- Next message in Thread: Mark Guisinger: "Re: Making a screen reader start reading in a desired spot on the screen"
- Previous message in Thread: Mark Guisinger: "Making a screen reader start reading in a desired spot on the screen"
- View all messages in this Thread