From cc34cea9d06babbcb44a1edd21e99becf637c64f Mon Sep 17 00:00:00 2001 From: Georgieva Date: Fri, 14 Jun 2024 09:09:06 +0300 Subject: [PATCH] fix(ui5-li-notification): enhance accessibility (#9192) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - the "More"/"Less" button (link) is not read when focusing the notification item. Now the "More"/"Less" button is announced only when the focus is on it. - “tag” word before “Important” is not removed since it comes from the ui5-tag component and needs to be announced fixes #9161 --- packages/fiori/src/NotificationListItem.hbs | 17 +++++++++-------- packages/fiori/src/NotificationListItem.ts | 2 +- .../fiori/src/themes/NotificationListItem.css | 4 ++++ .../fiori/test/specs/NotificationList.spec.js | 6 +++--- 4 files changed, 17 insertions(+), 12 deletions(-) diff --git a/packages/fiori/src/NotificationListItem.hbs b/packages/fiori/src/NotificationListItem.hbs index ce2287add7d9..87b6be67be58 100644 --- a/packages/fiori/src/NotificationListItem.hbs +++ b/packages/fiori/src/NotificationListItem.hbs @@ -46,14 +46,15 @@ {{/if}} -