HTML
meta http-equiv of refresh is often used to periodically refresh pages or to redirect users to another page. If the time interval is too short, and there is no way to turn auto-refresh off, people who are blind will not have enough time to make their screen readers read the page before the page refreshes unexpectedly and causes the screen reader to begin reading at the top. Sighted users may also be disoriented by the unexpected refresh.
This is a deprecated example that changes the user's page at regular intervals. Content developers should not use this technique to simulate "push" technology. Developers cannot predict how much time a user will require to read a page; premature refresh can disorient users. Content developers should avoid periodic refresh and allow users to choose when they want the latest information. (The number in the content attribute is the refresh interval in seconds.)
<!doctype>
<html lang="en">
<head>
<title>HTML Techniques for WCAG 2</title>
<meta http-equiv="refresh" content="60" />
</head>
<body>
...
</body>
</html>
For a page that uses meta http-equiv="refresh":
content attribute is present.content attribute is less than one or greater than 72,000.content attribute.