Umbraco.CMS.Backoffice/issues/1668 - adds aria-label to expand symbol #792
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Currently the expand/carat symbol has no
aria-label
. This PR adds a non-localized label to that element to distinguish it from the main menu item's label.I'm not clear on how to localize this content in the
Umbraco.UI
app. Ideally, the "show child items" would be translated. If there are any examples of localization in the library I could take a look at implementing that.umbraco/Umbraco-CMS#16690
Description
Adds
aria-label="show child items"
to thecaret-button
on https://uui.umbraco.com/?path=/docs/uui-menu-item--docsTypes of changes
Motivation and context
When using a screen reader, carats currently don't describe their role. This fails WCAG 2.0 & 2.1 rule 4.1.2 (provide a name/role/value).
How to test?
Screenshots (if appropriate)
Checklist