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:
parent
daa581d8f2
commit
2e77cc86fc
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue