A11Y: Make the views column in topics lists tabbable
This commit is contained in:
parent
bc54b0055c
commit
771dddb711
|
@ -73,7 +73,7 @@
|
|||
</td>
|
||||
{{/if}}
|
||||
|
||||
<td class="num views {{topic.viewsHeat}} topic-list-data">
|
||||
<td class="num views {{topic.viewsHeat}} topic-list-data" aria-label='{{i18n "views_long" count=topic.views}}' tabindex="0">
|
||||
{{raw-plugin-outlet name="topic-list-before-view-count"}}
|
||||
{{number topic.views numberKey="views_long"}}
|
||||
</td>
|
||||
|
|
|
@ -3550,7 +3550,7 @@ en:
|
|||
sr_replies: "Sort by replies"
|
||||
views_long:
|
||||
one: "this topic has been viewed %{count} time"
|
||||
other: "this topic has been viewed %{number} times"
|
||||
other: "this topic has been viewed %{count} times"
|
||||
activity: "Activity"
|
||||
sr_activity: "Sort by activity"
|
||||
likes: "Likes"
|
||||
|
|
Loading…
Reference in New Issue