-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Feature: Adds accessibility and screen reader enhancements #328
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
base: main
Are you sure you want to change the base?
Conversation
|
Hi @123vivekr! |
|
Added more screen reader friendly features such as automatic announcements when Claude is responding, performing operations or executing tools. |
This adds ARIA labels, states and properties to the Claude Code Session and related flows. The goal is to make sure that screen reader users have a decent experience when interacting with Claude Code inside a session. More work is needed around focus management and element order, but this will hopefully will be added in subsequent commits.
Implements comprehensive screen reader support with live region announcements for Claude's responses and tool execution. Includes message content cleaning to prevent duplicated announcements for screen readers.
Removes premature "Claude says" announcement that had no content. Now screen readers only announce when Claude actually provides content.
|
Hello @winfunc! |
|
@claude review this please |
|
Claude encountered an error —— View job I'll analyze this and get back to you. |
|
Thanks for the PR. I'd like to go ahead and merge it but... before I proceed, can you please fix the merge conflicts? |
This adds ARIA labels, states and properties to the Claude Code Session and related flows. The goal is to make sure that screen reader users have a decent experience when interacting with Claude Code inside a session. More work is needed around focus management and element order, but this will hopefully will be added in subsequent commits.