Hacker News new | ask | show | jobs
by nebulous1 4445 days ago
Page 2: "it wouldn't make sense to make an inline div"

Page 15: makes inline divs.

:)

1 comments

Page 15 doesn’t make inline divs, it makes inline-block divs. That makes all the difference. I think since the inside of the div is displayed like a block, a div is more appropriate than a span. It would be weird to have a span with block insides, even if it’s inline in its context.