summaryrefslogtreecommitdiff
path: root/src/templates/pad.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/pad.html')
-rw-r--r--src/templates/pad.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/pad.html b/src/templates/pad.html
index c18a67d9..32cf7296 100644
--- a/src/templates/pad.html
+++ b/src/templates/pad.html
@@ -332,7 +332,7 @@
<a id="titlecross" onClick="chat.hide();return false;">-&nbsp;</a>
<a id="titlesticky" onClick="chat.stickToScreen(true);$('#options-stickychat').prop('checked', true);return false;" title="Stick chat to screen">█&nbsp;&nbsp;</a>
</div>
- <div id="chattext" class="authorColors">
+ <div id="chattext" class="authorColors" aria-live="polite" aria-relevant="additions removals text" role="log" aria-atomic="false">
<div alt="loading.." id="chatloadmessagesball" class="chatloadmessages loadingAnimation" align="top"></div>
<button id="chatloadmessagesbutton" class="chatloadmessages" data-l10n-id="pad.chat.loadmessages"></button>
</div>