Access: [7.4.1.1]: remove auto-refresh
(Priority 2)

Cause:

Until browser agents allow clients to stop documents from automatically refreshing, avoid creating p ages that reload without a request from the user. Allow visitors to refresh or reload pages at their own discretion.

Testfile:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
	"http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<title>Test 7.4.1</title>
<metahttp-equiv="refresh" content="60">
</head>
<body>
</body>
</html>

References:

W3C WAI: http://www.w3.org/WAI//
HTML Techniques for WAI 1.0: http://www.w3.org/TR/WCAG10-HTML-TECHS/