Image alternative text presence should be conveyed to the user #12268
Labels
domain:accessibility
This issue reports an accessibility problem.
domain:ui/ux
This issue reports a problem related to UI or UX.
intro
Good first ticket.
package:image
squad:features
Issue to be handled by the Features team.
type:bug
This issue reports a buggy (incorrect) behavior.
Milestone
📝 Provide detailed reproduction steps (if any)
Currently the end user has no idea whether an alternative text is applied to a certain image or not.
✔️ Expected result
The fact that the image has an alternative text should be conveyed to the user with UI.
In addition to that let's change the button name to "Image text alternative".
❌ Actual result
No information is present.
❓ Possible solution
IMO just marking the UI button as
isOn
would be sufficient and consistent with how ImageCaption, TableCaption and the alikes are doing this:For describing link state we even go extra mile. Not only we're setting
isOn
totrue
on link button, but there's this little "status" icon in the top-right corner of the image:📃 Other details
If you'd like to see this fixed sooner, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: