Improve A11Y of timeline. Show TS & Actions on focus-within
This commit is contained in:
parent
db0e643f4d
commit
fd4cdd0dec
6 changed files with 18 additions and 6 deletions
|
@ -180,7 +180,8 @@ export default class MessageActionBar extends React.PureComponent {
|
|||
/>;
|
||||
}
|
||||
|
||||
return <div className="mx_MessageActionBar">
|
||||
// aria-live=off to not have this read out automatically as navigating around timeline, gets repetitive.
|
||||
return <div className="mx_MessageActionBar" role="toolbar" aria-label={_t("Message Actions")} aria-live="off">
|
||||
{reactButton}
|
||||
{replyButton}
|
||||
{editButton}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue