Composed modal is adding an attribute "role=region" but it does not have 'aria-label' or 'aria-labelledby' #4587
Labels
component: modal
status: waiting for author's response 💬
type: a11y ♿
version: 9
Issues pertaining to legacy Carbon
Brief description
When I used
ComposedModal
component, it creates a div element with role as region.<div class="bx--modal-container" role="region">...</div>
Since there is a region role defined, the element must have 'aria-label' or aria-labelledby' which is not being added.
Environment
The text was updated successfully, but these errors were encountered: