We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ec1d1 commit 5c74851Copy full SHA for 5c74851
techniques/failures/F40.html
@@ -3,7 +3,7 @@
3
</h1><section class="meta"><p class="id">ID: F40</p><p class="technology">Technology: failures</p><p class="type">Type: Failure</p></section><section id="applicability"><h2>When to Use</h2>
4
<p> All pages</p>
5
</section><section id="description"><h2>Description</h2>
6
- <p><code>meta http-equiv content="{time} url=..."</code> is often used to
+ <p><code>meta http-equiv="refresh" content="{time}; url=..."</code> is often used to
7
automatically redirect users. When this occurs after a time delay, it is an
8
unexpected change of context that may interrupt the user.</p>
9
<p>It is acceptable to use the meta element to create a redirect
0 commit comments