Questions & Answers
When short on space, can we add better link descriptions in the code and leave the link UI as-is?
I understand links need to be read by screen readers but sometimes really good descriptions don’t fit. Can we just add better descriptions in the code and leave the UI as-is? Example: Read more vs Read more about accessibility
- link text
- links
Can I have multiple links that go to the same page?
I have images and text links that take users to the same location but I am unsure if this would be a good user experience.
- Best Practice
- links
Should “Sign Up” fields be links or buttons?
I have an element on my page that allows users to sign in to their account. It both takes a user to a new page AND submits a form, so should it be coded as a link or a button?
- buttons
- links
What if color is the only way to differentiate links from normal text?
What should I do if color is used to differentiate links from normal text?
- links
- ui component
- Use of color
How do I code an image as a link and make it accessible?
I have an image on my site that I want to code as a link? How do I code an image as a link and make it accessible?
- alt text
- images
- links
How can I make link text stand out?
How do I distinguish link text without using color alone?
- color
- link text
- links
When can text links have 3:1 color contrast?
Some sites say link text color contrast should be 4.5:1, and some sites say link text color contrast should be 3:1. When is 3:1 color contrast sufficient for link text?
- contrast ratios
- links
- text
Can a link/anchor element still be accessible without an href?
Can a link built with an anchor element still be accessible without an href?
- href
- html
- links
Is it compliant to have the same link present twice, as both an image and as text?
Is it considered accessible to have an image that acts as a link, followed by text that links to the same location?
- accessibility tree
- best practices
- links
- wcag
What Are the Code Differences between Links vs Buttons?
Where can I find code (html, css, and javascript) examples of links vs buttons.
- buttons
- html
- links