Inappropriate Delaying Refresh Meta Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Delaying Refresh Meta Element Check

Description

The “Inappropriate Delaying Refresh Meta Element Check” evaluates whether there is any <meta http-equiv="refresh"> tag that triggers an automatic page reload after a delay (e.g., after 5 or 10 seconds).

Example outcome

I identified 1 meta refresh that creates a delayed page reload.

Impact

Fixes

To address inappropriate auto-refresh <meta> elements:

  1. Locate the <meta> element.
  2. Replace it by a manual button instead of auto-refreshing.
  3. If you wish to keep the auto-refresh, make sure it is immediate (i.e., with no delay) and provide information to users, allowing them to control it.

Resources