Submitted 4 months ago
Social Links Profile, Semantic HTML, CSS Variables
@iddahadev
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
The challenge was pretty straightforward, there was nothing to note here.
What challenges did you encounter, and how did you overcome them?The challenge was pretty straightforward, there was nothing to note here.
What specific areas of your project would you like help with?Maybe some accessibility advices.
Community feedback
- @DarkstarXDDPosted 4 months ago
- You will need to let screen reader users know that the links are going to be opened on new tabs. A good way of doing that is by including a visually-hidden/sr-only text like "opens in a new tab" right after the text in the
<a>
tag. It would look like this.
<a> Github <span class="visually-hidden">open in a new tab</span> </a>
- If you are not familiar with visually-hidden here is a good read
Marked as helpful0@iddahadevPosted 4 months ago@DarkstarXDD Thank you so much for the feedback!
I just implemented it, thanks!
1 - You will need to let screen reader users know that the links are going to be opened on new tabs. A good way of doing that is by including a visually-hidden/sr-only text like "opens in a new tab" right after the text in the
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