Using meta refresh tags on your website pages?
Warning
If you have set a META REFRESH element with a non-zero timeout to automatically refresh the page in a certain number of seconds, this causes an unexpected interruption for screen reader users. This also takes control of the website page away from the user.
Example
<meta http-equiv=”refresh” content=”10″>
Best Practice
If you have to use a META REFRESH element, set the refresh time to zero. This will prompt an immediate redirect, and will not be perceived as a change of context.
<meta http-equiv=”refresh” content=”0″>
===
WEBSITE ACCESSIBILITY TESTING & REMEDIATION SERVICES: Mary Gillen is an experienced Website Accessibility Compliance Auditor and Remediator. She can test your website to determine if it meets accessibility standards:
WCAG 2.1: 312 checkpoints covering A, AA and AAA W3 accessibility guidelines
Section 508: 15 US federal guidelines covered by 59 accessibility checkpoints
Find out more about Mary Gillen’s Accessibility Testing & Remediation Services: Websites, PDFs, Office Docs & Videos
===