Software for everyone
Accessibility aims to make software usable by people with different abilities (visual, auditory, motor, cognitive). The reference guidelines are the WCAG (Web Content Accessibility Guidelines), organized into four principles.
| Principle | Idea |
|---|---|
| Perceivable | Information can be perceived (alt text, contrast) |
| Operable | It can be operated (keyboard navigation) |
| Understandable | It is clear and predictable |
| Robust | Works with assistive technologies |
Quick accessibility checks for QA: navigate using only the keyboard, verify alt text on images and check color contrast.
QuestionToca para voltear
Which four principles summarize WCAG?
Being able to use the whole site with only the keyboard relates to the WCAG principle…