Screen Reader Mode

screenshot of a form where a screen reader would switch to form mode
Figure 1 : Example of a form where screen reader would switch the mode to forms mode

There are two types of modes in screen readers – Browse and Application/Focus/Forms modes.

  • Browse Mode is used to navigate the webpage content without interacting with any of its components. This is used to read the contents of a webpage and get an overview.
  • Forms Mode is used to interact with the elements of a webpage including buttons, forms etc. In forms mode, users can fill out form fields or interact with form controls without triggering other keyboard shortcuts meant for browse mode.

NOTE:

  • New to accessibility or uncertain of requirements, it will be helpful to review all sections below.
  • Already familiar with requirements, skip to the “Working Example” section for sample HTML, CSS and JavaScript (when needed), along with a working demo.