#26560 closed defect (bug) (wontfix)
Remove title attributes: rss.php
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Feeds | Keywords: | has-patch, needs-testing, dev-feedback, title-attribute |
Focuses: | accessibility, docs | Cc: |
Description (last modified by )
Related: #24766
// rss.php wp_rss() get_rss()
Attachments (2)
Change History (15)
#5
@
9 years ago
- Keywords needs-patch added; 2nd-opinion removed
- Milestone changed from Awaiting Review to Future Release
#7
@
9 years ago
- Keywords has-patch needs-docs added; needs-patch removed
The filter added in 26560.diff will need hook documentation.
#8
@
9 years ago
- Keywords needs-refresh added; has-patch removed
The default title
attribute should also be removed, as per the intent of the ticket.
#9
@
9 years ago
- Keywords has-patch needs-testing added; needs-docs needs-refresh removed
26560.2.patch refreshes 26560.diff, adds the hook documentation, and removes the title attribute as per the intent of the ticket.
This ticket was mentioned in Slack in #accessibility by afercia. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
These both add additional information to the output. Perhaps we should add a filter so that the format of this output can be customized, so the description info can be shown in a more accessible way.