Scope attribute (scope-attribute)

Header cells must programmatically associate with their data cells using either the scope attribute on <th> or an id/headers pairing on <td>.


Missing scope attribute:

This semantic table lacks scope attributes:

Company Contact Country
Alfreds Futterkiste Maria Anders Germany
Centro comercial Moctezuma Francisco Chang Mexico

Note: Possible to automatically test. This violation can be detected by checking if <th> elements have (non-empty) scope; attributes.

axe detected: none  |  QualWeb detected: 1.3.1