Skip to content
Snippets Groups Projects
Unverified Commit b718c0c7 authored by tusooa's avatar tusooa :zap:
Browse files

Use feed role for notifs and timelines

parent 17aa5031
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1679Fix accessibility regressions
......@@ -52,7 +52,7 @@
</div>
<div
class="panel-body"
role="list"
role="feed"
>
<div
v-for="notification in notificationsToDisplay"
......
......@@ -79,7 +79,7 @@
<div
ref="timeline"
class="timeline"
role="list"
role="feed"
>
<conversation
v-for="statusId in filteredPinnedStatusIds"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment