cell
Document structure roleA 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>References