Refactor(DataList): removed aria-labelledby and aria-selected#11569
Refactor(DataList): removed aria-labelledby and aria-selected#11569thatblindgeye merged 3 commits intopatternfly:mainfrom
Conversation
|
Hi @thatblindgeye Have a look, let me know of any improvements. |
|
Preview: https://patternfly-react-pr-11569.surge.sh A11y report: https://patternfly-react-pr-11569-a11y.surge.sh |
688a12d to
a690019
Compare
a690019 to
b7825c9
Compare
There was a problem hiding this comment.
Since we're removing the aria-labelledby on the list item, we should update the prop description for aria-labelledby to something more fitting to it's purpose, maybe something like, "Adds an accessible name to the selectable input if one is rendered."
We should open a followup issue to rename this prop to selectableInputAriaLabelledby in a breaking change as well. Would you want to open a followup for this?
|
I have updated the prop description.
Sure I'll open a followup issue for this. |
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Closes #11391