Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions techniques/aria/ARIA19.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ <h3>Injecting error messages into a container with role=alert already present in
</section><section id="tests"><h2>Tests</h2>
<section class="procedure"><h3>Procedure</h3>
<ol>
<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>
<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>
<li> Trigger the error that causes the content in the live region to appear or update.</li>
<li> Determine that the error message was injected into the already present error container.</li>
</ol>
Expand Down Expand Up @@ -85,4 +85,4 @@ <h2>Resources</h2>
</ul>
</section>
</body>
</html>
</html>