-
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
ContentOnly: Improve the image block toolbar controls within contentOnly locking #64727
Comments
There's also a PR here that could be an option to revive - WIP: Try surfacing content inspector controls for contentOnly inner blocks It allows for alt and other controls to be moved back to the block inspector. |
We use "Alternative Text" in other areas, and in the Media Library have both Alternative Text and Description fields. I think Alt text and description are separate things (while confusing, I don't know what description is used for in the media library). So, probably best to rely on Alt or alternative text. What @talldan said about surfacing inspector controls for contentOnly blocks is probably best overall though. |
Maybe—it's an interesting exploration. But it kinda takes the simplicity out of contentOnly mode, as you'd have another navigation tree to take note of. |
Yea, I'm curious if using "Description" in lieu of "Alternative text" would result in more people understanding what it is, how to use it, and what to do with it (not just here in this control). "Add alternative text" is likely not as understandable as "Add description" for the majority of users. |
I'm cool with making it "Add alternative text" for now to get this unblocked though. |
I think you're spot on that this is an opportunity for us to educate the user though. I think titling it Alt Text and then explaining that it's a description. This is what we already do in the sidebar. I checked the description link, and it goes to this technical document. I wish we linked to a resource that was simpler and straightforward. I imagine no one reads this. |
Do you want it to just be "Alternative text"? Otherwise we'll need to check if its empty ("Add alternative text ") or has text ("Edit alternative text"). |
If the above four PRs are merged, this issue can get closed. |
Yea, it's not great. |
The current implementation of image blocks with contentOnly locking needs a bit of attention.
Here's what I'm proposing:
title
attribute is present on the block already. Otherwise it's confusing. It's an advanced item in the Inspector already anyhow.Current
Proposed
The text was updated successfully, but these errors were encountered: