File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
ui/components/dynamic-icons Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4
4
## Release 2.19.0 - April 12, 2022
5
5
6
6
## Components
7
+
8
+ ### [ Dynamic Icons] ( https://www.lightningdesignsystem.com/components/dynamic-icons )
9
+ #### Changed
10
+ - Updated Global Action Help icon's ` role ` attribute from ` presentation ` to ` img ` for better accessibility compliance
11
+
7
12
### [ Global Navigation] ( https://www.lightningdesignsystem.com/components/global-navigation )
8
13
#### Added
9
14
- Added ` role="img" ` to unread indicator dot to comply with accessibility usage rules for ` aria-label `
Original file line number Diff line number Diff line change 6
6
7
7
<!-- ## [VERSION] -->
8
8
9
+ ## 2.19.0
10
+
11
+ ### Changed
12
+ - Updated Global Action Help icon's ` role ` attribute from ` presentation ` to ` img ` for better accessibility compliance
13
+
9
14
## 2.17.0
10
15
11
16
### Changed
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ let GlobalActionHelp = () => (
7
7
xmlns = "http://www.w3.org/2000/svg"
8
8
viewBox = "0 -12 78.5 110"
9
9
aria-labelledby = "title"
10
- role = "presentation "
10
+ role = "img "
11
11
>
12
12
< defs >
13
13
< mask id = "questionMark" x = "0" y = "0" width = "78.5" height = "110" >
You can’t perform that action at this time.
0 commit comments