Skip to content

Commit db17241

Browse files
committed
Don't mark notices container as landmark region
1 parent 0d734ac commit db17241

File tree

1 file changed

+1
-8
lines changed
  • packages/interface/src/components/interface-skeleton

1 file changed

+1
-8
lines changed

packages/interface/src/components/interface-skeleton/index.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,6 @@ function InterfaceSkeleton(
5454
drawer: __( 'Drawer' ),
5555
/* translators: accessibility text for the top bar landmark region. */
5656
header: __( 'Header' ),
57-
/* translators: accessibility text for the notices landmark region. */
58-
notices: __( 'Notices' ),
5957
/* translators: accessibility text for the content landmark region. */
6058
body: __( 'Content' ),
6159
/* translators: accessibility text for the secondary sidebar landmark region. */
@@ -112,12 +110,7 @@ function InterfaceSkeleton(
112110
</div>
113111
) }
114112
{ !! notices && (
115-
<div
116-
className="interface-interface-skeleton__notices"
117-
role="region"
118-
aria-label={ mergedLabels.notices }
119-
tabIndex="-1"
120-
>
113+
<div className="interface-interface-skeleton__notices">
121114
{ notices }
122115
</div>
123116
) }

0 commit comments

Comments
 (0)