Hacker News new | ask | show | jobs
by cag_ii 3041 days ago
It'd be simple enough to add an 'order' identifier (request timestamp, etc) to the requests.

Edit: nm. My mistake, not as easy as that using only css!

2 comments

Simple enough, in CSS?
My mistake, I guess I didn't really think that through...
Maybe with counter-reset?
Why would you even need an order identifier? All you need to do is check the request logs for your server everything should be already in order.
I was replying to the comment above which pointed out correctly that the order in which the server receives the requests may differ from the order in which they were sent.