Scrollable Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Scrollable Element Check

Description

The “Scrollable Element Check” evaluates whether all scrollable elements on the page are accessible via the keyboard.

Example outcome

I noticed that all scrollable elements are keyboard accessible.

Impact

Fixes

To address scrollable elements that are not keyboard accessible:

  1. Locate the inappropriate scrollable element.
  2. Ensure it is keyboard focusable (i.e., use tabindex="0" if it is not naturally focusable).
  3. If possible, use a native HTML element that is naturally focuable and scrollable.

Resources