Table rendering and table–layout Feb11 '05
Feedback
# (2 of 3): Matthom
10 hours, 28 minutes after the fact. (Fri 11 Feb 2005, 7:27 PM CST)
I thought colspan and rowspan were added as "presentational hooks" anyway.
I’ve never come across a sitaution (while using tables for tabular data) where I needed to use either attribute.
# (3 of 3): Chris Moritz » campbell-ewald.com
1 day, 1 hour after the fact. (Sat 12 Feb 2005, 10:28 AM CST)
Nope, in CSS tables, there is no equivalent of colspan and rowspan. This confuses me, as there are dozens of cases where you'd need them. Oh well.
RSS feed for comments on this post
Leave feedback
matthom
is published and produced by Matt Thommes - an independent publishing enthusiast, mobile blogger, content creator, informative writer, web developer from Chicago.
Never one to conform, Matt intends to promote the effect the web has on our lives, in an effort to intensify, instruct, and clarify all that is happening around us.
Progressive and Moderate rendering of tables; the upcoming "table–layout" property in CSS.
You are at the feedback permalink page for: Table rendering and table–layout
# (1 of 3): Chris Moritz » campbell-ewald.com
4 hours, 8 minutes after the fact. (Fri 11 Feb 2005, 1:07 PM CST)
I'd love to use CSS table-layout, but until they add
rowspanandcolspan, it's just too limited to be of much use.