Skip to content

Comments

feat(ui5-list): added default ARIA role description#13135

Open
PetyaMarkovaBogdanova wants to merge 2 commits intomainfrom
add-list-interactive-reading
Open

feat(ui5-list): added default ARIA role description#13135
PetyaMarkovaBogdanova wants to merge 2 commits intomainfrom
add-list-interactive-reading

Conversation

@PetyaMarkovaBogdanova
Copy link
Contributor

This pull request enhances the accessibility of the List component by ensuring it provides a default ARIA description when no custom description is set, and allows user-provided descriptions to override the default. It also adds relevant tests and internationalization support for the default ARIA description.

Accessibility improvements:

  • Added a default ARIA description to the List component when no accessibleDescription is provided, using a new LIST_ROLE_DESCRIPTION i18n string. (packages/main/src/List.ts, packages/main/src/i18n/messagebundle.properties) [1] [2]
  • Ensured that a user-provided accessibleDescription prop takes precedence over the default ARIA description. (packages/main/src/List.ts)

@ui5-webcomponents-bot
Copy link
Collaborator

ui5-webcomponents-bot commented Feb 24, 2026

@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview February 24, 2026 14:56 Inactive
@ui5-webcomponents-bot ui5-webcomponents-bot temporarily deployed to preview February 24, 2026 15:29 Inactive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants