Uh oh!
There was an error while loading. Please reload this page.
feat: added aria-live as a alias for accessibility-live-region - #34555
feat: added aria-live as a alias for accessibility-live-region#34555mayank-96 wants to merge 10 commits into
Conversation
facebook-github-bot
commented
Sep 1, 2022
Hi @mayank-96! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
Base commit: 98d84e5 |
Base commit: 62f83a9 |
facebook-github-bot
commented
Sep 1, 2022
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
facebook-github-bot
commented
Sep 1, 2022
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
mayank-96
commented
Sep 7, 2022
Hello @necolas, Let me know if anything else needs to be done here. |
…s-for-accessibility-live-region
facebook-github-bot
commented
Sep 8, 2022
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
…s-for-accessibility-live-region
facebook-github-bot
commented
Sep 8, 2022
@jacdebug has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
react-native-bot
commented
Sep 8, 2022
This pull request was successfully merged by @mayank-96 in 7ea54a4. When will my fix make it into a release? | Upcoming Releases |
Summary
This adds
aria-livealias foraccessibilityLiveRegion, it unifies aria-live and accessibilityLiveRegion and also mapsaria-live='off'toaccessibilityLiveRegion='none'as requested on #34424Changelog
[General][Added] - Added aria-live alias for accessibilityLiveRegion.
Test Plan