• Success Criterion 2.2.1
  • Conformance level A
  • W3C reference F40

Page Auto-Redirects on a Timer With No Way to Stop It

2.2.1 — Timing Adjustable

Scenario

Setting

A podcast app's episode list

What’s wrong

The page uses a timed auto-redirect (meta refresh) — users are moved to another page before they may have finished reading.

Example

Try this on a podcast app's episode list: the page uses a timed auto-redirect (meta refresh) — users are moved to another page before they may have finished reading.

Why it matters

People who read, type, or move slowly, including many screen-reader users. On a podcast app's episode list, that means they run out of time before finishing the task.

How to test

Check the page source for a meta http-equiv="refresh" tag with a nonzero time value: this fails if the user has no way to adjust or turn it off.

How to fix

Remove timed meta redirects — redirect server-side instantly (0 seconds) or let the user choose.

Outcome

With the fix in place on a podcast app's episode list, they finish the task at their own pace.

Who is affected

People who read, type, or move slowly, including many screen-reader users.

Learn more