-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Fix Narrator reading out attachments and timestamps in transcript #2226
Merged
Conversation
This file contains 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
compulim
approved these changes
Jul 26, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- In
CarouselFilmStrip.js
line 143, you will see<Timestamp ... />
. Can you remove thearia-hidden
prop there? It is becauseTimestamp.js
no longer supportaria-hidden
prop. - Also in
CarouselFilmStrip.js
line 132, you will see<Bubble fromUser...>
, this one does not set the requiredaria-hidden
prop.
Thanks for cleaning up unused props. 👍
corinagum
requested review from
a-b-r-o-w-n,
cwhitten and
tonyanziano
as code owners
July 27, 2019 00:31
Okay, final fixes are in. I'll do one more sanity check before merging, probably by Monday. If anyone wants to comment or pull this branch to test before that merge, please feel free to do so. :) |
compulim
pushed a commit
that referenced
this pull request
Jul 30, 2019
) * Fix README sample link * Update Legacy lifecycle methods to UNSAFE_ * fix #2193: Attachments not spoken by Narrator * Add timestamp back to aria-labels * fixes * PR fixes * Apply PR fixes
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.
Fixes #2193
Fixes #2150
Changelog Entry
Description
A previous change to Web Chat made screenreaders ignore attachments and the timestamp. attachments will no longer be ignored, and timestamps have been set to be read as mm/dd/ hh:mm by the narrator.
Specific Changes
UNSAFE_
prefix.<span>
has been added in Web Chat to force screen reader to behave more uniformly across browsers. To prevent the screen reader reading the same thing twice, the corresponding displayed element has been marked witharia-disabled=true
Please note that there have been additions made to our Localization strings, and native speakers of non-English languages are invited to perform PRs with these new additions. Thank you! :)
Testing json file: