Skip to content

Commit 295bcb6

Browse files
committed
chore: screenreaders incorrectly annouce header elements as main landmark
Closes: INSTUI-4245
1 parent f9181aa commit 295bcb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/__docs__/src/App/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,6 @@ class App extends Component<AppProps, AppState> {
748748
<div
749749
css={this.props.styles?.content}
750750
aria-label={key || docsData.library.name}
751-
role="main"
752751
ref={this.handleContentRef}
753752
>
754753
{!showMenu && (

0 commit comments

Comments
 (0)