Skip to content

Commit

Permalink
Add aria-modal="true" to URLPopover
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Jul 4, 2024
1 parent 1e9c397 commit 4483baa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/block-editor/src/components/url-popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ const URLPopover = forwardRef(
<Popover
ref={ ref }
role="dialog"
aria-modal="true"
aria-label={ __( 'Edit URL' ) }
className="block-editor-url-popover"
focusOnMount={ focusOnMount }
Expand Down

0 comments on commit 4483baa

Please sign in to comment.