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
We identified gaps in the accessibility implementation, that this change aims to address as follows:
**NotificationListItem**
- More Button: added aria-label="More"
- Close Button: added aria-label="Close"
**NotificationListGroupItem**
- Invisible text reading: added "read" or "unread", based on the "read" property.
- Root: added aria-expanded="true"/"false", based on the "collapsed" property
- More Button: added aria-label="More"
- Close Button: added aria-label="Close All"
- Toggle Button added title="Collapse Group" ("Expand Group") and aria-label="Collapse Group" ("Expand Group") - based on the "collapsed" property
**NotificationListGroupItem**
- new property "read" (previously available in the NotificationListItem only)
Copy file name to clipboardExpand all lines: packages/fiori/test/pages/NotificationListGroupItem.html
+2
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,7 @@ <h3>Properties</h3>
27
27
<li>collapsed (default: "false")</li>
28
28
<li>show-close (default: "false")</li>
29
29
<li>show-counter (default: "false")</li>
30
+
<li>read (default: "false")</li>
30
31
</ul>
31
32
32
33
<h3>Slots</h3>
@@ -155,6 +156,7 @@ <h3>Events on ui5-list level</h3>
155
156
id="busyGroup"
156
157
show-close
157
158
show-counter
159
+
read
158
160
priority="High"
159
161
heading="Meetings 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