Pic: http://tinypic.com/r/6i9ml3/3
Ask HN: Why are images used to indent comments?
1–10 of 22 posts
Re: Ask HN: Why are images used to indent comments?
#2Re: Ask HN: Why are images used to indent comments?
#3All the threads live in nice tables and gifs are the appropriate technology to accompany them! Enough to give any CSS or SEO evangelist apoplyxia!
Re: Ask HN: Why are images used to indent comments?
#4if i had to guess, i'd say that its just less resource intensive or easeier. much easier to just print it out with an indention instead of parsing results into a tree and then printing.
Re: Ask HN: Why are images used to indent comments?
#5Re: Ask HN: Why are images used to indent comments?
#6Re: Ask HN: Why are images used to indent comments?
#7Unless 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.
Re: Ask HN: Why are images used to indent comments?
#8Re: Ask HN: Why are images used to indent comments?
#9Not 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.