Make WordPress Core

Opened 18 years ago

Closed 18 years ago

Last modified 16 months ago

#4311 closed enhancement (invalid)

table wp-calendar should include summary atribute

Reported by: don_ousian's profile don_ousian Owned by: rob1n's profile rob1n
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)

#1 @rob1n
18 years ago

  • Owner changed from anonymous to rob1n
  • Priority changed from low to lowest
  • Severity changed from normal to trivial
  • Status changed from new to assigned
  • Version changed from 2.3 to 2.2.1

#2 @rob1n
18 years ago

We already set summary="Calendar"...

#3 @rob1n
18 years ago

  • Milestone 2.3 deleted
  • Resolution set to invalid
  • Status changed from assigned to closed

We already set it to a translated "Calendar." If you want it to be more, open this ticket again with more specific information.

Note: See TracTickets for help on using tickets.