I was looking for a nice diagram or flowchart of the browser process after receiving the first server response with the page data of what order it interprets html, css, and javascript, and media resources (images) and renders them.
Closest thing I found was the flowchart Douglas Crockford uses to explain how the DOM gets populated, but I was looking for a little more detail into the load order than that.
When I just googled for flowchart of how browsers parse render and how browsers work I’ve found quite a few interesting articles, some of them including diagrams and flowcharts.