<?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: border-image: No more cutting up hell</title>
	<atom:link href="http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 17 May 2012 07:43:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Anne van Kesteren</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266740</link>
		<dc:creator>Anne van Kesteren</dc:creator>
		<pubDate>Mon, 18 Aug 2008 10:59:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266740</guid>
		<description>border-width does not take integer values, fwiw. (With a no-quirks parser that rule would be ignored.)</description>
		<content:encoded><![CDATA[<p>border-width does not take integer values, fwiw. (With a no-quirks parser that rule would be ignored.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: icoloma</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266646</link>
		<dc:creator>icoloma</dc:creator>
		<pubDate>Thu, 14 Aug 2008 07:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266646</guid>
		<description>As a matter of fact, webkit and firefox implementations of border-radius are different. There are some (obscure) combinations of parameters that are interpreted differently.</description>
		<content:encoded><![CDATA[<p>As a matter of fact, webkit and firefox implementations of border-radius are different. There are some (obscure) combinations of parameters that are interpreted differently.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eyelidlessness</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266632</link>
		<dc:creator>eyelidlessness</dc:creator>
		<pubDate>Wed, 13 Aug 2008 18:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266632</guid>
		<description>The reason for the -vendor- prefix, as Hans Schmucker sort of explained, is that it is a vendor-specific implementation even if it conforms to the draft, until the spec is out of draft. If FF 3.1 implements this as it is described in the draft, and the draft is edited and made official tomorrow, then 3.1 has a non-standard implementation until it is updated to the new spec and takes 3.1&#039;s market share.</description>
		<content:encoded><![CDATA[<p>The reason for the -vendor- prefix, as Hans Schmucker sort of explained, is that it is a vendor-specific implementation even if it conforms to the draft, until the spec is out of draft. If FF 3.1 implements this as it is described in the draft, and the draft is edited and made official tomorrow, then 3.1 has a non-standard implementation until it is updated to the new spec and takes 3.1&#8242;s market share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hans Schmucker</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266630</link>
		<dc:creator>Hans Schmucker</dc:creator>
		<pubDate>Wed, 13 Aug 2008 18:03:21 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266630</guid>
		<description>There&#039;s a reason for it. -vendor- are necessary because the draft versions might not behave like the final version and specifically might not even behave the same in different browsers. And we all want to avoid something like we have in HTML were we have totally different properties (i.e. -msie-width vs width) that have the same name.</description>
		<content:encoded><![CDATA[<p>There&#8217;s a reason for it. -vendor- are necessary because the draft versions might not behave like the final version and specifically might not even behave the same in different browsers. And we all want to avoid something like we have in HTML were we have totally different properties (i.e. -msie-width vs width) that have the same name.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tj111</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266629</link>
		<dc:creator>tj111</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:59:51 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266629</guid>
		<description>Why can&#039;t both just support something like &lt;code&gt;-css3-border-image&lt;/code&gt; instead of making us type out the individual rendering engine?  I understand theres some places where there might be overlap, but the webkit and mozilla teams should collaberate to eliminate those.</description>
		<content:encoded><![CDATA[<p>Why can&#8217;t both just support something like <code>-css3-border-image</code> instead of making us type out the individual rendering engine?  I understand theres some places where there might be overlap, but the webkit and mozilla teams should collaberate to eliminate those.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pmontrasio</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266627</link>
		<dc:creator>pmontrasio</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266627</guid>
		<description>Very nice but this highlights a problem with the naming of non standard properties.

Firefox should simply recognize the -webkit-border-image one instead of forcing us to add another line to our css files for -moz-border-image.

In other words: the first browser to implement a property should get credit and give it the name it wishes. The other browser should use it and eventually drop the browser specific name when the property gets approved.

What I don&#039;t want to see is css files like this

-webkit-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;
-moz-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;
-opera-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;
-ie-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;

It&#039;s verbose, it&#039;s redundant, it&#039;s error prone: it&#039;s a bad practice.</description>
		<content:encoded><![CDATA[<p>Very nice but this highlights a problem with the naming of non standard properties.</p>
<p>Firefox should simply recognize the -webkit-border-image one instead of forcing us to add another line to our css files for -moz-border-image.</p>
<p>In other words: the first browser to implement a property should get credit and give it the name it wishes. The other browser should use it and eventually drop the browser specific name when the property gets approved.</p>
<p>What I don&#8217;t want to see is css files like this</p>
<p>-webkit-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;<br />
-moz-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;<br />
-opera-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;<br />
-ie-border-image: url(toolButton.png) 0 5 0 5 stretch stretch;</p>
<p>It&#8217;s verbose, it&#8217;s redundant, it&#8217;s error prone: it&#8217;s a bad practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ialexi</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266625</link>
		<dc:creator>ialexi</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:45:18 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266625</guid>
		<description>Nice thing about targeting iPhone (as it appears the example does) is that it is a single platform. No worry about different browsers (though, you do have to worry about the difference between 1.0 and 2.0 software (though x2, 2.0 software, and future software updates, may become ubiquitous rather quickly due to Apple&#039;s method of propagation)).</description>
		<content:encoded><![CDATA[<p>Nice thing about targeting iPhone (as it appears the example does) is that it is a single platform. No worry about different browsers (though, you do have to worry about the difference between 1.0 and 2.0 software (though x2, 2.0 software, and future software updates, may become ubiquitous rather quickly due to Apple&#8217;s method of propagation)).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: creppie</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266624</link>
		<dc:creator>creppie</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:40:35 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266624</guid>
		<description>Hmm..  Seems to also stretch the colors lighter.  Likely by a function of the stretch width, this will make all buttons with the same img but diff widths look inconsistent.  Let&#039;s hope I&#039;m missing something or that they get that fixed.</description>
		<content:encoded><![CDATA[<p>Hmm..  Seems to also stretch the colors lighter.  Likely by a function of the stretch width, this will make all buttons with the same img but diff widths look inconsistent.  Let&#8217;s hope I&#8217;m missing something or that they get that fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zzen</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266623</link>
		<dc:creator>zzen</dc:creator>
		<pubDate>Wed, 13 Aug 2008 17:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266623</guid>
		<description>@commadelimited: It&#039;s part of the current &lt;a href=&quot;http://www.w3.org/TR/css3-border/#the-border-image&quot; rel=&quot;nofollow&quot;&gt;CSS3 Background and Borders&lt;/a&gt; working draft. When the draft reaches status of Recommendation, the browser-specific prefixes can be dropped.</description>
		<content:encoded><![CDATA[<p>@commadelimited: It&#8217;s part of the current <a href="http://www.w3.org/TR/css3-border/#the-border-image" rel="nofollow">CSS3 Background and Borders</a> working draft. When the draft reaches status of Recommendation, the browser-specific prefixes can be dropped.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: commadelimited</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266622</link>
		<dc:creator>commadelimited</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:38:13 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266622</guid>
		<description>Errr &quot;moz&quot;</description>
		<content:encoded><![CDATA[<p>Errr &#8220;moz&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: commadelimited</title>
		<link>http://ajaxian.com/archives/border-image-no-more-cutting-up-hell/comment-page-1#comment-266621</link>
		<dc:creator>commadelimited</dc:creator>
		<pubDate>Wed, 13 Aug 2008 16:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=4088#comment-266621</guid>
		<description>How is this &quot;CSS3&quot; when the properties are mox and webkit specific?</description>
		<content:encoded><![CDATA[<p>How is this &#8220;CSS3&#8243; when the properties are mox and webkit specific?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

