Comments on: Advanced HTML table features, Part 1 http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/ Stay curious! Fri, 10 May 2013 18:25:19 +0000 hourly 1 http://wordpress.org/?v=3.5.1 By: Xaprb http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/#comment-393 Xaprb Sun, 07 May 2006 01:13:59 +0000 http://www.xaprb.com/blog/?p=81#comment-393 Smartminion, the W3C spec usually leaves out optional end tags. Closing TR, TH, and TD tags are optional in HTML 4, though not in XML and therefore not in XHTML. I never liked leaving out end tags. It means a parser has to be a lot smarter. But hey, the Internet has been a huge success anyway.

THEAD and TBODY are great structural elements as well. TFOOT would be too, if it were well-supported in browsers. Alas. I have another post on how THEAD and TBODY can be used to structure a table such that it can be presented as a Windows Explorer-style folder tree. I say, use all the tools you have :-)

Nick, I understand where you’re coming from. I’m actually a very upbeat guy, not unhappy at all. It’s more a matter of asking people to help me help them. Sometimes people post followup questions to the concepts I discuss, but don’t tell me enough so I can be helpful. Examples are on how to find missing values in a sequence with SQL and flexible insert and update statements in SQL. I’m not alone in this regard. Look at any of Joe Celko’s posts on newsgroups or forums and his signature is even more blunt than my request. It’s really hard to say anything meaningful about someone’s problem without knowing how the data is structured.

Thanks for your comments, both of you!

]]>
By: Nick http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/#comment-392 Nick Sat, 06 May 2006 21:22:44 +0000 http://www.xaprb.com/blog/?p=81#comment-392 Wow, calm down. You are mean when you post on other sites… Not much here either…

“make sure you include enough information for me to make an intelligent response.”…

How happy are you in life? Sheesh!

]]>
By: smartminion http://www.xaprb.com/blog/2006/05/06/advanced-html-table-features-part-1/#comment-391 smartminion Sat, 06 May 2006 15:06:08 +0000 http://www.xaprb.com/blog/?p=81#comment-391 Thanks – I look forward to more details and examples. I’ve found myelf using THEAD a lot to define headers (both data and styled using CSS) – I’ll have to consider TH and when to use them versus a THEAD and TDs.

Is there a reason why the samples in the W3c spec don’t have closed cells and rows? Just seemed strange to me.

Thanks again!

]]>