Skip to content

Commit 174f472

Browse files
vogtnbeth-panx
andauthored
adding role value to presence to pass accessibility scan (#1257)
Co-authored-by: Beth Pan <[email protected]>
1 parent 10e98e4 commit 174f472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mgt-components/src/components/mgt-person/mgt-person.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ export class MgtPerson extends MgtTemplatedComponent {
737737
}
738738

739739
return html`
740-
<div class="user-presence" title=${presence.activity} aria-label=${presence.activity}>
740+
<div class="user-presence" title=${presence.activity} aria-label=${presence.activity} role="img">
741741
${iconHtml}
742742
</div>
743743
`;

0 commit comments

Comments
 (0)