Make WordPress Core

Opened 19 years ago

Closed 19 years ago

Last modified 2 years ago

#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)

#1 @rob1n
19 years ago

  • Owner changed from anonymous to rob1n
  • Priority lowlowest
  • Severity normaltrivial
  • Status newassigned
  • Version 2.32.2.1

#2 @rob1n
19 years ago

We already set summary="Calendar"...

#3 @rob1n
19 years ago

  • Milestone 2.3
  • Resolutioninvalid
  • Status assignedclosed

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.