NEW Add tabindex="-1" to comment submission message for a11y support

This commit is contained in:
Garion Herman 2019-06-28 15:56:09 +12:00
parent f65f5b5697
commit 67167c0809

View File

@ -7,7 +7,7 @@
<% if $AddCommentForm %>
<% if $canPostComment %>
<% if $ModeratedSubmitted %>
<p id="moderated" class="message good"><% _t('CommentsInterface_ss.AWAITINGMODERATION', 'Your comment has been submitted and is now awaiting moderation.') %></p>
<p id="moderated" class="message good" tabindex="-1"><% _t('CommentsInterface_ss.AWAITINGMODERATION', 'Your comment has been submitted and is now awaiting moderation.') %></p>
<% end_if %>
$AddCommentForm
<% else %>