aria
This commit is contained in:
parent
35fea49bd0
commit
c47bfe53ff
1 changed files with 1 additions and 1 deletions
|
|
@ -12,13 +12,13 @@
|
||||||
<article
|
<article
|
||||||
class="NotificationParent"
|
class="NotificationParent"
|
||||||
:class="{ '-expandable': expandable }"
|
:class="{ '-expandable': expandable }"
|
||||||
:aria-controls="'notif-' +notification.id"
|
|
||||||
v-else
|
v-else
|
||||||
>
|
>
|
||||||
<div
|
<div
|
||||||
v-if="needMute && !unmuted"
|
v-if="needMute && !unmuted"
|
||||||
:id="'notif-' +notification.id"
|
:id="'notif-' +notification.id"
|
||||||
:aria-expanded="statusExpanded"
|
:aria-expanded="statusExpanded"
|
||||||
|
:aria-controls="'notif-' +notification.id"
|
||||||
class="Notification container -muted"
|
class="Notification container -muted"
|
||||||
>
|
>
|
||||||
<small>
|
<small>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue