<?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: CSS Transforms: First WebKit, now Gecko too!</title>
	<atom:link href="http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Sat, 20 Mar 2010 13:30:04 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: pmontrasio</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267420</link>
		<dc:creator>pmontrasio</dc:creator>
		<pubDate>Tue, 16 Sep 2008 07:31:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267420</guid>
		<description>@Salva: I understand the reason for prefixes, but it&#039;s a pain and I don&#039;t understand this double standard between draft html tags and draft css declarations. 

This draft thing is a nonsense because different browsers keep behaving differently even on standardized things like paddings, borders, margins and tables. I really don&#039;t see many differences between draft standards and having to deal with IE6/7, FF2/3, Opera, Safari and now Chrome.

A solution would be implement both the browser specific declaration and the standard one (i.e. both -moz-transform and transform): developers that want to play safe will use the former, developers who want to take risks will use the latter. Furthermore, there aren&#039;t more risks in the latter approach than in dealing with the usual incompatibilities between browsers: test a lot, fix the layout and the css, iterate.</description>
		<content:encoded><![CDATA[<p>@Salva: I understand the reason for prefixes, but it&#8217;s a pain and I don&#8217;t understand this double standard between draft html tags and draft css declarations. </p>
<p>This draft thing is a nonsense because different browsers keep behaving differently even on standardized things like paddings, borders, margins and tables. I really don&#8217;t see many differences between draft standards and having to deal with IE6/7, FF2/3, Opera, Safari and now Chrome.</p>
<p>A solution would be implement both the browser specific declaration and the standard one (i.e. both -moz-transform and transform): developers that want to play safe will use the former, developers who want to take risks will use the latter. Furthermore, there aren&#8217;t more risks in the latter approach than in dealing with the usual incompatibilities between browsers: test a lot, fix the layout and the css, iterate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: 115516</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267414</link>
		<dc:creator>115516</dc:creator>
		<pubDate>Mon, 15 Sep 2008 19:26:06 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267414</guid>
		<description>This is very good!
CSS3 - to the all browsers!</description>
		<content:encoded><![CDATA[<p>This is very good!<br />
CSS3 &#8211; to the all browsers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Salva</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267407</link>
		<dc:creator>Salva</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:07:59 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267407</guid>
		<description>The prefixes are there to avoid compatibility problems if the finished spec is different from the current implementation. They are a pain, but having suffered the effects of &quot;padding&quot; not working equally across browsers, I guess it&#039;s not that bad.

I can&#039;t wait for the prefix to dissapear, thought, as it will mean a standard has been reached and the properties can be used safely.</description>
		<content:encoded><![CDATA[<p>The prefixes are there to avoid compatibility problems if the finished spec is different from the current implementation. They are a pain, but having suffered the effects of &#8220;padding&#8221; not working equally across browsers, I guess it&#8217;s not that bad.</p>
<p>I can&#8217;t wait for the prefix to dissapear, thought, as it will mean a standard has been reached and the properties can be used safely.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: westonruter</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267405</link>
		<dc:creator>westonruter</dc:creator>
		<pubDate>Mon, 15 Sep 2008 16:06:05 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267405</guid>
		<description>Hope Mozilla unveils CSS Transitions at the same time as Transforms.

IE&#039;s matrix filters are a pain to use. Try, for example, applying a rotation transform to an alpha-transparent PNG. IE&#039;s filters aren&#039;t integrated deeply enough into the rendering engine.</description>
		<content:encoded><![CDATA[<p>Hope Mozilla unveils CSS Transitions at the same time as Transforms.</p>
<p>IE&#8217;s matrix filters are a pain to use. Try, for example, applying a rotation transform to an alpha-transparent PNG. IE&#8217;s filters aren&#8217;t integrated deeply enough into the rendering engine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmontrasio</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267402</link>
		<dc:creator>pmontrasio</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:20:36 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267402</guid>
		<description>Nice, I&#039;ll experiment with them to learn the tricks but I think I&#039;m not using them in my projects until browser vendors remove the -moz/-webkit prefixes from the declarations. I don&#039;t want to use both -moz-transform and -webkit-transform in my CSS files, maybe with even different arguments and results.

Gecko 1.9 alpha is using the video tag and not a moz-video one, even if HTML 5 is still a draft recommendation. Why can&#039;t they do the same for CSS transforms, which are in draft stage as well?

The same happened with border-radius weeks ago.</description>
		<content:encoded><![CDATA[<p>Nice, I&#8217;ll experiment with them to learn the tricks but I think I&#8217;m not using them in my projects until browser vendors remove the -moz/-webkit prefixes from the declarations. I don&#8217;t want to use both -moz-transform and -webkit-transform in my CSS files, maybe with even different arguments and results.</p>
<p>Gecko 1.9 alpha is using the video tag and not a moz-video one, even if HTML 5 is still a draft recommendation. Why can&#8217;t they do the same for CSS transforms, which are in draft stage as well?</p>
<p>The same happened with border-radius weeks ago.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sergeyilinsky</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267400</link>
		<dc:creator>sergeyilinsky</dc:creator>
		<pubDate>Mon, 15 Sep 2008 15:11:42 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267400</guid>
		<description>Lon42, very good reminder on IE&#039;s (oh, that old new kind-of-browser) original &quot;missing&quot; implementation...
BTW: It&#039;s getting really fun with all &quot;standardization&quot; efforts. Imagine CSS files full of: 
-moz-transform: translate(30px);
-ms-transform: translate(30px);
-webkit-transform: translate(30px);
-safari-transform: translate(30px);
Wish we had more browsers willing to participate the rush ;)</description>
		<content:encoded><![CDATA[<p>Lon42, very good reminder on IE&#8217;s (oh, that old new kind-of-browser) original &#8220;missing&#8221; implementation&#8230;<br />
BTW: It&#8217;s getting really fun with all &#8220;standardization&#8221; efforts. Imagine CSS files full of:<br />
-moz-transform: translate(30px);<br />
-ms-transform: translate(30px);<br />
-webkit-transform: translate(30px);<br />
-safari-transform: translate(30px);<br />
Wish we had more browsers willing to participate the rush ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lon42</title>
		<link>http://ajaxian.com/archives/css-transforms-first-webkit-now-gecko-too/comment-page-1#comment-267399</link>
		<dc:creator>Lon42</dc:creator>
		<pubDate>Mon, 15 Sep 2008 14:57:01 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4434#comment-267399</guid>
		<description>The title should be: First IE, then nobody, then WebKit, then Gecko as IE offered Matrix transformations in IE5.5, released july 2000.

That doesn&#039;t mean I&#039;m not happy with current developments.

But. Where&#039;s the z-axis in Gecko? No 3D rotations/translations yet?</description>
		<content:encoded><![CDATA[<p>The title should be: First IE, then nobody, then WebKit, then Gecko as IE offered Matrix transformations in IE5.5, released july 2000.</p>
<p>That doesn&#8217;t mean I&#8217;m not happy with current developments.</p>
<p>But. Where&#8217;s the z-axis in Gecko? No 3D rotations/translations yet?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
