Skip to content

Commit 2555eec

Browse files
Added the missing "with" (#4532)
Closes: #900 Added missing "with" after "container". Co-authored-by: Mike Gower <[email protected]>
1 parent 057ab42 commit 2555eec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

techniques/aria/ARIA19.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h3>Injecting error messages into a container with role=alert already present in
5252
</section><section id="tests"><h2>Tests</h2>
5353
<section class="procedure"><h3>Procedure</h3>
5454
<ol>
55-
<li>Determine that an empty error container <code class="language-html">role=alert</code> or <code class="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 <code class="language-html">role=alert</code> or <code class="language-html">aria-live=assertive</code> attribute is present in the DOM at page load.</li>
5656
<li> Trigger the error that causes the content in the live region to appear or update.</li>
5757
<li> Determine that the error message was injected into the already present error container.</li>
5858
</ol>
@@ -85,4 +85,4 @@ <h2>Resources</h2>
8585
</ul>
8686
</section>
8787
</body>
88-
</html>
88+
</html>

0 commit comments

Comments
 (0)