#26559 closed enhancement (fixed)
Remove title attributes: author-template.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 3.9 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Users | Keywords: | has-patch, 2nd-opinion, title-attribute |
Focuses: | accessibility, template | Cc: |
Description (last modified by )
Related: #24766
// author-template.php get_the_author_link() the_author_posts_link() wp_list_authors()
Attachments (1)
Change History (13)
#5
@
11 years ago
- Component changed from Template to Users
- Focuses template added
- Milestone changed from Awaiting Review to 3.9
#7
@
11 years ago
- Keywords 2nd-opinion added
- Milestone changed from 3.9 to Future Release
- Type changed from defect (bug) to enhancement
[27593] removes the redundant title
attribute from wp_list_authors()
(the title simply mirrors the link text) but leaves the other changes in 26559.patch. Those titles aren't a lot of use but they are different from the link text. Should they stay or should they go?
#8
@
10 years ago
The screenshot below highlights what's left in this ticket. As I see it, some of these title attributes clarify and better describe the link's destination but this would depend on context and the way they're used. Not sure they can be removed. Maybe we should give theme's authors a dedicated function argument?
#9
@
9 years ago
Would like to come to a decision here, thinking we have 2 options:
- provide an additional argument, something like
output_title_attr
which defaults to true - close this ticket :)
Any thoughts welcome.
Note: See
TracTickets for help on using
tickets.
None of these appear to contribute anything of value.