back

by sergiotapia·14y ago·view on hn ↗
How would that work exactly? That would make the HTML really cumbersome and clunky. Normally I'd agree, but in this case, imagine you're using a View engine to render the html against populated objects, it's easier to just output the number and not rely on the browser.

Can you illustrate what you mean?

1 comments

    <ol>
        <li class="post>
            <button class="upvote">▲</button>
            <strong>India outsourcing back to USA</strong> 
            <span class="source">(shhhh.org)</span>
            <div class="stats"> ... </div>
        </li>
        ...
    </ol>