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
|
@ -306,7 +306,7 @@ export class SearchResults extends React.Component<PropsType> {
|
|||
}
|
||||
|
||||
return (
|
||||
<div className="module-search-results">
|
||||
<div className="module-search-results" aria-live="polite">
|
||||
<AutoSizer>
|
||||
{({ height, width }) => {
|
||||
this.mostRecentWidth = width;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue