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
element with role="tab"
As per the ARIA specifications, aria-expanded is not supported for role tab. Since aria-selected conveys which tab is currently selected, aria-expanded must be removed from the widget.
The text was updated successfully, but these errors were encountered:
Aria-expanded is used for the
As per the ARIA specifications, aria-expanded is not supported for role tab. Since aria-selected conveys which tab is currently selected, aria-expanded must be removed from the widget.
The text was updated successfully, but these errors were encountered: