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

Configurable Position for Accessibility-Related Text Notifications in Code Editor #204258

Open
ramoncorominas opened this issue Feb 4, 2024 · 2 comments
Assignees
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues under-discussion Issue is under discussion for relevance, priority, approach

Comments

@ramoncorominas
Copy link
Contributor

Type: Feature Request

In the Visual Studio Code editor, the position of the accessibility-related text notifications is fixed and is always read after the actual line text. This becomes problematic when the line contains a large amount of text, rendering the notification almost useless for screen reader users.

A feature to configure the order of the text notification, allowing it to be read before the line text, would greatly enhance the usability of the editor for screen reader users.

VS Code version: Code 1.86.0 (0504748, 2024-01-31T10:28:19.990Z)
OS version: Windows_NT x64 10.0.19045
Modes:

@akash07k
Copy link

akash07k commented Feb 4, 2024

+1

@meganrogge
Copy link
Contributor

By "text notification" I think you mean the accessibility.alert IE error on line etc?

Initially, I had been using alert for these such that it would be read before the line content. The issue is that alert overrides the content, oftentimes resulting in the line's content not getting read.

Thus, I moved over to using status instead.

cc @rperez030 and @jooyoungseo for thoughts

@meganrogge meganrogge added under-discussion Issue is under discussion for relevance, priority, approach accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues labels Feb 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues under-discussion Issue is under discussion for relevance, priority, approach
Projects
None yet
Development

No branches or pull requests

4 participants