Is there a way of using table-header-group and table-footer-group in a div instead of in a thead or tfoot?
Is there a way of using table-header-group and table-footer-group in a div instead of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to http://www.w3.org it is allowd to use
display: table-header-groupwhen the parent (the element containing the div) is displayed as a table or inline-table. So something like this should be allowedIf the parent is not a table, then it should be inserted, according to point 4 on the http://www.w3.org page.
The big problem is, whether all (major) browsers support this. Especially IE(6) is known for not supporting most kinds of display types.