What web accessibility means
An accessible site allows several ways of using it. The same page has to work with a screen reader, with text enlarged to 200 %, without a mouse, with captions switched on or with modified system colours. The limitation is not always permanent either: a temporary injury, a screen in bright sunlight or a noisy environment create very similar barriers for a while.
The international guidelines organise all their technical criteria under four principles.
- Perceivable: information must arrive through more than one sensory channel, so that someone who cannot see an image receives its description and someone who cannot hear a video can read its captions.
- Operable: the interface must be usable by keyboard, by voice or with an assistive device, without demanding precise gestures or rigid time limits.
- Understandable: the wording, the order of the steps and the error messages must be predictable and explain what has happened.
- Robust: the code must be interpreted reliably by browsers and assistive technologies, both current and future ones.
Each principle becomes concrete in verifiable success criteria, and each criterion carries a level. That is the part that can be audited and documented.