Opened 16 years ago
Closed 16 years ago
#12116 closed defect (bug) (duplicate)
Calendar output does not pass HTML5 validation
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Widgets | Keywords: | has-patch |
| Focuses: | Cc: |
Description
Because of a summary attribute on the table element, and abbr attributes on the th and td elements, the output of get_calendar fails if the theme is HTML5. Since the new default theme with 3.0 is in HTML5, this would be a good fix to go with it.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch removes summary attribute from calendar table element, abbr attributes from calendar th and td elements.