design-system
design-system copied to clipboard
[NO-TICKET] Remove title attr from vert nav label component, unhelpful attr.
Removing the title
attr and associated props and prop values from VerticalNavLabel.
Why? title
attr are generally considered inaccessible due to the fact that they are only interactive for pointer users and screen readers cannot access the value. On top of that, these buttons use aria-expanded
which announce whether the button is open or closed. So aside from the title
being inaccessible, it's also redundant.
Does this have a ticket associated with it now?
Does this have a ticket associated with it now?
It does now