Design comparison
SolutionDesign
Solution retrospective
What are the best practices when building this?
Community feedback
- @PhoenixDev22Posted about 2 years ago
Hi Joshua W,
I have some suggestions regarding your solution , if you don't mind:
HTML
- You should use
<main>
for the card and<footer>
for the attribution . Landmarks allow screen reader users to navigate through sections of your website by skipping to content that interests them. Landmarks could be seen as the logical layout of the website's UI, which is divided into e.g. header, navigation, main content, and footer. So the usage makes sense in any case.
- In my opinion, the image is an important content. The alternate text should indicate where the Qr code navigate the user : like
QR code to frontend mentor
not describes the image.
- Adding
rel="noopener"
orrel="noreferrer"
totarget="_blank"
links. When you link to a page on another site usingtarget=”_blank”
attribute, you can expose your site to performance and security issues.
Last , after you fix the accessibility issues , you can generate another report for your solution.
Great work overall, Hopefully this feedback helps
Marked as helpful0 - You should use
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