Skip to main content
Version: v6

A Cell or Gridcell element is missing a required parent element of Row

A Cell or Gridcell element is missing a required parent element of Row — rule summary
FieldValue
Rule codeCell_ParentRequirement_Missing
WCAG conformance levelA
WCAG success criterion4.1.2 Name, Role, Value
Must be fixed at sourceNo

Description

A cell or gridcell element was found to be missing the required parent row element. Without the appropriate row parent, assistive technologies such as screen readers cannot correctly interpret the structure and relationships of the table or grid. This can lead to confusion and difficulties for users relying on these technologies to navigate and understand the content. More details: https://www.w3.org/TR/wai-aria-1.1/#listitem.

How to fix

Ensure that each cell or gridcell element (e.g., <td>, <th>, or [role='cell'], [role='gridcell']) is correctly nested within a parent row element (e.g., <tr> or [role='row']). This nesting is crucial for assistive technologies to properly interpret the table or grid structure.