Inappropriate Refresh Meta Element Check

RuleSets of AccessMonitor - the validator of web accessibility practices

Inappropriate Refresh Meta Element Check

Description

The “Inappropriate Refresh Meta Element Check” evaluates whether there is any <meta http-equiv="refresh"> element used to trigger automatic page refresh or redirection after a specified time.

Example outcome

I observed that the webpage reloads automatically through the <meta http-equiv=\"refresh\"> element.

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