_Do you like HCI? Then this is for you._ Make the page as usable to as many people as possible. This includes: - [ ] Improving navigation with keyboard (`tabindex`) - [ ] `alt`-ernative text for images - [ ] Use the named HTML elements - [ ] Clear language: - 6–7 (bad) vs. 6 to 7 (good) - Jan (bad) vs. January (good) - [ ] Meaningful text labels - [ ] Making `focus` respond to the same as `hover` - [ ] WAI-ARIA (Web Accessibility Initiative - Accessible Rich Internet Applications) - [X] Internationalization Can be split into smaller bits to make it more clear. Accessibility dev tools: - Firefox dev tools - WAVE Evaluation Tool (Chrome)
Do you like HCI? Then this is for you.
Make the page as usable to as many people as possible.
This includes:
tabindex)alt-ernative text for imagesfocusrespond to the same ashoverCan be split into smaller bits to make it more clear.
Accessibility dev tools: