NAVIGATION-09: Avoid the use of client-side redirection (e.g. META redirect/refresh) unless the user can control or prevent this.
How to test
- Determine whether the site makes use of client-side redirects which cannot be controlled or prevented.
Exceptions
- A mechanism to turn off such redirects or refreshes is available.
- Redirects are performed on the server.
How to fix
Avoid the user of client-side redirects entirely, unless a mechanism is available for users to control or prevent them.
Related Standard: 3.2.5 AAA
This is one in a series of posts highlighting one of more than 270 accessibility tests in Mortise.io. Come back next week for more!