Merge pull request #13906 from KDSBrowne/bbb2.4-13807

fix(accesibility): Add Region Roles for Screen Reader Navigation
This commit is contained in:
Anton Georgiev 2021-12-13 09:19:29 -05:00 committed by GitHub
commit f06f4def4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 0 deletions

View File

@ -355,6 +355,7 @@ class App extends Component {
return (
<div
role="region"
className={styles.captionsWrapper}
style={
{
@ -382,6 +383,7 @@ class App extends Component {
return (
<section
role="region"
className={styles.actionsbar}
aria-label={intl.formatMessage(intlMessages.actionsBarLabel)}
aria-hidden={this.shouldAriaHide()}

View File

@ -854,6 +854,7 @@ class Presentation extends PureComponent {
return (
<div
role="region"
ref={(ref) => { this.refPresentationContainer = ref; }}
className={styles.presentationContainer}
style={{

View File

@ -249,6 +249,7 @@ const WebcamComponent = ({
>
<div
id="cameraDock"
role="region"
className={draggableClassName}
draggable={cameraDock.isDraggable && !isFullscreen ? 'true' : undefined}
style={{