-
-
Notifications
You must be signed in to change notification settings - Fork 632
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
NVDA does not allow activating links that embed off-screen text in Firefox #801
Comments
Comment 2 by jteh on 2010-08-02 00:55 Out of interest, why is there an off-screen span in that link at all? The title attribute should be enough to provide suitable text for the link. This is a case we might see elsewhere in the wild, so we should fix it, but it seems like strange authoring to have an on-screen link with off-screen embedded text. |
Comment 3 by vtsaran (in reply to comment 2) on 2010-08-02 01:08
I believe if the inner text was left empty, NVDA would not read the TITLE at all, unless queried with an NVDA+TAB key. |
Comment 5 by mdcurran on 2011-05-31 00:26 |
Comment 6 by jteh on 2011-05-31 00:54 |
Reported by vtsaran on 2010-08-02 00:42
With the following code in place (extracted from http://finance.yahoo.com/news)
Collapse this category
where the text inside the tag is positioned off-screen and is shown when the link gains keyboard focus, NVDA does not allow activating such a link with an ENTER or a SPACE bar key.
Interestingly enough, performing an accDoDefaultAction by pressing NVDA+NUM_ENTER activates the link fine.
This is tested with Firefox 3.6.8. The same code works great in IE8.
To repro:
The link in question is the "close category" link.
The text was updated successfully, but these errors were encountered: