You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One of possible solutions for "Interactive component does not have a programmatically associated name" is "Use the aria-labelledby attribute to reference existing visible text on the page that can clearly identify the purpose of the component"
Steps to reproduce the issue
Steps are the same as for #6543
Setting aria-labelledby on ComposeDialog does not fix the violation.
The text was updated successfully, but these errors were encountered:
ghost
changed the title
Support arialabelled-by in ComposeDialog in order to handle accessibility violation
Support aria-labelledby in ComposeDialog in order to handle accessibility violation
Feb 17, 2021
This is a follow-up for #6543.
The current fix introduced support for aria-label and some computation to re-use label from ModalHeader.
Environment
MacOS, Chrome
Detailed description
"carbon-components": "10.28.0",
"carbon-components-react": "7.27.0",
One of possible solutions for "Interactive component does not have a programmatically associated name" is "Use the aria-labelledby attribute to reference existing visible text on the page that can clearly identify the purpose of the component"
Steps to reproduce the issue
Steps are the same as for #6543
Setting aria-labelledby on ComposeDialog does not fix the violation.
The text was updated successfully, but these errors were encountered: