MSHTML virtual buffer: aria-labelledby handling broken #4575
Labels
Milestone
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:
|
michaelDCurran
added a commit
that referenced
this issue
Nov 23, 2015
…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
michaelDCurran
added a commit
that referenced
this issue
Nov 23, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: