Table structure (table)
Semantic tables must convey their structure programmatically—using native table elements (<table>, <thead>, <tbody>, <tfoot>, <th>, <td>) or equivalent ARIA roles (role="table", role="row", role="cell").
div instead of td:
This table lacks proper <td> elements (instead <div> elements are used):
| Person | Most interest in | Age |
|---|---|---|
| Chris | ||
| Dennis | ||
| Sarah | ||
| Karen | ||
| Average age | ||