From: <var...@us...> - 2010-11-09 13:25:18
|
Revision: 7733 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=7733&view=rev Author: vargenau Date: 2010-11-09 13:25:11 +0000 (Tue, 09 Nov 2010) Log Message: ----------- Add explanation about <thead> Modified Paths: -------------- trunk/pgsrc/Help%2FMediawikiTablePlugin Modified: trunk/pgsrc/Help%2FMediawikiTablePlugin =================================================================== --- trunk/pgsrc/Help%2FMediawikiTablePlugin 2010-11-09 13:20:16 UTC (rev 7732) +++ trunk/pgsrc/Help%2FMediawikiTablePlugin 2010-11-09 13:25:11 UTC (rev 7733) @@ -1,4 +1,4 @@ -Date: Mon, 8 Nov 2010 10:51:04 +0000 +Date: Tue, 9 Nov 2010 14:24:02 +0000 Mime-Version: 1.0 (Produced by PhpWiki 1.4.0RC1) X-Rcs-Id: $Id$ Content-Type: application/x-phpwiki; @@ -25,6 +25,9 @@ You can also simply put the summary as an attribute to the table. The summary is necessary to be able to create accessible tables. +If the first row of the table as made with header cells only, this row will be put in a //thead//. +In that case, this row will be repeated on every page when printing the table. + === HTML attributes === {| class="bordered" This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |