• Success Criterion 1.3.1
  • Conformance level A
  • W3C reference F33

Text Columns Faked With Spaces Instead of Real Table Markup

1.3.1 — Info and Relationships

Scenario

Setting

A childcare-booking service's scheduling page

What’s wrong

Spaces/tabs are used to fake side-by-side columns in plain text — read aloud, the lines interleave into nonsense.

Example

Here's what happens on a childcare-booking service's scheduling page: spaces/tabs are used to fake side-by-side columns in plain text — read aloud, the lines interleave into nonsense.

Why it matters

Screen-reader, braille, and reading-tool users who depend on coded structure rather than visual layout. Here, on a childcare-booking service's scheduling page, the result is they lose track of what belongs to what.

How to test

Select the 'columns' with your cursor and copy-paste into a plain text editor: if spaces/tabs were used instead of real CSS columns, the text runs together out of order.

How to fix

Use real layout (CSS columns/flex) instead of whitespace so the reading order stays linear and sensible.

Outcome

After the fix, the same visitor to a childcare-booking service's scheduling page 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