Skip to content

Commit c98610a

Browse files
[A11y bugfix] reaction item aria narration (#4635)
* add aria-label * Change files
1 parent 06bf550 commit c98610a

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "A11y",
5+
"comment": "Add reaction items narratro strings",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"type": "patch",
3+
"area": "fix",
4+
"workstream": "A11y",
5+
"comment": "Add reaction items narratro strings",
6+
"packageName": "@azure/communication-react",
7+
"email": "[email protected]",
8+
"dependentChangeType": "patch"
9+
}

packages/react-components/src/components/ReactionButton.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ export const ReactionButton = (props: ReactionButtonProps): JSX.Element => {
133133
dismissMenu();
134134
}}
135135
className={classname}
136+
ariaLabel={emojiButtonTooltip.get(emoji)}
136137
/>
137138
</TooltipHost>
138139
);

0 commit comments

Comments
 (0)