Pic: http://tinypic.com/r/6i9ml3/3
Once you know your tools you can do wonders you'll be amazed at how easy it was.
I bet a hundred CSS experts here can give you some interesting ways on redesigning comments.
Show us your best.
Time to run a "Redesign HN in HTML5" contest,
Reward: a standing ovation, and an iPhone.
<div class="comment level0">
<a class="up"></a>
<a class="dn off"></a>
<h1>title</h1>
<p class="minus2">comment here</p>
</div>
Then apply styles at will, increase padding per level and dimming per negative karma.I bet code size decreases while readability increases.
Not snark – you have to justify throwing out your table + spacer.gif knowledge to learn how to do things with div + css. Maybe he doesn't see a huge benefit.
Also (http://www.paulgraham.com/arc0.html):
Arc embodies a similarly unPC attitude to HTML. The predefined libraries just do everything with tables. Why? Because Arc is tuned for exploratory programming, and the W3C-approved way of doing things represents the opposite spirit.
...
Tables are the lists of html. The W3C doesn't like you to use tables to do more than display tabular data because then it's unclear what a table cell means. But this sort of ambiguity is not always an error. It might be an accurate reflection of the programmer's state of mind. In exploratory programming, the programmer is by definition unsure what the program represents.
Tables can still be useful when holding short content that has lots of columns.
CSS is more "complex" only if you lack understanding how it works. Main reason that Ruby on Rails was (is?) such a success is that proper MVC (MTV) design pattern implementation made things simpler.
Yet, for average PHP programmer that'd be more "complex". Same with (X)HTML + CSS. It looks more complex only if you don't understand CSS or using WYSIWYG tools.
All the threads live in nice tables and gifs are the appropriate technology to accompany them! Enough to give any CSS or SEO evangelist apoplyxia!
Unless there is a reason for the tables, they're not semantic, it's ugly, and it doesn't make any sense! And it's slower to render.