#4311 closed enhancement (invalid)
table wp-calendar should include summary atribute
| Reported by: | don_ousian | Owned by: | rob1n |
|---|---|---|---|
| Priority: | lowest | Milestone: | |
| Component: | General | Version: | 2.2.1 |
| Severity: | trivial | Keywords: | |
| Cc: | Focuses: |
Description
As a part of Web Content Accessibility Guidelines 1.0,
content generatos should provide summaries for tables.
WCAG checkpoint 5.5
I often try to make my blog accesible enough, and since version 1.0.something
I've modified this little piece of code by myself. It'll only afect wcag level 3.
It's just something like:
echo '<table id="wp-calendar" summary="_e(whatever...)"> ... in general-template.php:497.
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
We already set summary="Calendar"...