[Bug 13174] Allow block elements inside TH, maybe add new THCAPTION element

http://www.w3.org/Bugs/Public/show_bug.cgi?id=13174

--- Comment #4 from Aryeh Gregor <ayg@aryeh.name> 2011-08-10 01:42:06 UTC ---
Another case where you might want flow content inside a <th> is <h#>.  Consider
a Wikipedia article that consists of a single long table, with information
about several hundred different things listed alphabetically.  You might want
to subdivide it by letter, with rows like

<tr><th colspan=X><h2>M</h2></th></tr>

But you want it to all be in one big table, not split into several tables,
because it's logically one big table with hundreds of rows and not multiple
unrelated tables.

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Wednesday, 10 August 2011 01:42:08 UTC