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
<li>the use of an <codeclass="language-html">aria-live</code> attribute on an element, set to either "<codeclass="language-html">polite</code>" or "<codeclass="language-html">assertive</code>"</li>
<li>the use of an <codeclass="language-html">aria-live</code> attribute on an element, set to either "<codeclass="language-html">polite</code>" or "<codeclass="language-html">assertive</code>"</li>
40
+
</ul>
42
41
The absence of all of these techniques predicts a failure for the status message be announced to the user. Additionally, if the role or property is not set <em>before</em> the dynamic content is added, this also predicts a failure.</p>
43
42
<p>Since additional techniques may exist to alert an assistive technology, the final step of this failure technique is confirming whether an assistive technology (such as a screen reader) detects the dynamic content and exposes the information to users. Where a status message exists but is not surfaced by assistive technology, it is confirmation that a failure has taken place.</p>
44
43
@@ -73,7 +72,7 @@ <h3>Procedure</h3>
73
72
<li>the existence of errors</li>
74
73
</ul>
75
74
</li>
76
-
<li>Check that the element containing the new content does not have a pre-existing aria role of <code>status</code>, <code>alert</code>, <code>log</code>, or <code>progressbar</code>, or an <code>aria-live</code> attribute</li>
75
+
<li>Check that the element containing the new content does not have a pre-existing aria role of <code>status</code>, <code>alert</code>, or <code>log</code>, or an <code>aria-live</code> attribute</li>
77
76
<li>Check that the status message is not surfaced (i.e., announced) by assistive technology</li>
0 commit comments