Accessibility
Quick wins
- Good Contrast
- minimum contrast ratio of 4.5:1 or enhanced contrast of 7:1
- Alt text for images
- Aria-Label for (empty) links
- Links containing no text (e.g. Icon Links) need a description (e.g. aria-label)
- Labels for input fields
- Aria-Label for (empty) buttons
- Buttons containing no text (e.g. Icon Button) need a description (e.g. aria-label)
- HTML document language
<html lang="es"><!--document head and body--></html>