- From: <bugzilla@jessica.w3.org>
- Date: Fri, 26 Aug 2011 18:29:19 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13924 Summary: Make the content of TH and TD the same Product: HTML WG Version: unspecified Platform: PC OS/Version: All Status: NEW Severity: normal Priority: P2 Component: LC1 HTML5 spec (editor: Ian Hickson) AssignedTo: ian@hixie.ch ReportedBy: ndw@nwalsh.com QAContact: public-html-bugzilla@w3.org CC: mike@w3.org, public-html-wg-issue-tracking@w3.org, public-html@w3.org It only recently came to my attention that HTML5 has reduced the content model of TH to "phrasing content" (while leaving the content model of TD "flow content"). This strikes me as odd in the extreme. Providing TH elements for their semantic significance as table heads is useful and appreciated. But then limiting their content model so that they are not as generally useful as TD elements appears to take away that utility. Converting from, for example, CALS models where block content is allowed in a table entry that occurs in a thead will mean avoiding TH in favor of TD even when the cells are heads. Given the surrounding thead, I suppose this is not that big a deal, except for the fact that existing CSS stylesheets and JavaScript code may be relying on the TH elements. I encourage the WG to revert this change and allow flow content in TH as well as TD. -- 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 Friday, 26 August 2011 18:29:21 UTC