-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Bring back the ariaOwneeID prop. #1883
Conversation
|
This looks good to me! @jessebeach, can you confirm since you're more familiar with this area? :) |
facebook-github-bot
left a comment
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.
niveditc has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
left a comment
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.
cdelahousse has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
left a comment
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.
cdelahousse has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
|
Sorry for the noise. Just testing some stuff on our end with GitHub integration. |
facebook-github-bot
left a comment
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.
cdelahousse has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
facebook-github-bot
left a comment
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.
cdelahousse has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: **Summary** Reverts facebookarchive@7f0cab2 to bring back the `ariaOwneeID` prop. The ARIA property `aria-owns` is required for the combobox ARIA widget, in both ARIA 1.0 and 1.1. Some plugins, for example the Mentions and Emoji plugins, still pass an `ariaOwneeID` prop which at the moment doesn't do anything. Also, without `aria-owns`, some browser / screen reader combinations don't read out the suggestions at all. For more details please refer to the related issue facebookarchive#1736. Fixes facebookarchive#1736. Pull Request resolved: facebookarchive#1883 Reviewed By: vdurmont Differential Revision: D10371390 Pulled By: vdurmont fbshipit-source-id: 140282124128437e0d8cc9b08490420c3dc81dc1
Summary: **Summary** Reverts facebookarchive/draft-js@7f0cab2 to bring back the `ariaOwneeID` prop. The ARIA property `aria-owns` is required for the combobox ARIA widget, in both ARIA 1.0 and 1.1. Some plugins, for example the Mentions and Emoji plugins, still pass an `ariaOwneeID` prop which at the moment doesn't do anything. Also, without `aria-owns`, some browser / screen reader combinations don't read out the suggestions at all. For more details please refer to the related issue #1736. Fixes #1736. Pull Request resolved: facebookarchive/draft-js#1883 Reviewed By: vdurmont Differential Revision: D10371390 Pulled By: vdurmont fbshipit-source-id: 140282124128437e0d8cc9b08490420c3dc81dc1
Summary: **Summary** Reverts facebookarchive/draft-js@6982838 to bring back the `ariaOwneeID` prop. The ARIA property `aria-owns` is required for the combobox ARIA widget, in both ARIA 1.0 and 1.1. Some plugins, for example the Mentions and Emoji plugins, still pass an `ariaOwneeID` prop which at the moment doesn't do anything. Also, without `aria-owns`, some browser / screen reader combinations don't read out the suggestions at all. For more details please refer to the related issue #1736. Fixes #1736. Pull Request resolved: facebookarchive/draft-js#1883 Reviewed By: vdurmont Differential Revision: D10371390 Pulled By: vdurmont fbshipit-source-id: 140282124128437e0d8cc9b08490420c3dc81dc1
Summary
Reverts 7f0cab2 to bring back the
ariaOwneeIDprop. The ARIA propertyaria-ownsis required for the combobox ARIA widget, in both ARIA 1.0 and 1.1. Some plugins, for example the Mentions and Emoji plugins, still pass anariaOwneeIDprop which at the moment doesn't do anything. Also, withoutaria-owns, some browser / screen reader combinations don't read out the suggestions at all. For more details please refer to the related issue #1736.Fixes #1736.