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

Prevent line numbers from being voiced by screen readers #6652

Merged
merged 1 commit into from
Apr 12, 2021

Conversation

aomarks
Copy link
Contributor

@aomarks aomarks commented Apr 11, 2021

Prevent line numbers from being voiced by screen readers.

Sets aria-hidden=true on .CodeMirror-gutter-wrapper elements.

Tested with Voice Over on Chrome.

Fixes #6578

Sets aria-hidden=true on .CodeMirror-gutter-wrapper elements

Fixes #6578
@marijnh marijnh merged commit 2997167 into codemirror:master Apr 12, 2021
@marijnh
Copy link
Member

marijnh commented Apr 12, 2021

Thanks! I could have sworn we were already doing this, but it appears there wasn't anything like that in the code.

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

Successfully merging this pull request may close these issues.

VoiceOver speaks line numbers
2 participants