https://bugzilla.wikimedia.org/show_bug.cgi?id=8028
--- Comment #27 from DieBuche <[email protected]> 2011-07-07 07:53:05 UTC --- (In reply to comment #26) > Way up top there's a mention of the idea that fixing bug 4740 (support for > thead, tbody, tfoot elements of table) would allow that to be resolved -- I > think by letting folks group each set of rows into a separate <tbody>, and > sorting within each one...? Currently you can specify tfoot and thead, but not tbodies: Any number of rows that's not separated by a thead is wrapped by a tbody. I don't really see the need for a new syntax for tbodies since the problem is trivial to solve: Just split it into seperate tables. You could even style them with margin:0 to make them look like only one... -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
