Inappropriate Scope Attribute Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Scope Attribute Check

Description

The “Inappropriate Scope Attribute Check” evaluates whether there is any element in data tables that have an invalid value for the scope attribute.

Example outcome

I found that there is 1 case where the scope attribute of a data table is invalid.

Impact

Fixes

To address inappropriate scope attributes:

  1. Locate the element with an invalid scope attribute.
  2. Replace its value by a valid one (e.g., row or col).

Resources