♿️(frontend) fix Copy link toast accessibility for screen readers#2029
Merged
♿️(frontend) fix Copy link toast accessibility for screen readers#2029
Conversation
aea49f1 to
2704c43
Compare
|
Size Change: +298 B (+0.01%) Total Size: 4.23 MB
|
AntoLC
reviewed
Mar 17, 2026
Collaborator
AntoLC
left a comment
There was a problem hiding this comment.
Maybe we can update it here as well ?
| "@hocuspocus/provider": "3.4.4", | ||
| "@mantine/core": "8.3.14", | ||
| "@mantine/hooks": "8.3.14", | ||
| "@react-aria/live-announcer": "^3.4.4", |
Collaborator
There was a problem hiding this comment.
Suggested change
| "@react-aria/live-announcer": "^3.4.4", | |
| "@react-aria/live-announcer": "3.4.4", |
CHANGELOG.md
Outdated
| - ⬆️(frontend) upgrade Next.js to v16 #1980 | ||
| - ♿️(frontend) fix aria-label and landmark on document banner state #1986 | ||
| - 🌐(i18n) add "new window" translation key for waffle aria-label #1984 | ||
| - ♿️(frontend) fix Copy link toast accessibility for screen readers #2029 |
205e1da to
e2ea54d
Compare
e2ea54d to
52a19c7
Compare
AntoLC
approved these changes
Mar 18, 2026
Add aria-live announcements so screen readers announce the toast feedback.
52a19c7 to
8472e66
Compare
lunika
added a commit
that referenced
this pull request
Mar 19, 2026
Changed - ♿️(frontend) ensure doc title is h1 for accessibility #2006 - ♿️(frontend) add nb accesses in share button aria-label #2017 Fixed - 🐛(frontend) fix image resizing when caption #2045 - 🙈(docker) add \*\*/.next to .dockerignore #2034 - ♿️(frontend) fix share modal heading hierarchy #2007 - ♿️(frontend) fix Copy link toast accessibility for screen readers #2029 - ♿️(frontend) fix modal aria-label and name #2014 - ♿️(frontend) fix language dropdown ARIA for screen readers #2020 - ♿️(frontend) fix waffle aria-label spacing for new-window links #2030 - 🐛(backend) stop using add_sibling method to create sandbox document #2084 - 🐛(backend) duplicate a document as last-sibling #2084
Merged
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.
Purpose
Allow screen readers to announce the toast feedback when the "Copy link" button is used (e.g. with the keyboard), so that users get vocal confirmation that the link has been copied.
Proposal
@react-aria/live-announcerand callannounce()inuseClipboardafter each toastpolitefor success andassertivefor errors