-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add aria label to images in Gallery block during edit mode. #11466
Conversation
Thank you! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
packages/block-library/CHANGELOG.md
Outdated
@@ -1,3 +1,9 @@ | |||
## 2.1.8 (unreleased) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it's a new feature, it should be 2.2.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I wasn't sure as it is a small non breaking change, more of a small enhancement. Will change this tonight.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me! I upped the version number so I'm just going to merge this; thanks! 👍
Fixes #11396
Description
Adds in an aria label to images in a Gallery Block during edit mode, making it easier to understand which image you are focusing while cycling through them.
How has this been tested?
Manual testing with various screen readers.
Checklist: