Perceivable
Can the user notice it at all?
WCAG official wording
“Information and user interface components must be presentable to users in ways they can perceive.”
What it actually means
If a user cannot see it, they need to hear it. If they cannot hear it, they need to read it. If the text is too small, they need to zoom. Whatever you put on the page must reach at least one of their working senses.
In your day-to-day code
Every image needs a description in code so a screen reader can say "photo of a customer at her laptop" instead of staying silent.
Every video needs captions so a deaf user can read the words being spoken.
Colour cannot be the only signal a red dot for "error" must also have an icon or the word "Error" next to it. About 1 in 12 men cannot tell red from green.
Text must still work when zoomed to 200% because a low-vision user often keeps zoom on all day.
Text must have strong contrast with the background or someone with low vision, age-related sight loss, or just sunlight on the phone cannot read it.
