editor tab decoration/hover info is not discoverable for screen reader users #237528
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
feature-request
Request for new features or functionality
Milestone
On hover of an editor tab, one can learn information about the editor, for example:
~/Repos/vscode/src/vs/workbench/contrib/chat/browser/chatEditing/chatEditingActions.ts • 3 problems in this file • Modified
It appears this info is included on the tab's aria-label but is never read by the screen reader as the editor gets focus.
I believe including this in the editor's aria label would be annoying and too verbose. We should make this information readable/triggerable. I'm wondering about a new
window.title
variable as I know screen reader users focus the window title for other info.Thoughts @jooyoungseo and @rperez030?
I realized this because for files that have copilot edits, we include the following:
~/Repos/vscode-extension-samples/terminal-sample/src/extension.ts • Pending changes from chat • 6 problems in this file
but it's not screen reader discoverable at the moment.cc @joyceerhl, @jrieken, @isidorn
The text was updated successfully, but these errors were encountered: