Revert "A11Y: Make the views column in topics lists tabbable" (#16321)

This partially reverts commit 771dddb711.

This was a mistake; non-interactive element should not be included in tab navigation.
This commit is contained in:
Osama Sayegh 2022-03-30 17:50:28 +03:00 committed by GitHub
parent daa581d8f2
commit 2e77cc86fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@
</td> </td>
{{/if}} {{/if}}
<td class="num views {{topic.viewsHeat}} topic-list-data" aria-label='{{i18n "views_long" count=topic.views}}' tabindex="0"> <td class="num views {{topic.viewsHeat}} topic-list-data">
{{raw-plugin-outlet name="topic-list-before-view-count"}} {{raw-plugin-outlet name="topic-list-before-view-count"}}
{{number topic.views numberKey="views_long"}} {{number topic.views numberKey="views_long"}}
</td> </td>