Append visually hidden group title to the element template label #738
Labels
a11y
backlog
Queued in backlog
enhancement
New feature or request
pr welcome
We rely on a community contribution to improve this.
spring cleaning
Could be cleaned up one day
Is your feature request related to a problem? Please describe
If you are stepping through the list of available element templates as a screen reader user and you have a group of lets say more than 20 templates within a single group it might be difficult to remember in which context aka group you currently are. the smaller the working memory the more challenging the endeavor.
Describe the solution you'd like
lets say you have the following setup with two groups and five templates
i would suggest to append the group title in a visually hidden span.
one template<span class="visually-hidden"> for group 1</span>
or as an alternativ
one template<span class="visually-hidden">: group 1</span>
that way the most important information aka the template name is front loaded but at any point the information which group a template belongs to is available afterwards and could be skipped at any point.
but there is still the issue about how those templates are announced or better not announced. for that i have to open up a separate issue.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: