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
When using Lighthouse in the Chrome Developer Tools to test a page that shows a few buttons (Email, Twitter, and Facebook), the Accessibility test returns this warning for the buttons:
"Links do not have a discernible name."
I believe this is because on mobile, when the buttons are small, no text is shown, so the link "has no name."
The text was updated successfully, but these errors were encountered:
Currently when the buttons are small, the button text is entirely missing (display: none). If instead we make the button text visually hidden, then the problem will be solved.
For more background see Drupal issue #3263821.
When using Lighthouse in the Chrome Developer Tools to test a page that shows a few buttons (Email, Twitter, and Facebook), the Accessibility test returns this warning for the buttons:
"Links do not have a discernible name."
I believe this is because on mobile, when the buttons are small, no text is shown, so the link "has no name."
The text was updated successfully, but these errors were encountered: