Closed (fixed)
Project:
Tables Filter Module
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
11 Nov 2010 at 07:39 UTC
Updated:
9 Dec 2010 at 23:28 UTC
We love the Drupal table module. However It comes without table summary. We need table summary for
1. SEO
2. barrier free usability: screenreaders use the summary tag
3. Validated code. Without table summary, tables do not validate in the w3c checker.
We have implemented this feature through patch on a client website http://joint-surgeon.com/orthopedic-services/price-list
Please find the patched version of the Drupal 6.x table module with table summary feature attached to this thread.
How do you use it?
Write the table summary after the table class in the first line of the table:
[table=js-table summary="yoursummary" firstcolumn | etc
| Comment | File | Size | Author |
|---|---|---|---|
| tables.zip | 5.19 KB | arlmedia |
Comments
Comment #1
realityloop commentedThanks for the code, Added to 6.x-1.2