-
Notifications
You must be signed in to change notification settings - Fork 638
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix parent-child relationship not being conveyed to screen reader users #13020
Fix parent-child relationship not being conveyed to screen reader users #13020
Conversation
… use for setting linear gradient top color
DEV-445 Parent-child relationship is not conveyed to screen reader users
Categories and structured entries The hierarchy of structured entries and nested categories is conveyed via the left- or right-padding in the table cell of a child element. This style information is not able to be conveyed to SR users. There should be another way of understanding the nesting of structured elements. This may be with the use of an additional table column that directly states the parent of the item in question. Mockup: Screen Shot 2022-07-13 at 1.13.51 PM.png Resolves CMS-115 |
# Conflicts: # src/web/assets/cp/dist/cp.js # src/web/assets/cp/dist/cp.js.map # src/web/assets/pluginstore/dist/js/app.js # src/web/assets/pluginstore/dist/js/app.js.map
[ci skip]
Description
Adds visually-hidden text to structure table element cell that communicates nesting level
Related issues