<audio>, <video> and <canvas> are all well and good, but what gets my geek-heart thumping are the new, small tags like <article>. <time> and <figure>. Used properly, they have the potential to give the web far more semantic richness, better search results, and easier sharing of data across sites. text-shadow), but I've found it to be pretty damn solid on a site I'm working on that has to support IE6 and up. I have places where I'm using box-shadow, gradients, and rounded corners all together on the same element, and it works just fine.<fail>First result on google for “fluid multicolumn layout”. No javascript needed.
...but we still have to use javascript kludges to get a decent fluid multicolumn layout...
</fail>
* {
box-sizing: border-box;
-ms-box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}The reason there’s such a big difference is simple: HTML validation is now separated from “linting”. A validator should not throw errors for code styling inconsistencies, but should only throw errors for, well, code errors.There's an HTML Linter here.
Welcome to the real world.I've been in the real world for about 6 years now, but thanks!
« Older May 21, 2011 (not September 6, 1994, as once thoug... | The Billionaire Who Is Plannin... Newer »
This thread has been archived and is closed to new comments
You can still watch screencasts of the WebGL demos or fully experience our other non-WebGL demos without updating.
Party like it's 1997
posted by device55 at 10:03 AM on March 6, 2011 [2 favorites]