You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Instead of creating a NotificationList web component with only role attribute changed (compared to the List), we decided to rename the List's private "accRole" property to "accessibleRole" and make it public, with default value as previous "listbox", and recommend setting it to "accessible-role=list" for the notifications use case.
List: new property "accessibleRole"
NotificationList(Group)Item: role="option" changed to role="listitem" to full-fill the a11y spec.
Tree now setting the new prop "accessibleRole"
Part of: #3107
<ui5-listid="notificationListTop" header-text="Notifications heading and content 'truncates'">
175
+
<ui5-listid="notificationListTop" header-text="Notifications heading and content 'truncates'"accessible-role="list">
176
176
<ui5-li-notification
177
177
show-close
178
178
heading="New order (#2525) With a very long title - Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent feugiat, turpis vel scelerisque pharetra, tellus odio vehicula dolor, nec elementum lectus turpis at nunc."
0 commit comments