Skip to content

Accessibility Learnings

Ricardo Morato Rocha edited this page Feb 23, 2023 · 1 revision
  • Focus:

  • When using Voiceover in Chrome, you can only click on buttons using "space" (not ctrl + option + space as voiceover suggests for MacOS users)

  • You can navigate to read the images' alt text and text elements using ctrl + option + arrow

  • Use HTML tags (e.g: roles) to find components when testing (instead of test-id) to care for accessibility.

Clone this wiki locally