<?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: Change happens: border-image breaks in Chrome</title>
	<atom:link href="http://blog.assortedgarbage.com/2011/12/change-happens/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.assortedgarbage.com/2011/12/change-happens/</link>
	<description>Thoughts, rants and musings about Adobe, the web, technology and 200+ days a year traveling as a software evangelist.</description>
	<lastBuildDate>Fri, 27 Dec 2013 11:02:23 +0000</lastBuildDate>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=3.9.40</generator>
	<item>
		<title>By: Vendor prefixes are not developer-friendly &#124; InfoLogs</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-10034</link>
		<dc:creator><![CDATA[Vendor prefixes are not developer-friendly &#124; InfoLogs]]></dc:creator>
		<pubDate>Sat, 05 Oct 2013 22:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-10034</guid>
		<description><![CDATA[[&#8230;] border-image&#160;introduced a similar situation recently: WebKit changed its semantics and required a `fill` keyword to match previous behavior. Sounds like trouble, but this change happened when the unprefixed variant was exposed, matching implementor best practices of changing a feature. The result: Greg Rewis of Adobe blogging that Chrome broke his site. [&#8230;]]]></description>
		<content:encoded><![CDATA[<p>[&#8230;] border-image&nbsp;introduced a similar situation recently: WebKit changed its semantics and required a `fill` keyword to match previous behavior. Sounds like trouble, but this change happened when the unprefixed variant was exposed, matching implementor best practices of changing a feature. The result: Greg Rewis of Adobe blogging that Chrome broke his site. [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-9061</link>
		<dc:creator><![CDATA[Paul]]></dc:creator>
		<pubDate>Tue, 18 Sep 2012 19:32:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-9061</guid>
		<description><![CDATA[Life Saving!  Thank you for the info on the &quot;fill&quot; change, my site broke but only on FF and it was driving me nuts!]]></description>
		<content:encoded><![CDATA[<p>Life Saving!  Thank you for the info on the &#8220;fill&#8221; change, my site broke but only on FF and it was driving me nuts!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-9047</link>
		<dc:creator><![CDATA[Greg]]></dc:creator>
		<pubDate>Sun, 22 Jul 2012 23:28:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-9047</guid>
		<description><![CDATA[LOL - actually, you were correct, I had left off the -o- prefix. I must have been fixing it when you looked again. If I had been using Sass (which I do for every project now), my mix-in would&#039;ve kept the problem that from happening to begin with. ;-)]]></description>
		<content:encoded><![CDATA[<p>LOL &#8211; actually, you were correct, I had left off the -o- prefix. I must have been fixing it when you looked again. If I had been using Sass (which I do for every project now), my mix-in would&#8217;ve kept the problem that from happening to begin with. ;-)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holly</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-9046</link>
		<dc:creator><![CDATA[Holly]]></dc:creator>
		<pubDate>Sun, 22 Jul 2012 11:29:04 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-9046</guid>
		<description><![CDATA[that&#039;s weird. after sending that comment, the border image appeared for me as a opera user too. maybe there was some sort of loading problem the first time i opened the site. so, i guess you can ignore these comments. :)]]></description>
		<content:encoded><![CDATA[<p>that&#8217;s weird. after sending that comment, the border image appeared for me as a opera user too. maybe there was some sort of loading problem the first time i opened the site. so, i guess you can ignore these comments. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Holly</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-9045</link>
		<dc:creator><![CDATA[Holly]]></dc:creator>
		<pubDate>Sun, 22 Jul 2012 11:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-9045</guid>
		<description><![CDATA[hey dude, thanks for the hint, that really helped be. however, i&#039;ve got a hint for you as well. you&#039;ll find your site in broken in opera. 

you have to add a border-image property with the -o- prefix to see it working in opera. atm, opera ignores the missing fill attribute like firefox does.]]></description>
		<content:encoded><![CDATA[<p>hey dude, thanks for the hint, that really helped be. however, i&#8217;ve got a hint for you as well. you&#8217;ll find your site in broken in opera. </p>
<p>you have to add a border-image property with the -o- prefix to see it working in opera. atm, opera ignores the missing fill attribute like firefox does.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Legislação Ambiental</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-9033</link>
		<dc:creator><![CDATA[Legislação Ambiental]]></dc:creator>
		<pubDate>Tue, 19 Jun 2012 14:41:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-9033</guid>
		<description><![CDATA[Thank you, also updated my blog for HTML5 and did not know what to do to specify the boundaries in the image, congratulations for the information.]]></description>
		<content:encoded><![CDATA[<p>Thank you, also updated my blog for HTML5 and did not know what to do to specify the boundaries in the image, congratulations for the information.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: html6game</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-9019</link>
		<dc:creator><![CDATA[html6game]]></dc:creator>
		<pubDate>Tue, 15 May 2012 06:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-9019</guid>
		<description><![CDATA[Just read this article, your website is very beautiful, almost entirely with CSS3 background image, there may be some rotate elements in it. Prior seems these new elements can really replace sections.]]></description>
		<content:encoded><![CDATA[<p>Just read this article, your website is very beautiful, almost entirely with CSS3 background image, there may be some rotate elements in it. Prior seems these new elements can really replace sections.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hallvord R. M. Steen</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-8814</link>
		<dc:creator><![CDATA[Hallvord R. M. Steen]]></dc:creator>
		<pubDate>Wed, 07 Mar 2012 13:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-8814</guid>
		<description><![CDATA[(Would be nice if you added an -o- prefixed version without the fill keyword though :-) )]]></description>
		<content:encoded><![CDATA[<p>(Would be nice if you added an -o- prefixed version without the fill keyword though :-) )</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafal</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-8813</link>
		<dc:creator><![CDATA[Rafal]]></dc:creator>
		<pubDate>Wed, 07 Mar 2012 13:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-8813</guid>
		<description><![CDATA[Can you add -o- prefix so that site is readable in Opera? Do it for the Bruce that you have on the header picture. :)]]></description>
		<content:encoded><![CDATA[<p>Can you add -o- prefix so that site is readable in Opera? Do it for the Bruce that you have on the header picture. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hallvord R. M. Steen</title>
		<link>http://blog.assortedgarbage.com/2011/12/change-happens/comment-page-1/#comment-8812</link>
		<dc:creator><![CDATA[Hallvord R. M. Steen]]></dc:creator>
		<pubDate>Wed, 07 Mar 2012 09:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.assortedgarbage.com/2011/12/change-happens-%e2%80%93-border-image-breaks-in-chrome/#comment-8812</guid>
		<description><![CDATA[Unfortunately, Opera does not support the fill keyword yet - so your blog is going to show up without text background for now :-/

I&#039;ve given an internal bug report a small kick on your behalf..]]></description>
		<content:encoded><![CDATA[<p>Unfortunately, Opera does not support the fill keyword yet &#8211; so your blog is going to show up without text background for now :-/</p>
<p>I&#8217;ve given an internal bug report a small kick on your behalf..</p>
]]></content:encoded>
	</item>
</channel>
</rss>
