-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Closed
Description
- drop the
hrefin disabled and disabled+focusable links - add
role="link"to disabled and disabled+focusable links (since removinghrefremoves 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)
Reactions are currently unavailable