Navigation Menu

Skip to content
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

nodes with role presentation in browse mode for Mozilla Gecko are announced if focusable. #3781

Closed
nvaccessAuto opened this issue Jan 16, 2014 · 4 comments
Labels
Milestone

Comments

@nvaccessAuto
Copy link

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.

@nvaccessAuto
Copy link
Author

Comment 1 by Michael Curran <mick@... on 2014-01-16 04:18
In [4b58b16]:

Gecko vbufBackend: set isHidden on any node that is focusable and has an ARIA role of presentation. Gecko does not to this itself. Also treet them as never being interactive which stops them taking up space. Re #3781

@nvaccessAuto
Copy link
Author

Comment 2 by Michael Curran <mick@... on 2014-01-16 04:20
In [3ffb5cc]:

Merge branch 't3781' into next. Incubates #3781

Changes:
Added labels: incubating

@nvaccessAuto
Copy link
Author

Comment 3 by Michael Curran <mick@... on 2014-01-31 01:56
In [ea996c0]:

Merge branch 't3781'. Fixes #3781

Changes:
Removed labels: incubating
State: closed

@nvaccessAuto
Copy link
Author

Comment 4 by mdcurran on 2014-01-31 01:58
Changes:
Milestone changed from next to 2014.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant