#26561 closed defect (bug) (fixed)
Remove title attributes: general-template.php
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 4.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Posts, Post Types | Keywords: | has-patch, title-attribute |
Focuses: | accessibility, template | Cc: |
Description (last modified by )
Related: #24766
// general-template.php get_calendar()
Attachments (1)
Change History (10)
Note: See
TracTickets for help on using
tickets.
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.