#35076 closed defect (bug) (fixed)
Remove title attributes: the Featured Image postbox
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.5 | Priority: | normal |
Severity: | normal | Version: | 4.4 |
Component: | Media | Keywords: | has-patch, has-screenshots, title-attribute |
Focuses: | ui, accessibility | Cc: |
Description
See related #24766 and all the following tickets about title attributes.
When a post has a featured image set, the image link has a title attribute that says "Set featured image".
If this is a relevant information, it should be shown in plain text in the interface otherwise should be just removed.
Additionally, the focus style can be improved. See screenshot:
Attachments (3)
Change History (12)
#1
@
9 years ago
- Keywords has-patch has-screenshots added
- Owner set to afercia
- Status changed from new to assigned
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
9 years ago
#3
@
9 years ago
I'm not sure we need a new label here.
The point of #19257 was to allow CPTs to rename "Featured image" to something else. But "Click the image to edit or update" is pretty generic and should not depend on the post type (it's still an image, after all).
We could add the label later in a separate ticket if someone makes a request for that.
#5
@
9 years ago
Refreshed patch: removes the useless new post label in favor of a plain translatable string.
First pass:
items_list_navigation
howto
paragraph, as done for example in Tags postboxSee screenshot with the patch applied:
About the new paragraph, open to suggestions for a better wording. Any thoughts more than welcome.