Update playwright (#34036)
* Update playwright * Make axe happier with TabbedView accessibility --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
co-authored by
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Michael Telatynski
parent
b430edf43b
commit
d88c1a1de8
@@ -111,6 +111,7 @@ function TabLabel<T extends string>({ tab, isActive, showToolip, onClick }: ITab
|
||||
aria-controls={id}
|
||||
element="li"
|
||||
title={showToolip ? label : undefined}
|
||||
aria-labelledby={`${id}_label`}
|
||||
>
|
||||
{tabIcon}
|
||||
<span className="mx_TabbedView_tabLabel_text" id={`${id}_label`}>
|
||||
|
||||
Reference in New Issue
Block a user