Design comparison
Solution retrospective
Is everything ok here?
Community feedback
- @MojtabaMosaviPosted almost 3 years ago
1- You've simulated the behavior of link using a span, why not use a link in first place which make much more easier for other users as well. A big disadvantage with this approach is that you can not similate the bahavior of link when read be screen readers.
2- The alt attribute of the image used for hover state has no meaning because the screen reader user can not see the hover state, the coin icon alternative text is also redundant because it does not add and additional information. There no difference in hearing "0.041 ETH" and "coin 0.041ETH" because the bit "ETH" already implies that its currency.
Keep coding :=)
Marked as helpful1@rawatdevPosted almost 3 years ago@MojtabaMosavi
Thankyou so much for reply
-
Update the span to anchor tag.
-
I have changed the ETH image alt from coin to ETH only. I have seen in crypto websites what alt text they use.
0 -
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