Last modified: 2010-12-10 22:01:03 UTC
If editing <a href="http://en.wikipedia.org/wiki/ITU_prefix/Grid_chart">a complicated table </a>, when using a WYSIWG editor such as the one built in to Netscape (If you look at the format of the table you'll see why editing such a table by hand was painful and why you really would <i>not</i> want to edit that table that way!), Netscape will generate a <tbody> code before the table code, and generate a </tbody> code after the table code. I believe these html codes are harmless, and allowing them to pass through without filtering will not cause any problems or provide security issues. I therefore respectfully request that the html codes <tbody> and </tbody> be allowed by the Wikimedia software without filtering. Sincerely Paul Robinson
Also, enabling <tfoot> would be greatly appreciated, as it would allow users to automatically insert some text at the bottom of their talk pages, without having the "+" button push things below it.
See also Bug 4740: thead, tbody, tfoot for wikitable syntax.
We could toss thead, tbody, and tfoot into the table whitelist in Sanitizer::removeHTMLtags... to do it right one would need to expend extra effort to ensure nesting is correct, though. (Or else leave it to Tidy...)
*** Bug 24274 has been marked as a duplicate of this bug. ***
*** This bug has been marked as a duplicate of bug 4740 ***