Skip to content

Commit

Permalink
Added aria-live='polite'
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Jan 16, 2024
1 parent 80bf229 commit f915e1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/volto/src/components/manage/Contents/Contents.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ class Contents extends Component {
return this.props.token && this.props.objectActions?.length > 0 ? (
<>
{folderContentsAction ? (
<Container id="page-contents" className="folder-contents">
<Container id="page-contents" className="folder-contents" aria-live="polite">

Check failure on line 1194 in packages/volto/src/components/manage/Contents/Contents.jsx

View workflow job for this annotation

GitHub Actions / ESlint

Replace `·id="page-contents"·className="folder-contents"·aria-live="polite"` with `⏎············id="page-contents"⏎············className="folder-contents"⏎············aria-live="polite"⏎··········`
<Dimmer.Dimmable as="div" blurring dimmed={loading}>
<Dimmer active={loading} inverted>
<Loader indeterminate size="massive">
Expand Down
2 changes: 1 addition & 1 deletion packages/volto/src/components/theme/View/TabularView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const TabularView = ({ content }) => {
)}
</header>
<section id="content-core">
<Table celled padded>
<Table celled padded aria-live="polite">
<Table.Header>
<Table.Row>
<Table.HeaderCell>
Expand Down

0 comments on commit f915e1f

Please sign in to comment.