-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
#3625 Update 'no screen reader for custom activity middleware' warning #3689
Conversation
0878a97
to
414e322
Compare
af17890
to
5dc2d8a
Compare
packages/bundle/src/createCognitiveServicesSpeechServicesPonyfillFactory.js
Outdated
Show resolved
Hide resolved
@amal-khalaf technically, there should be no visual behavioral change, but the test snapshot at |
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.
Seems something wrong with the logic.
That code path only runs in Safari (quirks) and not in tests. So it won't catch in our CI pipeline.
Changelog Entry
ACCESSIBILITY.md
, by @corinagum in PR #3689Description
Previously, visual activity or attachment components without an accompanying screen reader renderer threw a console error in browser. This changes that error to a warning, and adds documentation on how to suppress these warnings (not recommended).
Specific Changes
applyMiddleware.js
screen reader console error to warning.CHANGELOG.md
Review Checklist
z-index
)package.json
andpackage-lock.json
reviewed