Skip to content

Commit

Permalink
Image: Add aria-haspopup prop write mode more tools menu items (W…
Browse files Browse the repository at this point in the history
…ordPress#66815)

Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: talldan <[email protected]>
  • Loading branch information
3 people authored Nov 8, 2024
1 parent 457fcf8 commit 54aaec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/block-library/src/image/image.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ function ContentOnlyControls( {
setIsAltDialogOpen( true );
onClose();
} }
aria-haspopup="dialog"
>
{ _x(
'Alternative text',
Expand All @@ -146,6 +147,7 @@ function ContentOnlyControls( {
setIsTitleDialogOpen( true );
onClose();
} }
aria-haspopup="dialog"
>
{ __( 'Title text' ) }
</MenuItem>
Expand Down

0 comments on commit 54aaec6

Please sign in to comment.