Design comparison
SolutionDesign
Solution retrospective
Feedback and suggestions are welcome.
Community feedback
- @Yemisrach15Posted about 2 years ago
Hi Aya, great job! A few suggestions I think would be helpful,
- The 'x' buttons should have a discernible text meaning you should add an
aria-label
for screen readers. - The boxes could be
article
elements for better semantics. - The company logos
alt
attribute should be descriptive. 'company logo' does not fully describe the images. You could, for instance, say "Photosnap company's logo". - The tags in my opinion should be listed in a list,
ul
, element.
1@Aya-Saeed261Posted about 2 years agoHey @Yemisrach15, thanks alot for the suggestions! Could you suggest a good source to learn more about semantics especially the article tag, I'm not always sure when to use it
0 - The 'x' buttons should have a discernible text meaning you should add an
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