1
element
Delayed refresh under 20 hours must not be used
Ensure <meta http-equiv="refresh"> is not used for delayed refresh
Why it matters
Blocks people with disabilities from using core functionality. Fix as a top priority.
How to fix
- →<meta> tag forces timed refresh of page (less than 20 hours)
Where — sample elements
meta[http-equiv="refresh"]
<meta http-equiv="refresh" content="360">