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
Slack: Remove extra a11y attributes from close_flexpane button
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 one
0 commit comments