Accessibility Inspector for WCAG Evaluation

Table Cell Rule Results

Screen shot of Table Cell Header Rule Result View in Chrome Browser

Table Cell Information

Property Description
Is header cell Identifies the cell as being a header cell, there are three way of identifying a cell as a header cell:
  • Uses the th html element.
  • Uses the role="header" ARIA attribute.
  • Is referenced by a headers attribute.
Row The row the table cell is identified with.
Column The column the table cell is identified with.
Row span How many rows the cell spans, by default most cells only span one row.
Column span How many columns the cell spans, by default most cells only span one column.
Headers The header cell content associated with data cells, when more than one header cell the content of each header is separated with the "|" character.
Header from Identifies where the header cells came from:
  • Row/Column: From row and column heading cells.
  • Headers: From the id references in a headers attribute.
Cell is empty Is true it the cell does not have any content, otherwise false.