Skip to content

Commit 95dcf18

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

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
@@ -26,7 +26,7 @@ <h2>Examples</h2>
2626
<p>For a page that uses <code>meta http-equiv="refresh"</code>:</p>
2727
<ol>
2828
<li>Check that the numerical value for seconds until refresh in the <code>content</code> attribute is present.</li>
29-
<li>Check that the numerical value for seconds until refresh in the <code>content</code> attribute is less than one or greater than 72,000.</li>
29+
<li>Check that the numerical value for seconds until refresh in the <code>content</code> attribute is less than <code>1</code> or greater than <code>72000</code>.</li>
3030
<li>Check if the page qualifies for Real-time or Essential Exceptions in <a href="../../Understanding/timing-adjustable">Success Criterion 2.2.1 Timing Adjustable</a>.</li>
3131
<li>Check if the user is provided an opportunity to turn off, extend, or adjust the timing of the page refresh.</li>
3232
<li>Check if the page does not refresh after the duration specified in the <code>content</code> attribute.</li>

0 commit comments

Comments
 (0)