Add aria-live to network status area, left pane, and timeline
This commit is contained in:
parent
18d6582466
commit
3215be7849
3 changed files with 4 additions and 4 deletions
|
@ -171,7 +171,7 @@ export class LeftPane extends React.Component<PropsType> {
|
|||
// it re-renders when our conversation data changes. Otherwise it would just render
|
||||
// on startup and scroll.
|
||||
const list = (
|
||||
<div className="module-left-pane__list" key={listKey}>
|
||||
<div className="module-left-pane__list" key={listKey} aria-live="polite">
|
||||
<AutoSizer>
|
||||
{({ height, width }) => (
|
||||
<List
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue