W3: F41-1: Failure of Success Criterion 2.2.1, 2.2.4, and 3.2.5 due to using meta refresh with a time-out
This code example is taken from the Failures for WCAG 2.0
Example Begin
Example End
Code for this Example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html xmlns="http://www.w3.org/1999/xhtml"> | |
<head> | |
<title>HTML Techniques for WCAG 2.0</title> | |
<meta http-equiv="refresh" content="60" /> | |
</head> | |
<body> | |
... | |
</body> | |
</html> |