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
drop the href in disabled and disabled+focusable links
add role="link" to disabled and disabled+focusable links (since removing href removes the default role)
Remove role="link" from <button> usage, let them have button semantics (may be updated in the future if we learn that teams are using this in a way where role="link" makes sense)
hrefin disabled and disabled+focusable linksrole="link"to disabled and disabled+focusable links (since removinghrefremoves the default role)role="link"from<button>usage, let them have button semantics (may be updated in the future if we learn that teams are using this in a way where role="link" makes sense)