Design comparison
Solution retrospective
Hello, My Fellow FEM members! I present to you yet another below-average solution, hope you don't mind.
My first project to upload straight out of the BASH/GIT, setting up the SSH Authenticator was a real pain and more pain when I accidentally used two different E-mails to authenticate a single key, where I spent hours figuring out why are the **pushed commits ** coming from a different E-mail. In order to find a solution on the web, I came across deep complex conspiracy theories. Am I being hacked? Am I being spied? Is GitHub not as innocent as it seems? hmmm.. but finally I figured it out as always, It was my own silly mistake. I can already imagine Kratos yelling at me "BOI, WHY DID YOU USE TWO E-MAILS".
As always please do give me any feedback, Thanks!
Community feedback
- @CornflakesPlusPosted almost 2 years ago
I don't understand why the link text error. I've used the
aria-hidden
property inside theimg
tag not the anchor tag, strange. Can anyone point out the issue or a workaround?0@vanzasetiaPosted almost 2 years ago@CornflakesPlus
Hi, Cornflakes! Based on the HTML markup on the report, it is correct that there is no text content or label for the link. So, to fix this issue you need to add a label to each link by using
aria-label
or provide alternative text to the icon.Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord