#26561 closed defect (bug) (fixed)
Remove title attributes: general-template.php
| Reported by: | joedolson | Owned by: | SergeyBiryukov |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.0 |
| Component: | Posts, Post Types | Version: | |
| Severity: | normal | Keywords: | has-patch, title-attribute |
| Cc: | Focuses: | accessibility, template |
Description (last modified by )
Related: #24766
// general-template.php get_calendar()
Attachments (1)
Change History (10)
This ticket was mentioned in IRC in #wordpress-dev by jessepollak. View the logs.
12 years ago
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
What I'd like to change in this, in addition to the prev/next links handled in the attached patch, is the <th> title for day names. That should really be an <abbr> element wrapping the day name, rather than a title on the table heading cell. That would potentially have an impact on output, so probably should be discussed.
I left the title attributes on the day links with post titles, because that seems like valuable added information. Usual caveat, should be expressed in an accessible way, etc., but still needs to be provided.