Skip to content

Append visually hidden group title to the element template label  #738

@rpkoller

Description

@rpkoller

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

group 1
  one template
  another template
  yet another template
group 2
  a template
  one template

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    a11ybacklogQueued in backlogenhancementNew feature or requestpr welcomeWe rely on a community contribution to improve this.spring cleaningCould be cleaned up one day

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions