"Internet Explorer 8 is going to be the most standards-compliant IE yet, but it's going about it in a way that has some people scratching their heads. With Internet Explorer 8, you have a choice in standards compliance modes. Sound oxymoronic? Shouldn't there be one standards mode by default? Heck, shouldn't the only mode be standards mode? Ah, idealism." Please note, however, that John Resig of Mozilla Corporation
spotted something interesting:
"Internet Explorer 8 will support DOCTYPE switching for new DOCTYPEs (like HTML5). This really does change any frustration that someone should have concerning the new meta tag. This means that you can write your web pages in a completely standards-based way (CSS, HTML5, JavaScript) and not have to use a single browser-centric tag in order to do so."
Member since:
2006-01-02
It's not too bad: the meta tag trick is simple and well-contained. It can be sent out of the web-server in the HTTP response, so you don't even have to change your HTML. There's also no reason why this meta tag can't be used by FF or Opera so that they can offer similar features if they ever have to make a change which invalidates previous renderings (i.e. the meta tag isn't inherently tied to IE or anything).