|
|
|
|
|
by random28345
3423 days ago
|
|
> Right here on HN is an example, where the comment reply chain is indicated with indentation. <div class=comment>
<span class=user>T-hawk</span>
Right here on HN is an example, where the comment reply chain is indicated with indentation.
<div class=replies>
<div class=comment>
<span class=user>random28345</span>
HTML is a tree of element nodes, the identity of the post being replied to can be determined by
the position of element in the tree
<div class=replies />
</div>
</div>
</div>
---------------------- .replies {
margin-left: 2em;
}
|
|
In fact, if it did, I would consider the HTML broken.