Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

cell

Document structure role

A cell in a table that holds data and is not a header. It's the ARIA equivalent of a native `<td>` and is announced along with any associated row and column headers. It's used within table and row structures.

Used on
A non-header table cell. Prefer <td>.
Accessible name
From child content.
Example
role="cell"
<td role="cell">Active</td>