Remove tabindex from navigation skip link
* Since it’s the first focusable item in the DOM it doesn’t need `tabindex`. * The use of a positive `tabindex` isn’t recommended and can negatively impact focus management.
Showing
Please register or sign in to comment