Issue status update for http://drupal.org/node/28777 Post a follow up: http://drupal.org/project/comments/add/28777 Project: Drupal Version: cvs Component: theme system Category: tasks Priority: normal Assigned to: drumm Reported by: drumm Updated by: Dries -Status: fixed +Status: patch (code needs review) Never mind my previous comment. Attached it to the wrong issue. Dries Previous comments: ------------------------------------------------------------------------ Fri, 12 Aug 2005 21:44:31 +0000 : drumm Attachment: http://drupal.org/files/issues/theme.inc_2.diff (1.26 KB) For extra accessibility and semanticity we should throw in a thead tag if there is a header row and always put in a tbody tag. ------------------------------------------------------------------------ Wed, 31 Aug 2005 13:57:55 +0000 : Zach Harkey +1 on the direction. But we also need to add TFOOT. All themed tables should have the ability to add THEAD [1],TFOOT [2], and TBODY [3] to support true semantic table building. [1] http://www.htmlhelp.com/reference/html40/tables/thead.html [2] http://www.htmlhelp.com/reference/html40/tables/tfoot.html [3] http://www.htmlhelp.com/reference/html40/tables/tbody.html ------------------------------------------------------------------------ Tue, 06 Sep 2005 20:33:13 +0000 : Dries Committed to HEAD. Thanks. Maybe look into http://drupal.org/node/28777 next?