Skip to content

Commit a69f601

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/failures/F41.html
1 parent 7625755 commit a69f601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/failures/F41.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
</section>
44
<section id="description">
55
<h2>Description</h2>
6-
<p><code>meta http-equiv</code> of <code>refresh</code> 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.</p>
6+
<p><code>meta http-equiv="refresh"</code> 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.</p>
77
</section>
88
<section id="examples">
99
<h2>Examples</h2>

0 commit comments

Comments
 (0)