<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet href="http://feeds.css3.info/~d/styles/rss2full.xsl" type="text/xsl" media="screen"?><?xml-stylesheet href="http://feeds.css3.info/~d/styles/itemcontent.css" type="text/css" media="screen"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>CSS3 . Info</title>
	
	<link>http://www.css3.info</link>
	<description>All you ever needed to know about CSS3</description>
	<pubDate>Tue, 06 May 2008 18:46:35 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<creativeCommons:license>http://creativecommons.org/licenses/by-nc-nd/3.0/</creativeCommons:license><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://www.css3.info/blog/feed/" type="application/rss+xml" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">391930</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://www.feedburner.com</feedburner:feedburnerHostname><item>
		<title>Shaun Inman proposes CSS Qualified Selectors</title>
		<link>http://www.css3.info/shaun-inman-proposes-css-qualified-selectors/</link>
		<comments>http://www.css3.info/shaun-inman-proposes-css-qualified-selectors/#comments</comments>
		<pubDate>Tue, 06 May 2008 18:42:47 +0000</pubDate>
		<dc:creator>Joost de Valk</dc:creator>
		
		<category><![CDATA[Declarations]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=286</guid>
		<description><![CDATA[Shaun Inman did a very interesting post yesterday on what he describes as &#8220;CSS Qualified Selectors&#8221;. The idea is nice, he wants to beable to do:
a {
    text-decoration: none;
    color: #A10;
    border-bottom: 1px dashed #A10;
}
And then for images:
a &#60; img { border: none; }
So if &#60;img&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Shaun Inman did a <a href="http://www.shauninman.com/archive/2008/05/05/css_qualified_selectors" onclick="javascript:exitTracker._trackEvent('article','http://www.shauninman.com/archive/2008/05/05/css_qualified_selectors');">very interesting post</a> yesterday on what he describes as &#8220;CSS Qualified Selectors&#8221;. The idea is nice, he wants to beable to do:</p>
<pre>a {
    text-decoration: none;
    color: #A10;
    border-bottom: 1px dashed #A10;
}</pre>
<p>And then for images:</p>
<pre>a &lt; img { border: none; }</pre>
<p>So if <code>&lt;img&gt;</code> has a parent <code>&lt;a&gt;</code>, the border isn&#8217;t there.</p>
<p>What&#8217;s most interesting about the post though is the comments. It seems, as Eric Meyer states there, that this kind of selector has been discussed quite a few times on the CSS mailing list, and isn&#8217;t doable. Dave Hyatt, one of the core WebKit developers, comments with a good explanation of why it can&#8217;t be done. It&#8217;s a nice read, and a good insight into the difficulties of developing a new standard.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/shaun-inman-proposes-css-qualified-selectors/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fshaun-inman-proposes-css-qualified-selectors%2F</feedburner:awareness></item>
		<item>
		<title>A further opportunity to help evolve CSS 3</title>
		<link>http://www.css3.info/a-further-opportunity-to-help-evolve-css-3/</link>
		<comments>http://www.css3.info/a-further-opportunity-to-help-evolve-css-3/#comments</comments>
		<pubDate>Wed, 30 Apr 2008 15:46:01 +0000</pubDate>
		<dc:creator>Peter Gasston</dc:creator>
		
		<category><![CDATA[Modules]]></category>

		<category><![CDATA[feedback]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=285</guid>
		<description><![CDATA[Jason Cranford Teague has volunteered to edit the CSS Basic UI, CSS Hyperlink Presentation, CSS Fonts and CSS Web Fonts modules and is looking for feedback from users on the latter two. He asks:

Tell me what you think are some of the font styles and features missing from the current specification. What do you expect [...]]]></description>
			<content:encoded><![CDATA[<p>Jason Cranford Teague has volunteered to edit the CSS Basic UI, CSS Hyperlink Presentation, CSS Fonts and CSS Web Fonts modules and <a href="http://www.webbedenvironments.com/blog/index.php/2008/04/29/web-typography-tell-me-what-you-want/" onclick="javascript:exitTracker._trackEvent('article','http://www.webbedenvironments.com/blog/index.php/2008/04/29/web-typography-tell-me-what-you-want/');">is looking for feedback from users on the latter two</a>. He asks:</p>
<blockquote cite="http://www.webbedenvironments.com/blog/index.php/2008/04/29/web-typography-tell-me-what-you-want/"><p>
Tell me what you think are some of the font styles and features missing from the current specification. What do you expect to be able to do with typography on your Web pages that you can not do now? What are you doing now with kludges that you would like to see simpler ways of doing?
</p></blockquote>
<p>Leave a comment on his blog if you have any ideas; and why not leave a comment here, too, to let us know what your opinions are? No deadline has been given, but I suppose it&#8217;s the sooner, the better.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/a-further-opportunity-to-help-evolve-css-3/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fa-further-opportunity-to-help-evolve-css-3%2F</feedburner:awareness></item>
		<item>
		<title>Debug CSS3 (and more) with a dragonfly</title>
		<link>http://www.css3.info/debug-css3-and-more-with-a-dragonfly/</link>
		<comments>http://www.css3.info/debug-css3-and-more-with-a-dragonfly/#comments</comments>
		<pubDate>Thu, 24 Apr 2008 22:17:05 +0000</pubDate>
		<dc:creator>David Storey</dc:creator>
		
		<category><![CDATA[CSS3.info]]></category>

		<category><![CDATA[developer tools]]></category>

		<category><![CDATA[Opera]]></category>

		<category><![CDATA[Opera Dragonfly]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=284</guid>
		<description><![CDATA[Opera has one of the better levels of support for CSS3 (and other standards), making it an ideal platform for experimenting with future technologies and new techniques that these standards will offer.  However, this has always been let down by the fact that Opera is very lacking in the web developer tools segment.  [...]]]></description>
			<content:encoded><![CDATA[<p>Opera has one of the better levels of support for CSS3 (and other standards), making it an ideal platform for experimenting with future technologies and new techniques that these standards will offer.  However, this has always been let down by the fact that Opera is very lacking in the web developer tools segment.  To be frank, Firebug and the Web Developer Toolbar blow away anything Opera has offered in this realm.</p>
<p>This short coming is about to change soon.  Opera has just announced today, with the release of Opera 95 beta 2, that <a href="http://www.opera.com/dragonfly/" onclick="javascript:exitTracker._trackEvent('article','http://www.opera.com/dragonfly/');">Opera Dragonfly</a> will be Opera’s web developer tools.  These will be released as an alpha on the 6<sup>th</sup> of May.  In line with their alpha status, the tools will not be feature complete, but they will show a good foundation of Opera’s developer tool vision.</p>
<p>Once released, Opera is looking for feedback on the tools, to make sure they fit the needs of real world web developers and designers.  I&#8217;m looking forward to web developers getting their hands on the Opera Dragonfly and finding out what the impressions are.  If you are interested then go the the Opera Dragonfly website on the 6<sup>th</sup> or just open the Web Developer menu item from the tools menu.  In the mean time, <a href="http://www.opera.com/products/desktop/next/" onclick="javascript:exitTracker._trackEvent('article','http://www.opera.com/products/desktop/next/');">Opera 9.5 beta 2 (Kestrel)</a> has been released today, so it is a good time to check out what CSS3 properties it supports. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/debug-css3-and-more-with-a-dragonfly/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fdebug-css3-and-more-with-a-dragonfly%2F</feedburner:awareness></item>
		<item>
		<title>Webkit provides implementation of CSS-based gradients</title>
		<link>http://www.css3.info/webkit-provides-implementation-of-css-based-gradients/</link>
		<comments>http://www.css3.info/webkit-provides-implementation-of-css-based-gradients/#comments</comments>
		<pubDate>Tue, 15 Apr 2008 09:38:05 +0000</pubDate>
		<dc:creator>James Hopkins</dc:creator>
		
		<category><![CDATA[CSS3 Preview]]></category>

		<category><![CDATA[CSS3.info]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=283</guid>
		<description><![CDATA[I don&#8217;t have time at the moment to write a good summary, but the link to the announcement is below which includes some examples
CSS Gradients in Webkit
]]></description>
			<content:encoded><![CDATA[<p>I don&#8217;t have time at the moment to write a good summary, but the link to the announcement is below which includes some examples</p>
<p><a href="http://webkit.org/blog/175/introducing-css-gradients/" onclick="javascript:exitTracker._trackEvent('article','http://webkit.org/blog/175/introducing-css-gradients/');">CSS Gradients in Webkit</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/webkit-provides-implementation-of-css-based-gradients/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fwebkit-provides-implementation-of-css-based-gradients%2F</feedburner:awareness></item>
		<item>
		<title>New features proposed for CSS</title>
		<link>http://www.css3.info/new-features-proposed-for-css/</link>
		<comments>http://www.css3.info/new-features-proposed-for-css/#comments</comments>
		<pubDate>Thu, 10 Apr 2008 07:29:31 +0000</pubDate>
		<dc:creator>Peter Gasston</dc:creator>
		
		<category><![CDATA[Modules]]></category>

		<category><![CDATA[Proposals]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=282</guid>
		<description><![CDATA[This week has seen the release of a raft of new proposals for features to be integrated into the CSS specification:

CSS Animation
CSS Transforms
CSS Transitions
CSS Variables

I personally have reservations about the Visual Effects proposals, feeling this is better suited to Javascript, but I seem to be in the minority on this so I will cede to [...]]]></description>
			<content:encoded><![CDATA[<p>This week has seen the release of a raft of new proposals for features to be integrated into the CSS specification:</p>
<ul>
<li><a href="http://webkit.org/specs/CSSVisualEffects/CSSAnimation.html" onclick="javascript:exitTracker._trackEvent('article','http://webkit.org/specs/CSSVisualEffects/CSSAnimation.html');">CSS Animation</a></li>
<li><a href="http://webkit.org/specs/CSSVisualEffects/CSSTransforms.html" onclick="javascript:exitTracker._trackEvent('article','http://webkit.org/specs/CSSVisualEffects/CSSTransforms.html');">CSS Transforms</a></li>
<li><a href="http://webkit.org/specs/CSSVisualEffects/CSSTransitions.html" onclick="javascript:exitTracker._trackEvent('article','http://webkit.org/specs/CSSVisualEffects/CSSTransitions.html');">CSS Transitions</a></li>
<li><a href="http://disruptive-innovations.com/zoo/cssvariables/" onclick="javascript:exitTracker._trackEvent('article','http://disruptive-innovations.com/zoo/cssvariables/');">CSS Variables</a></li>
</ul>
<p>I personally have reservations about the Visual Effects proposals, feeling this is better suited to Javascript, but I seem to be in the minority on this so I will cede to the majority. I&#8217;m pretty excited about Variables, however.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/new-features-proposed-for-css/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fnew-features-proposed-for-css%2F</feedburner:awareness></item>
		<item>
		<title>CSS Working Group latest resolutions</title>
		<link>http://www.css3.info/css-working-group-latest-resolutions/</link>
		<comments>http://www.css3.info/css-working-group-latest-resolutions/#comments</comments>
		<pubDate>Fri, 04 Apr 2008 09:09:22 +0000</pubDate>
		<dc:creator>Peter Gasston</dc:creator>
		
		<category><![CDATA[Modules]]></category>

		<category><![CDATA[Proposals]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=276</guid>
		<description><![CDATA[The CSS WG had a face-to-face meeting in San Diego last month, and have released their latest resolutions in a series of posts on their blog:
Part I, Part II, Part III, Part IV, Part V, Part VI
Some of the highlights I saw on my first read through:

Apple&#8217;s proposed animation &#038; transition properties are to be [...]]]></description>
			<content:encoded><![CDATA[<p>The CSS WG had a face-to-face meeting in San Diego last month, and have released their latest resolutions in a series of posts on their blog:</p>
<p><a href="http://www.w3.org/blog/CSS/2008/04/04/resolutions_17" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/blog/CSS/2008/04/04/resolutions_17');">Part I</a>, <a href="http://www.w3.org/blog/CSS/2008/04/04/resolutions_16" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/blog/CSS/2008/04/04/resolutions_16');">Part II</a>, <a href="http://www.w3.org/blog/CSS/2008/04/04/resolutions_18" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/blog/CSS/2008/04/04/resolutions_18');">Part III</a>, <a href="http://www.w3.org/blog/CSS/2008/04/04/resolutions_19" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/blog/CSS/2008/04/04/resolutions_19');">Part IV</a>, <a href="http://www.w3.org/blog/CSS/2008/04/04/resolutions_20" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/blog/CSS/2008/04/04/resolutions_20');">Part V</a>, <a href="http://www.w3.org/blog/CSS/2008/04/04/resolutions_21" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/blog/CSS/2008/04/04/resolutions_21');">Part VI</a></p>
<p>Some of the highlights I saw on my first read through:</p>
<ul>
<li><a href="http://www.css3.info/webkit-introduce-more-new-features/" >Apple&#8217;s proposed animation &#038; transition properties</a> are to be considered.</li>
<li><a href="http://www.css3.info/safari-31-pushes-css3-support-forward/" >Web fonts</a> are to be worked on with the SVG team</li>
<li>The <a href="http://www.css3.info/how-well-layout-websites-in-2016/" >Advanced Layout module</a> is still being discussed but will be renamed the Template Layout module</li>
<li>A new type of list, <a href="http://lists.w3.org/Archives/Public/www-style/2008Feb/0220.html" onclick="javascript:exitTracker._trackEvent('article','http://lists.w3.org/Archives/Public/www-style/2008Feb/0220.html');">tree-lines</a>, was proposed</li>
<li>A proposal for the use of <a href="http://www.broken-links.com/2008/04/01/future-css-variables-and-calculations/" onclick="javascript:exitTracker._trackEvent('article','http://www.broken-links.com/2008/04/01/future-css-variables-and-calculations/');">constants</a> will be published</li>
</ul>
<p>Obviously there&#8217;s a lot more in there, but it&#8217;s nice to see that the Working Group is working!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/css-working-group-latest-resolutions/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fcss-working-group-latest-resolutions%2F</feedburner:awareness></item>
		<item>
		<title>IE9 to include alternative ‘CSS.2012′ standard</title>
		<link>http://www.css3.info/ie9-to-include-alternative-css2012-standard/</link>
		<comments>http://www.css3.info/ie9-to-include-alternative-css2012-standard/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 23:51:46 +0000</pubDate>
		<dc:creator>Peter Gasston</dc:creator>
		
		<category><![CDATA[Browsers]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=275</guid>
		<description><![CDATA[The Internet Explorer team announced on their blog today that they are unhappy with the slow progress and differing implementations of the various CSS3 modules, and will not be including any CSS3 functionality in IE8; instead they will be producing their own, alternative standard, which they are codenaming CSS.2012 (after the planned year of launch [...]]]></description>
			<content:encoded><![CDATA[<p>The Internet Explorer team <a href="http://blogs.msdn.com/ie/archive/2008/04/01/announcing-css-2012.aspx" onclick="javascript:exitTracker._trackEvent('article','http://blogs.msdn.com/ie/archive/2008/04/01/announcing-css-2012.aspx');">announced on their blog today</a> that they are unhappy with the slow progress and differing implementations of the various CSS3 modules, and will not be including any CSS3 functionality in IE8; instead they will be producing their own, alternative standard, which they are codenaming CSS.2012 (after the planned year of launch of the subsequent browser).</p>
<p>Few details have yet been released as to what the new standard will contain, although one new feature which was hinted at was the <code>:silverlight</code> selector, which will be used to replace text in selected elements with high-definition streaming video.</p>
<p>It is unlikely that CSS.2012 will be compatible with existing CSS standards, and MS intend to use their dominant market share to automatically push the new version onto desktops; with training being provided only by Microsoft-certificated teachers, this could end up being very expensive for web developers forced to re-train.</p>
<p>IE Platform Architect, Chris Wilson, said:</p>
<blockquote><p>
Other browsers and standards break the web, so CSS.2012 is our best effort at fixing it. It will be tightly integrated into .NET and Silverlight, and initially will only work in IE9. Other browsers will be able to license the technology after a few years, when we judge it is stable. Then they can&#8217;t break the web.
</p></blockquote>
<p><a href="http://tinyurl.com/395w9a" onclick="javascript:exitTracker._trackEvent('article','http://tinyurl.com/395w9a');">More information on the announcement here</a>.</p>
<p><strong>Update:</strong> It&#8217;s just after noon here in the UK, so time for me to confess: yes, this is an April Fool&#8217;s Day hoax; of course, Microsoft would never pull a stunt like this. Hope you all enjoyed the prank, and I&#8217;m happy I caught a few of you out!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/ie9-to-include-alternative-css2012-standard/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fie9-to-include-alternative-css2012-standard%2F</feedburner:awareness></item>
		<item>
		<title>New hosting, WordPress 2.5 and more!</title>
		<link>http://www.css3.info/new-hosting-wordpress-25-and-more/</link>
		<comments>http://www.css3.info/new-hosting-wordpress-25-and-more/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 10:52:58 +0000</pubDate>
		<dc:creator>Joost de Valk</dc:creator>
		
		<category><![CDATA[CSS3.info]]></category>

		<guid isPermaLink="false">http://www.css3.info/?p=274</guid>
		<description><![CDATA[Some of you might have noticed that in the last few months, we&#8217;ve been having quite a few outages. Most of these were directly related to this blog being on Digg, Slashdot, Reddit, you name it. Some of the outages were caused by an even nastier thing, my other blog, an SEO blog, was on [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might have noticed that in the last few months, we&#8217;ve been having quite a few outages. Most of these were directly related to this blog being on Digg, Slashdot, Reddit, you name it. Some of the outages were caused by an even nastier thing, my other blog, an <a href="http://www.joostdevalk.nl/" onclick="javascript:exitTracker._trackEvent('article','http://www.joostdevalk.nl/');">SEO blog</a>, was on the same server, and had some articles, about <a href="http://www.joostdevalk.nl/wordpress-seo/" onclick="javascript:exitTracker._trackEvent('article','http://www.joostdevalk.nl/wordpress-seo/');">WordPress SEO</a> for instance, that were being hammered on a lot as well. Due to the fact that it was one environment, if that blog went down, this one went too, and the other way around.</p>
<p>So we started looking around for a better hosting provider, and thanks to David, we got in touch with the great guys at <a href="http://www.mediatemple.net/" onclick="javascript:exitTracker._trackEvent('article','http://www.mediatemple.net/');">Media Temple</a>, who graciously offered to take care of our hosting for us. This had the added benefit of this server being in the States, close to where 80% of our public is. So after a bit of work, we&#8217;re now on a new hosting environment, everything should be working again, and a bit faster than before.</p>
<p>We&#8217;ve also gotten a new RSS button, as you can see, thanks to my pal <a href="http://www.chapter42.com/" onclick="javascript:exitTracker._trackEvent('article','http://www.chapter42.com/');">Roy Huiskes</a>, and we&#8217;ve upgraded to WordPress 2.5, which I absolutely love. If there&#8217;s anything you see that&#8217;s not working correctly, let us know in the comments, and we&#8217;ll fix it!</p>
<p>BTW: we&#8217;ve got 3 advertising spots available at the moment on the right, if you&#8217;re interested, check out the <a href="http://www.css3.info/advertising/" >advertising page</a>.</p>
<p><strong>Update:</strong> we now have <a href="http://www.gravatar.com/" onclick="javascript:exitTracker._trackEvent('article','http://www.gravatar.com/');">gravatar</a> support as well, get yourself one!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/new-hosting-wordpress-25-and-more/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fnew-hosting-wordpress-25-and-more%2F</feedburner:awareness></item>
		<item>
		<title>CSS 2007 snapshot, CSS3, and Acid 3</title>
		<link>http://www.css3.info/css-2007-snapshot-css3-and-acid-3/</link>
		<comments>http://www.css3.info/css-2007-snapshot-css3-and-acid-3/#comments</comments>
		<pubDate>Fri, 28 Mar 2008 22:30:21 +0000</pubDate>
		<dc:creator>David Storey</dc:creator>
		
		<category><![CDATA[CSS3.info]]></category>

		<category><![CDATA[acid3]]></category>

		<category><![CDATA[color]]></category>

		<category><![CDATA[selectors]]></category>

		<category><![CDATA[UI]]></category>

		<guid isPermaLink="false">http://www.css3.info/css-2007-snapshot-css3-and-acid-3/</guid>
		<description><![CDATA[One of the interesting things about Acid 3 is that it tests parts of the CSS3 Colour and CSS3 Selectors  modules, that are a part of the 2007 CSS snapshot.  Now that both Opera and WebKit pass the standards part of the Acid 3 test, the support for the snapshot has now also [...]]]></description>
			<content:encoded><![CDATA[<p>One of the interesting things about Acid 3 is that it tests parts of the CSS3 Colour and CSS3 Selectors  modules, that are a part of the <a href="http://www.w3.org/TR/css-beijing/" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/TR/css-beijing/');">2007 CSS snapshot</a>.  Now that both Opera and WebKit pass the standards part of the Acid 3 test, the support for the snapshot has now also improved.  The CSS 2007 snapshot is the state of play in CSS at the end of 2007.</p>
<p>WebKit used to lack support for many CSS3 selectors, but now passes the CSS3 Selectors test on this site, and supports all of these selectors.  Opera already supported these, but didn&#8217;t support HSLA, RGBA and the CSS3 values for <code>transparent</code>.  These were added to pass Acid 3 in a post Kestrel build (which may or may not be back ported).  Due to these improvements, support in these two browsers for the CSS 2007 snapshot looks healthy.</p>
<p>Ignoring CSS2.1 for now (which Opera has very good support for), both browsers fully support the Selectors Level 3 spec and the CSS Namespaces spec.  For CSS3 Colour, the support isn&#8217;t quite as clear cut. Everything is supported in Opera, except the <code>flavor</code> keyword and the various related colour profile properties.  These properties are at risk of being dropped by the spec however.   WebKit has the same support except it doesn&#8217;t support <code>currentColor</code> yet, and has some bugs with allowing mixed values in RGB and RGBA. Firefox has had similar CSS3 Colour support to Opera for a while now</p>
<p>Away from the 2007 snapshot, ACID3 also tests Media Queries.  These were already supported in Opera and WebKit, but are not yet supported in Gecko or the IE engine.  Web Fonts (<code>@font-face</code>) are in the test and were already supported by WebKit, while Opera was developing support, but speeded up development to pass the test.  Finally <code>cursor</code> from CSS3 Basic User Interface was added by Opera to pass Acid 3.  I&#8217;m unsure if this was already supported by WebKit or not.</p>
<p>Although <a href="http://www.w3.org/TR/css3-ui/" onclick="javascript:exitTracker._trackEvent('article','http://www.w3.org/TR/css3-ui/');">CSS3 UI</a> is not part of the CSS 2007 snapshot, the spec is close to being complete&#8211;apart from lacking an editor or a test suite&#8211;and support in one or more browsers exists for many of the properties.  The features supported by one or more browsers now includes <code>box-sizing</code> (Opera, Safari, Firefox and IE8), <code>resize</code> (Safari), <code>outline-offset</code> (Opera, Safari and Firefox), <code>nav-up</code>, <code>nav-down</code>, <code>nav-right</code> and <code>nav-left</code> (Opera) and <code>cursor</code> (Opera, Safari and Firefox).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/css-2007-snapshot-css3-and-acid-3/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fcss-2007-snapshot-css3-and-acid-3%2F</feedburner:awareness></item>
		<item>
		<title>Opera overtakes Safari in Acid3 race, reaches 100%</title>
		<link>http://www.css3.info/opera-overtakes-safari-in-acid3-race/</link>
		<comments>http://www.css3.info/opera-overtakes-safari-in-acid3-race/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 16:59:44 +0000</pubDate>
		<dc:creator>David Storey</dc:creator>
		
		<category><![CDATA[CSS3.info]]></category>

		<category><![CDATA[acid3]]></category>

		<category><![CDATA[HSLA]]></category>

		<category><![CDATA[Opera]]></category>

		<category><![CDATA[RGBA]]></category>

		<category><![CDATA[Web Fonts]]></category>

		<guid isPermaLink="false">http://www.css3.info/opera-overtakes-safari-in-acid3-race/</guid>
		<description><![CDATA[Update by David: Opera has now released a public WinGogi build of Opera passing the DOM test and with pixel perfect rendering.  We don&#8217;t believe we have passed the test yet, as there are performance issues with a couple of tests.  This puts Opera and Safari neck and neck.  It is fantastic [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Update by David:</strong> Opera has now released a <a href="http://labs.opera.com/news/2008/03/28/" onclick="javascript:exitTracker._trackEvent('article','http://labs.opera.com/news/2008/03/28/');">public WinGogi build</a> of Opera passing the DOM test and with pixel perfect rendering.  We don&#8217;t believe we have passed the test yet, as there are performance issues with a couple of tests.  This puts Opera and Safari neck and neck.  It is fantastic to see both the Apple and Opera teams taking this test seriously and pushing each other to improve our standards support.  Who ever wins the race doesn&#8217;t really matter, the main point is that there are now two engines with the required standards support to pass Acid 3.  This could be a shot in the arm for both CSS3 and SVG.</p>
<p><strong>Update by David:</strong> Although the Acid 3 test was updated to allow WebKit to pass by the letter of the test, they still seem to fail by the spirit of the competition.  One of the sections of the Acid 3 test checks SVG Animation. WebKit have added the interface to allow the test to pass, but not fully implemented the feature it was testing.  See <a href="http://blog.codedread.com/archives/2008/03/26/webkit-nightly-not-smiling/" onclick="javascript:exitTracker._trackEvent('article','http://blog.codedread.com/archives/2008/03/26/webkit-nightly-not-smiling/');">Jeff Schiller&#8217;s blog</a> for more information.</p>
<p><strong>Update by Joost:</strong> While Opera might have been the first to pass the test in laboratory conditions, for which I applaud them and I hope they release it ASAP, you can download a <a href="http://nightly.webkit.org" onclick="javascript:exitTracker._trackEvent('article','http://nightly.webkit.org');">WebKit nightly</a> <em>right now</em> and enjoy the full 100/100!</p>
<p><strong>Update</strong> In the last few minutes (while I was eating lunch) the final 2% was reaching, making Opera the first browser to reach 100%.  There are still some rendering issues, but things are well on track to passing the test.  A preview build will be released on <a href="http://labs.opera.com/" onclick="javascript:exitTracker._trackEvent('article','http://labs.opera.com/');">Opera Labs</a> shortly.  Thanks to our developers in Scandinavia that have been working into the evening to reach 100%.</p>
<p><img src="http://www.css3.info/wp-content/uploads/2008/03/acid3_100.png" alt="Acid3 in Opera" width="550" height="425" /></p>
<p>Safari has been making great gains in its Acid3 score in recent weeks, currently residing on 96%.  Opera however has come out of the chasing pack and moved from 77% in the latest weekly release of Kestrel, to <del>98%</del><ins>100%</ins> in the latest internal builds.  As part of this it also includes the long requested CSS3 HSLA and RGBA support, and Web Fonts.</p>
<p>These improvements wont be included in a weekly Kestrel build any time soon.  Opera, like Mozilla, are at a stage on our development process where we are closing in on a release, and thus regression testing and stability are critically important.  This work will most likely (although not confirmed) go into a post Kestrel release, in case it causes regressions and the like.  There will probably be an experimental alpha release showing this improved support in the not too distant future.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.css3.info/opera-overtakes-safari-in-acid3-race/feed/</wfw:commentRss>
		<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetItemData?uri=css3&amp;itemurl=http%3A%2F%2Fwww.css3.info%2Fopera-overtakes-safari-in-acid3-race%2F</feedburner:awareness></item>
	<feedburner:awareness xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://api.feedburner.com/awareness/1.0/GetFeedData?uri=css3</feedburner:awareness></channel>
</rss><!-- Dynamic Page Served (once) in 0.308 seconds -->
