We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aria-live
1 parent 2c06615 commit 253c034Copy full SHA for 253c034
templates/zerver/app/home.html
@@ -124,9 +124,9 @@ <h4>{{ _("You haven't been mentioned yet!") }}</h4>
124
<div id="empty_search_narrow_message" class="empty_feed_notice">
125
<h4>{{ _('Nobody has talked about that yet!') }}</h4>
126
</div>
127
- <div class="message_table focused_table" id="zhome">
+ <div class="message_table focused_table" id="zhome" role="region" aria-live="polite" aria-label="{{ _('Messages') }}">
128
129
- <div class="message_table" id="zfilt">
+ <div class="message_table" id="zfilt" role="region" aria-live="polite" aria-label="{{ _('Messages') }}">
130
131
<div id="typing_notifications">
132
0 commit comments