<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Why and when browsers prefix CSS3 features</title>
	<atom:link href="http://www.css3.info/why-and-when-browsers-prefix-css3-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Browser specific prefix &#171; Eureka Design</title>
		<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/comment-page-1/#comment-257671</link>
		<dc:creator>Browser specific prefix &#171; Eureka Design</dc:creator>
		<pubDate>Wed, 06 Jan 2010 22:39:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/why-and-when-browsers-prefix-css3-features/#comment-257671</guid>
		<description>[...] css3.info [...]</description>
		<content:encoded><![CDATA[<p>[...] css3.info [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EGB</title>
		<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/comment-page-1/#comment-199822</link>
		<dc:creator>EGB</dc:creator>
		<pubDate>Wed, 10 Sep 2008 14:11:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/why-and-when-browsers-prefix-css3-features/#comment-199822</guid>
		<description>I still didn&#039;t find a real time working example of css3 from a to z :(</description>
		<content:encoded><![CDATA[<p>I still didn&#8217;t find a real time working example of css3 from a to z :(</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost de Valk</title>
		<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/comment-page-1/#comment-83</link>
		<dc:creator>Joost de Valk</dc:creator>
		<pubDate>Tue, 04 Jul 2006 07:38:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/why-and-when-browsers-prefix-css3-features/#comment-83</guid>
		<description>Karl: thx! i&#039;ll update the page, any other comments? :)</description>
		<content:encoded><![CDATA[<p>Karl: thx! i&#8217;ll update the page, any other comments? :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: karl</title>
		<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/comment-page-1/#comment-81</link>
		<dc:creator>karl</dc:creator>
		<pubDate>Tue, 04 Jul 2006 01:06:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/why-and-when-browsers-prefix-css3-features/#comment-81</guid>
		<description>Multi-column doesn&#039;t work only in Firefox, but all Mozilla family including Camino</description>
		<content:encoded><![CDATA[<p>Multi-column doesn&#8217;t work only in Firefox, but all Mozilla family including Camino</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joost de Valk</title>
		<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/comment-page-1/#comment-16</link>
		<dc:creator>Joost de Valk</dc:creator>
		<pubDate>Fri, 16 Jun 2006 22:19:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/why-and-when-browsers-prefix-css3-features/#comment-16</guid>
		<description>The funny thing is, moz invented border-radius, and the W3C added it later. Moz prefixed it, because if they didn&#039;t the W3C couldn&#039;t decide how the pref should work: it would have to work exactly like mozilla, or it would break existing content. 

(Thanks to Ian Hickson btw, for helping me on this small post :) )</description>
		<content:encoded><![CDATA[<p>The funny thing is, moz invented border-radius, and the W3C added it later. Moz prefixed it, because if they didn&#8217;t the W3C couldn&#8217;t decide how the pref should work: it would have to work exactly like mozilla, or it would break existing content. </p>
<p>(Thanks to Ian Hickson btw, for helping me on this small post :) )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gasston</title>
		<link>http://www.css3.info/why-and-when-browsers-prefix-css3-features/comment-page-1/#comment-15</link>
		<dc:creator>Peter Gasston</dc:creator>
		<pubDate>Fri, 16 Jun 2006 21:51:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/why-and-when-browsers-prefix-css3-features/#comment-15</guid>
		<description>Unless I&#039;m mistaken, the -moz-border-radius (and perhaps -webkit-border-radius) declarations do not match the border-radius CSS3 declaration; in -moz-border-radius you choose only one value, whereas the &lt;a href=&quot;http://www.w3.org/TR/2005/WD-css3-background-20050216/#the-border-radius&quot; rel=&quot;nofollow&quot;&gt;border-radius draft&lt;/a&gt; allows you to choose two values to have more flexibility in the curve.

For example;

-moz-border-radius: 1em;
border-radius: 1em 2em;

A good example of why some declarations are not fully implemented yet.</description>
		<content:encoded><![CDATA[<p>Unless I&#8217;m mistaken, the -moz-border-radius (and perhaps -webkit-border-radius) declarations do not match the border-radius CSS3 declaration; in -moz-border-radius you choose only one value, whereas the <a href="http://www.w3.org/TR/2005/WD-css3-background-20050216/#the-border-radius" rel="nofollow">border-radius draft</a> allows you to choose two values to have more flexibility in the curve.</p>
<p>For example;</p>
<p>-moz-border-radius: 1em;<br />
border-radius: 1em 2em;</p>
<p>A good example of why some declarations are not fully implemented yet.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
<!--
This site's performance optimized by W3 Total Cache:

W3 Total Cache improves the user experience of your blog by caching
frequent operations, reducing the weight of various files and providing
transparent content delivery network integration.

Learn more about our WordPress Plugins: http://www.w3-edge.com/wordpress-plugins/


Served from: css3.info @ 2012-02-08 10:22:40 -->
