Skip to content

Commit 4eca894

Browse files
committed
Fix(a11y): add aria-busy on menu
1 parent 8f0108e commit 4eca894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/my-card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ class myCard extends HTMLElement {
181181
)}</div>&nbsp;
182182
<time>${data.time}</time>
183183
</section>
184-
<div class="card__share" tabindex="-1" role="menu">
184+
<div class="card__share" tabindex="-1" role="menu" aria-busy="true">
185185
<div class="card__social card__fix--width">
186186
<a role="menuitem" id="${data.linkMenu1.id}" tabindex="0" class="${
187187
data.linkMenu1.cssClass

0 commit comments

Comments
 (0)