view-source:https://www.google.com/<p>Maybe it's just me, but realized google.com source code (HTML) used to be very simple but it looks very different now.<p>Try navigating HTML elements using dev tools.
And here I thought this was a post about the google.com source code being leaked. :-)<p>I'd imagine that the rendered HTML is probably produced by a legacy system that stitches together a lot of different templates, some maybe even unintentionally.
I wonder why there are multiple style elements, in div#footcnt there are 2 right next to each other, they could have saved a whole "</style><style>" there, think of the bandwidth!<p>/s
The other day I noticed that they're inlining image data in the src attribute instead of pointing at an external URL. Really taking things to the next level all-around - I wonder when that will become the norm instead of css image sprites.