Silence some widgets for better screen reader presentation. (#7057)
This commit is contained in:
parent
d61a83a7b9
commit
022588fe06
4 changed files with 5 additions and 1 deletions
|
@ -150,6 +150,7 @@ const BaseAvatar = (props: IProps) => {
|
|||
return (
|
||||
<AccessibleButton
|
||||
aria-label={_t("Avatar")}
|
||||
aria-live="off"
|
||||
{...otherProps}
|
||||
element="span"
|
||||
className={classNames("mx_BaseAvatar", className)}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue