Ticket #1585 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Added `summary' field to table generated by get_calendar() to comply with WAI checkpoint 5.5

Reported by: littleram Assigned to: rob1n
Priority: normal Milestone: 2.2
Component: General Version: 2.1
Severity: trivial Keywords: has-patch commit
Cc:

Description

The W3C Web Accessibility Guidelines require <table> tags to have a summary field summarizing the table contents.

More info can be found here: http://www.w3.org/TR/1999/WAI-WEBCONTENT-19990505/#tech-table-summaries

Attachments

get_calendar.txt (7.7 kB) - added by littleram on 08/14/05 14:17:04.
contains fixed version of get_calendar();
template-functions-general.16.php.diff (0.9 kB) - added by markjaquith on 08/14/05 21:59:57.
Patch for 1.6 SVN
1585.diff (492 bytes) - added by rob1n on 02/21/07 07:27:23.
1585-round2.diff (0.5 kB) - added by rob1n on 02/23/07 01:04:32.
Adds back in the ".

Change History

08/14/05 14:17:04 changed by littleram

  • attachment get_calendar.txt added.

contains fixed version of get_calendar();

08/14/05 14:18:20 changed by littleram

  • priority changed from low to normal.

08/14/05 21:59:57 changed by markjaquith

  • attachment template-functions-general.16.php.diff added.

Patch for 1.6 SVN

08/14/05 22:00:15 changed by markjaquith

  • keywords set to bg|has-patch bg|dev-feedback.
  • owner changed from anonymous to markjaquith.
  • status changed from new to assigned.

09/05/05 21:57:28 changed by markjaquith

  • version changed from 1.5 to 1.5.2.

11/13/05 03:15:27 changed by matt

  • milestone changed from 1.6 to 2.1.

11/29/06 22:49:27 changed by matt

  • milestone changed from 2.1 to 2.2.

02/21/07 07:27:23 changed by rob1n

  • attachment 1585.diff added.

02/21/07 07:28:47 changed by rob1n

  • keywords changed from bg|has-patch bg|dev-feedback to has-patch dev-feedback.
  • owner changed from markjaquith to rob1n.
  • version changed from 1.5.2 to 2.1.
  • status changed from assigned to new.

Added patch for current SVN (r4904).

02/21/07 07:28:54 changed by rob1n

  • status changed from new to assigned.

02/21/07 07:33:11 changed by rob1n

  • keywords changed from has-patch dev-feedback to has-patch commit.

02/23/07 00:53:35 changed by ryan

  • status changed from assigned to closed.
  • resolution set to fixed.

(In [4921]) Provide summary for calendar. Props littleram and rob1n. fixes #1585

02/23/07 01:00:27 changed by Nazgul

  • status changed from closed to reopened.
  • resolution deleted.

The patch introduced a bug. The closing " for the summary attribute is missing.

02/23/07 01:02:02 changed by rob1n

OMG as they say. Patch coming right up.

Good eye, Nazgul.

02/23/07 01:04:32 changed by rob1n

  • attachment 1585-round2.diff added.

Adds back in the ".

02/23/07 01:05:11 changed by rob1n

Okay, new patch applies ON TOP of existing changes. Just to make sure :).

02/23/07 01:06:01 changed by ryan

  • status changed from reopened to closed.
  • resolution set to fixed.

(In [4924]) Fix typo. Props rob1n. fixes #1585