Skip to content

Commit

Permalink
Revert aria-labels on iframe and writing flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jeryj committed Jun 14, 2024
1 parent fb35537 commit d365ac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion packages/block-editor/src/components/block-canvas/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export function ExperimentalBlockCanvas( {
scope=".editor-styles-wrapper"
/>
<WritingFlow
aria-label="Block Editor"
ref={ contentRef }
className="editor-styles-wrapper"
tabIndex={ -1 }
Expand Down
1 change: 0 additions & 1 deletion packages/block-editor/src/components/iframe/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,6 @@ function Iframe( {
/* eslint-disable-next-line jsx-a11y/no-noninteractive-element-interactions */
<body
ref={ bodyRef }
aria-label="Block Editor"
className={ clsx(
'block-editor-iframe__body',
'editor-styles-wrapper',
Expand Down

0 comments on commit d365ac9

Please sign in to comment.