Skip to content

Commit 434e8b7

Browse files
patrickhlaukekfranqueiro
authored andcommitted
Update techniques/aria/ARIA23.html
1 parent cd46c0b commit 434e8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

techniques/aria/ARIA23.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ <h3>Updating the contents of a chat conversation</h3>
4040
</section>
4141
<section class="example">
4242
<h3>Updating the log of a server</h3>
43-
<p>An application log records time-stamped activities. The log is exposed in the app as a view, with the region marked with the role of <code>log</code> so that the new additions are announced by the ATs. (The default value for the <code>aria-relevant</code> attribute is "additions", so the removal of the old top entries due to log size limitations will not be announced.) When each new log entry is added, a screen reader announces it.</p>
43+
<p>An application log records time-stamped activities. The log is exposed in the app as a view, with the region marked with <code>role="log"</code> so that the new additions are announced by the ATs. (The default value for the <code>aria-relevant</code> attribute is "additions", so the removal of the old top entries due to log size limitations will not be announced.) When each new log entry is added, a screen reader announces it.</p>
4444
<pre xml:space="preserve"><code class="language-html">&lt;div id="activityLog" role="log"&gt;
4545
&lt;h4 id="logHeading"&gt;Recent activity&lt;/h4&gt;
4646
&lt;ul id="logentries""&gt;

0 commit comments

Comments
 (0)