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

paramtere hints: do not use aria alerts #93606

Closed
wants to merge 1 commit into from

Conversation

isidorn
Copy link
Contributor

@isidorn isidorn commented Mar 27, 2020

Fixes #90874

Just like the suggest widget, the parameter hints widget with this change does not use aria.alert but instead sets the active descendent so the editor would read the active parameter hints.

I have tried this out and it works nicely. However due to nvaccess/nvda#10887
I would still not merge this in, as it would make NVDA and VoiceOver quite chatty with paramter hints, since every time the paramter hints get closed the editor aria label would be read.

@isidorn isidorn added the accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues label Mar 27, 2020
@isidorn isidorn self-assigned this Mar 27, 2020
@isidorn isidorn requested a review from octref March 27, 2020 20:06
@octref octref added this to the April 2020 milestone Apr 1, 2020
@isidorn isidorn modified the milestones: April 2020, On Deck Apr 14, 2020
@joaomoreno joaomoreno changed the base branch from master to main February 15, 2021 08:51
@isidorn isidorn closed this Aug 18, 2021
@isidorn isidorn deleted the isidorn/parameterHintsActiveDescendent branch August 18, 2021 12:31
@github-actions github-actions bot locked and limited conversation to collaborators Oct 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Parameter hints should not use aria.alert
2 participants