Hacker News new | past | comments | ask | show | jobs | submit
I love DL. I think tables, at least in the past, were misused as DLs even more in the past and the inconvenience of the table markup is even worse than a bunch of divs.
It's not that inconvenient if you omit unnecessary closing tags:

    <tr>
    <td> first
    <td> second
    <tr>
    <td> what
    <td> ever
I find it simpler and cleaner than any of the markdown table markups
loading story #48248490
loading story #48248257
You're right, but forcing tables to cosplay as DLs was far from the worst way that tables were abused.
loading story #48248231
I always thought the DL as a single row of a table.