File tree Expand file tree Collapse file tree 1 file changed +1
-8
lines changed
packages/interface/src/components/interface-skeleton Expand file tree Collapse file tree 1 file changed +1
-8
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments