Refresh Meta Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Refresh Meta Element Check

Description

The “Refresh Meta Element Check” evaluates whether all <meta http-equiv="refresh"> elements that automatically refresh the page do it without a set time delay.

Example outcome

I observed that no meta refresh 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