Announce steering divider to screen readers#295818
Merged
meganrogge merged 4 commits intomainfrom Feb 17, 2026
Merged
Conversation
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add aria.status for steering indication for screen reader users
Announce queued steering messages to screen readers
Feb 17, 2026
meganrogge
reviewed
Feb 17, 2026
Collaborator
|
@copilot we want steering to be announced when steering is shown visually, ensure that occurs. maybe use |
Co-authored-by: meganrogge <29464607+meganrogge@users.noreply.github.com>
Contributor
Author
Copilot
AI
changed the title
Announce queued steering messages to screen readers
Announce steering divider to screen readers
Feb 17, 2026
meganrogge
approved these changes
Feb 17, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds accessibility support for steering notifications in the chat interface. When a chat request is sent mid-response (called "steering"), the change is currently only indicated visually via a divider. This update ensures screen reader users receive the same feedback through an ARIA status announcement.
Changes:
- Added ARIA status announcement using
status()when steering first appears - Track steering count transitions to announce only when going from 0 to >0 steering requests
alexdima
approved these changes
Feb 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Steering is currently indicated visually in chat, leaving screen reader users without feedback. This adds a polite ARIA status announcement when the steering divider first appears so the same state change is conveyed audibly.
status()message when steering first appears (divider shown).Original prompt
steeringoccurs, we indicate this visually, but not to screen reader users #295240✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.