Same aria alert messages not re-read by screen readers #99466
Labels
accessibility
Keyboard, mouse, ARIA, vision, screen readers (non-specific) issues
bug
Issue identified by VS Code Team member as probable bug
insiders-released
Patch has been released in VS Code Insiders
verified
Verification succeeded
Milestone
Currently when we do an
alert
we actually change the content of a hidden live region element.Screen reader detects this and reads the new content.
However if we want the same alert to be re-read nothing happens.
Maybe we could have two hidden aria elements and change focus on them if there is a same message.
fyi @joanmarie for ideas
The text was updated successfully, but these errors were encountered: