-
-
Notifications
You must be signed in to change notification settings - Fork 654
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nonlink Text Quick Navigation Key #71
Comments
Comment 2 by jteh on 2008-05-30 02:45 The most efficient way to navigate quickly is to find a node (element) of a given type; e.g. quick navigation for form fields, links, etc. We could move to the next node which isn't a link, but in a navigation bar, this could well be a list item which contains a link. This is obviously not what is desired. This means that we must resort to scanning the text of the buffer, which is not simple due to the complex nature of most documents. Also note that searching for the next piece of text which isn't contained within a link is not always very accurate; e.g. navigation bars containing unlinked items or headings. There are more efficient, accurate ways of quickly navigating a page. For example:
If anyone can come up with an algorithm (or even better, some code) to do this, we will definitely consider implementing it. However, at this stage, I don't believe this should block 0.6. |
Comment 3 by Iris on 2008-06-12 07:02 |
Comment 4 by jteh on 2009-07-04 04:34 |
Comment 5 by jteh on 2009-07-04 09:21 |
Reported by Iris on 2008-04-22 21:14
Many screenreaders often have a navigation key that allows users to navigate to a nonlink block of text on a webpage. This would be convenient if there are a number of links prior to what the user would like to read.
The text was updated successfully, but these errors were encountered: