On Meta

Hooray! The feedback from the web development community convinced the IE development team to change their minds about the default setting for version targeting in IE8 (as I discussed in a previous post ). “In light of the Interoperability Principles, as well as feedback from the community, we’re choosing differently. Now, IE8 will show pages requesting ‘Standards’ mode in IE8’s Standards mode. Developers who want their pages shown using IE8’s ‘IE7 Standards mode’ will... Read More...

Previously on Web Developer Controversies: Aaron Gustafson from the Internet Explorer development team announced that IE8 will use a META tag to kick the engine into standards mode by targeting a specific browser version, something that was previously done by using a valid DOCTYPE. A lot of people, including Jeremy Keith, think this is a bad idea. Here are some of the more interesting points that have been raised in the discussion so far. “If IE8 acts like IE8 by default, then IE8 might break... Read More...

One of the best CSS coding tips I've read in a long time actually has nothing to do with CSS. Jan Holzmann of Snippit.net wrote an excellent article about using the meta-refresh property to save time reloading browsers when you have to test your CSS in several browsers. It's as simple as it sounds. Just add the following two lines in the head of your document, and then your browser window will automatically refresh as you make your changes. <meta http-equiv="refresh" content="10; url=http://localhost... Read More...

1 comments. View or add yours.

Filed under: CSS, meta, standards