[wp-trac] [WordPress Trac] #4311: table wp-calendar should include
summary atribute
WordPress Trac
wp-trac at lists.automattic.com
Tue May 22 00:15:02 GMT 2007
#4311: table wp-calendar should include summary atribute
-------------------------+--------------------------------------------------
Reporter: don_ousian | Owner: anonymous
Type: enhancement | Status: new
Priority: low | Milestone: 2.3
Component: General | Version: 2.3
Severity: normal | Keywords:
-------------------------+--------------------------------------------------
As a part of Web Content Accessibility Guidelines 1.0,
content generatos should provide summaries for tables.
[http://www.w3.org/TR/WAI-WEBCONTENT-TECHS/#tech-table-summaries 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.
--
Ticket URL: <http://trac.wordpress.org/ticket/4311>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list