I’ve just spent about 90 minutes looking at the HTML5 and CSS3 specs for the first time. Brain asplode! My stories of web development headaches/heartaches from ten to fifteen years ago have to sound like the infirm rantings of an age-ravaged mind to anyone who has picked this stuff up in the last few years.

Where is all the content?

This is not a web page. Once Tim Berners-Lee dies he’ll immediately start rolling in his grave. Also, Jesus wept. Also also, get off my lawn! <!DOCTYPE html> <html> <head> <meta charset=”utf-8″> <meta http-equiv=”X-UA-Compatible” content=”IE=edge”> <title>THING CM Fooing</title> <meta name=”description” content=””> <meta name=”viewport” content=”width=device-width”> <link rel=”stylesheet” href=”http://example.com/styles/FooStyleGuide.spacelab.min.css”> <script type=”text/javascript” src=”http://example.com//scripts/vendor.js”></script> <script type=”text/javascript”> ‘use strict’; (function…