Commit 46428ca
committed
Slack: Remove extra a11y attributes from
Based on the `close_flexpane` button markup on Slack now, we have:
`<button class="btn_basic close_flexpane" aria-label="Close Right Sidebar" title="Close Right Sidebar" type="button">`
- Since this element is a `<button>`, the `role` attribute is no longer necessary
- Since this element has an `aria-label` attribute, we no longer need to add oneclose_flexpane button1 parent 6c2b1d9 commit 46428ca
1 file changed
+0
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | 22 | | |
29 | 23 | | |
30 | 24 | | |
| |||
0 commit comments