• Success Criterion 1.3.1
  • Conformance level A

Table Header Cells Left Completely Blank

1.3.1 — Info and Relationships

Scenario

Setting

A job board's application form

What’s wrong

Empty table header cells (header-cell code (th) with no text) leaving columns/rows unnamed for header–cell association.

Example

On a job board's application form, a visitor hits this wall: empty table header cells (header-cell code (th) with no text) leaving columns/rows unnamed for header–cell association.

Why it matters

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout. Here, on a job board's application form, the result is they lose track of what belongs to what.

How to test

Navigate a data table with a screen reader's table mode: empty th cells announce as blank column/row names — check every header cell has text.

How to fix

Fill every header-cell code (th) with header text (or use td for cells that aren't headers).

Outcome

After the fix, the same visitor to a job board's application form can now understand how the page is organized.

Who is affected

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout.

Learn more