You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: techniques/failures/F41.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ <h2>Examples</h2>
26
26
<p>For a page that uses <code>meta http-equiv="refresh"</code>:</p>
27
27
<ol>
28
28
<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>
30
30
<li>Check if the page qualifies for Real-time or Essential Exceptions in <ahref="../../Understanding/timing-adjustable">Success Criterion 2.2.1 Timing Adjustable</a>.</li>
31
31
<li>Check if the user is provided an opportunity to turn off, extend, or adjust the timing of the page refresh.</li>
32
32
<li>Check if the page does not refresh after the duration specified in the <code>content</code> attribute.</li>
0 commit comments