E-mail List Archives
Re: Making a screen reader start reading in a desired spot on the screen
From: Moore,Michael (HHSC)
Date: Aug 5, 2015 1:42PM
- Next message: Bill Tipton (ML): "Tool to Automatically Scan html Files Providing List of file Names with Images with No alt attribute"
- Previous message: Bryan Garaventa: "Re: Making a screen reader start reading in a desired spot on the screen"
- Next message in Thread: Aaron Cannon: "Re: Making a screen reader start reading in a desired spot on the screen"
- Previous message in Thread: Bryan Garaventa: "Re: Making a screen reader start reading in a desired spot on the screen"
- View all messages in this Thread
The heading will need an id and tabindex=-1 then you can use javaScript to set focus to the location that you want when the results are returned. Most screen readers won't read the heading unless the user uses a read current line command since focus will be on that line. A tabindex of -1 makes something focusable while tabindex of 0 makes the item part of the tab ring.
- Next message: Bill Tipton (ML): "Tool to Automatically Scan html Files Providing List of file Names with Images with No alt attribute"
- Previous message: Bryan Garaventa: "Re: Making a screen reader start reading in a desired spot on the screen"
- Next message in Thread: Aaron Cannon: "Re: Making a screen reader start reading in a desired spot on the screen"
- Previous message in Thread: Bryan Garaventa: "Re: Making a screen reader start reading in a desired spot on the screen"
- View all messages in this Thread