Blind and low-vision navigation
Interview notes with Vytautas emphasized that blind users often navigate with screen
readers, keyboard commands, and arrow keys. Long sequential pages can make specific
artists or information difficult to find.
- Use clear headings, menus, and keyboard-accessible links.
- Minimize avoidable scrolling and provide section jumps.
- Keep dropdown and floating menus understandable with ARIA states.
Prototype structure
Prototyping notes stressed that every button needs a clear label for screen readers,
elements should be grouped in a logical reading order, and reusable components make
accessibility tags easier for developers to apply consistently.
- Label controls by action, such as "submit form" instead of "submit."
- Order content from top to bottom and left to right.
- Test keyboard behavior in inputs, forms, menus, and carousels.