Skip to content

fix(ui5-user-settings-dialog): announce search results to screen readers - #13946

Open
SvilenDarvenyashki wants to merge 1 commit into
mainfrom
user-settings-search-announcement
Open

fix(ui5-user-settings-dialog): announce search results to screen readers#13946
SvilenDarvenyashki wants to merge 1 commit into
mainfrom
user-settings-search-announcement

Conversation

@SvilenDarvenyashki

Copy link
Copy Markdown
Contributor
  • Added an ARIA live-region announcement (InvisibleMessage, Polite mode) that fires whenever the search value changes.
  • The announcement reflects the number of matching items:
    • 0 results → "No search results"
    • 1 result → "1 result available"
    • more than 1 → "{count} results are available"
  • Added the corresponding i18n message keys to the message bundle.
  • Added Cypress tests covering the no-result, single-result, and multiple-result announcements.
  • Added Cypress tests covering the no-result, single-result, and multiple-result
    announcements.

@sap-ui5-webcomponents-release

Copy link
Copy Markdown

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.

1 participant