Inappropriate Scrollable Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Scrollable Element Check

Description

The “Inappropriate Scrollable Element Check” evaluates whether there is any scrollable container on the page that is not accessible via keyboard navigation.

Example outcome

I found 1 scrollable element that is not 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