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/aria/ARIA19.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ <h3>Injecting error messages into a container with role=alert already present in
52
52
</section><sectionid="tests"><h2>Tests</h2>
53
53
<sectionclass="procedure"><h3>Procedure</h3>
54
54
<ol>
55
-
<li>Determine that an empty error container <codeclass="language-html">role=alert</code> or <codeclass="language-html">aria-live=assertive</code> attribute is present in the DOM at page load.</li>
55
+
<li>Determine that an empty error container with <codeclass="language-html">role=alert</code> or <codeclass="language-html">aria-live=assertive</code> attribute is present in the DOM at page load.</li>
56
56
<li> Trigger the error that causes the content in the live region to appear or update.</li>
57
57
<li> Determine that the error message was injected into the already present error container.</li>
0 commit comments