-
-
Notifications
You must be signed in to change notification settings - Fork 637
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
MSHTML virtual buffer: aria-labelledby handling broken #4575
Comments
Comment 1 by jteh on 2014-11-20 08:05 |
Comment 2 by Michael Curran <mick@... on 2015-01-16 03:11
|
Comment 3 by Michael Curran <mick@... on 2015-01-16 03:11
Changes:
|
Comment 4 by Michael Curran <mick@... on 2015-01-30 02:06
Changes:
|
…cribedby (the b should not be uppercase). Also remove specific fetching of aria-labelledby from NVDA as the virtualBuffer backend already handles this. Fixing the spelling more importantly makes NVDA actually render the correct label for aria-labelledby, overriding the existing content. Re #4575
Reported by jteh on 2014-10-26 02:07
aria-labelledby isn't handle as expected in the MSHTML vbuf backend. I suspect this is due to the fact that we're retrieving the attribute using aria-labelledBy (note the capital b) but testing for aria-labelledby (no capital).
The text was updated successfully, but these errors were encountered: