#4311 closed enhancement (invalid)
table wp-calendar should include summary atribute
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | lowest | |
Severity: | trivial | Version: | 2.2.1 |
Component: | General | Keywords: | |
Focuses: | Cc: |
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.
We already set summary="Calendar"...