Goal
Ensure that all users can identify links on the page.
Why this matters
Users with Color Vision Deficiency (Colorblindness) may not be able to identify links if the only thing that differentiates them from body copy is the color.
How to implement
UX Designer
Review Using color, especially the section on link color.
Developer
Implement the Designer’s requirements for links using CSS.
How to test
- Review Using color, especially the section on link color.
- Ensure you understand how the Designer intends to meet the requirements with their documented design. Confirm that color contrast ratios meet the requirements outlined in Using Color. (If the requirements the Designer is providing are bad, the code will be bad as well.)
- Assuming the Designer’s requirements are met, confirm that the code was implemented to meet the Designer’s requirements.