mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
NEW Add tabindex="-1" to comment submission message for a11y support
This commit is contained in:
parent
f65f5b5697
commit
67167c0809
@ -7,7 +7,7 @@
|
|||||||
<% if $AddCommentForm %>
|
<% if $AddCommentForm %>
|
||||||
<% if $canPostComment %>
|
<% if $canPostComment %>
|
||||||
<% if $ModeratedSubmitted %>
|
<% 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 %>
|
<% end_if %>
|
||||||
$AddCommentForm
|
$AddCommentForm
|
||||||
<% else %>
|
<% else %>
|
||||||
|
Loading…
Reference in New Issue
Block a user