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

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

--- Comment #2 from Marat Tanalin <mtanalin@yandex.ru> 2011-07-07 17:54:07 UTC ---
(In reply to comment #1)
> Personally I'm inclined to think this would be a good change, but it
> would help your case a lot if you provided specific real-world examples.

Real-world example:

<th scope="row">
    <div><a href="#">Example preparation</a></div>
    <dl>
        <dt><abbr title="International nonproprietary name">INN</abbr>:</dt>
        <dd><a href="#">Example nonproprietary name</a></dd>
    </dl>
</th>

Example preparation is a preparation title.
INN is (sematically) DL and, by visual design, is placed inside TH after
preparation title.

Moreover, both preparation title and international nonproprietary name are
heading content, and so should be placed inside TH.

In XHTML 1.0, this is perfectly valid.

-- 
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 Thursday, 7 July 2011 17:54:09 UTC