Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upnodes with role presentation in browse mode for Mozilla Gecko are announced if focusable. #3781
Comments
This comment has been minimized.
This comment has been minimized.
|
Comment 1 by Michael Curran <mick@... on 2014-01-16 04:18
|
This comment has been minimized.
This comment has been minimized.
|
Comment 2 by Michael Curran <mick@... on 2014-01-16 04:20
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 3 by Michael Curran <mick@... on 2014-01-31 01:56
Changes:
|
This comment has been minimized.
This comment has been minimized.
|
Comment 4 by mdcurran on 2014-01-31 01:58 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nvaccessAuto commentedJan 16, 2014
Reported by mdcurran on 2014-01-16 03:09
Usually Gecko hides nodes marked with role=presentation from the accessibility tree. However if they are focusable it does not. Sites such as the Google Apps control panel have these focusable role=presentation edit fields all over the page. We should set isHidden manually on these nodes in the Gecko vbufBackend to stop announcing them.