-
Notifications
You must be signed in to change notification settings - Fork 34k
Make chat elicitation request part accessible #257491
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
Conversation
Co-authored-by: meganrogge <[email protected]>
Co-authored-by: meganrogge <[email protected]>
@copilot we should also use an aria alert to indicate the contents of the elicitation request to screen reader users when it comes in. We should also add this content to the aria label of the chat response list item like we do for other points of interest, such as code blocks. |
src/vs/workbench/contrib/chat/browser/actions/chatAccessibilityHelp.ts
Outdated
Show resolved
Hide resolved
Co-authored-by: meganrogge <[email protected]>
I've implemented both requested accessibility improvements:
The changes integrate cleanly with existing accessibility infrastructure and provide immediate notification plus persistent labeling for screen reader users. Commit: 8c8e475 |
CC @connor4312 |
Chat elicitations, used by mcp and task/terminal tools, were inaccessible before. This fixes it: