<?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: background-clip: text</title>
	<atom:link href="http://webkit.org/blog/164/background-clip-text/feed/" rel="self" type="application/rss+xml" />
	<link>http://webkit.org/blog/164/background-clip-text/</link>
	<description>All about WebKit development</description>
	<lastBuildDate>Sat, 21 Nov 2009 23:00:28 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nicholas Shanks</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-24054</link>
		<dc:creator>Nicholas Shanks</dc:creator>
		<pubDate>Tue, 25 Mar 2008 14:37:47 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-24054</guid>
		<description>@hyatt: Actually your example doesn&#039;t degrade gracefully because it uses color: transparent. Both the background and background-clip are ignored by older/other UAs, leaving transparent text on a white page.</description>
		<content:encoded><![CDATA[<p>@hyatt: Actually your example doesn&#8217;t degrade gracefully because it uses color: transparent. Both the background and background-clip are ignored by older/other UAs, leaving transparent text on a white page.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Hyatt</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23977</link>
		<dc:creator>Dave Hyatt</dc:creator>
		<pubDate>Fri, 21 Mar 2008 20:25:05 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23977</guid>
		<description>kL: Actually it&#039;s pretty easy to make it degrade gracefully just by using multiple background layers.  Other browsers reject multiple backgrounds.</description>
		<content:encoded><![CDATA[<p>kL: Actually it&#8217;s pretty easy to make it degrade gracefully just by using multiple background layers.  Other browsers reject multiple backgrounds.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fyrd</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23976</link>
		<dc:creator>Fyrd</dc:creator>
		<pubDate>Fri, 21 Mar 2008 18:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23976</guid>
		<description>@Robert Blaut

I see. Seems rather limiting to me, so I hope support for variable width SVG files will be added eventually too.</description>
		<content:encoded><![CDATA[<p>@Robert Blaut</p>
<p>I see. Seems rather limiting to me, so I hope support for variable width SVG files will be added eventually too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robert Blaut</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23975</link>
		<dc:creator>Robert Blaut</dc:creator>
		<pubDate>Fri, 21 Mar 2008 17:08:27 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23975</guid>
		<description>@Fyrd: Using SVG in this case and also as src attribute for img element is currently limited to svg files with explicit width
and height set. Check this comment for details: http://bugs.webkit.org/show_bug.cgi?id=5971#c23</description>
		<content:encoded><![CDATA[<p>@Fyrd: Using SVG in this case and also as src attribute for img element is currently limited to svg files with explicit width<br />
and height set. Check this comment for details: <a href="http://bugs.webkit.org/show_bug.cgi?id=5971#c23" rel="nofollow">http://bugs.webkit.org/show_bug.cgi?id=5971#c23</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kL</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23974</link>
		<dc:creator>kL</dc:creator>
		<pubDate>Fri, 21 Mar 2008 15:16:10 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23974</guid>
		<description>If I understand this correctly, the whole background will be visible in browsers that don&#039;t support background-clip:text. I don&#039;t think that&#039;s nice degradation. I&#039;d rather have fallback to similar, solid text color, but that is not possible if there&#039;s risk of background being shown behind the text.

I think making this a completely new property, like text-background:, would be much better.</description>
		<content:encoded><![CDATA[<p>If I understand this correctly, the whole background will be visible in browsers that don&#8217;t support background-clip:text. I don&#8217;t think that&#8217;s nice degradation. I&#8217;d rather have fallback to similar, solid text color, but that is not possible if there&#8217;s risk of background being shown behind the text.</p>
<p>I think making this a completely new property, like text-background:, would be much better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eAi</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23973</link>
		<dc:creator>eAi</dc:creator>
		<pubDate>Fri, 21 Mar 2008 12:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23973</guid>
		<description>Well, I can&#039;t believe using SVG for a background image can be hard to implement. I imagine it could be quite useful for other things, such as generating &#039;button&#039; images etc, assuming the SVG can be scaled neatly to fill a div...</description>
		<content:encoded><![CDATA[<p>Well, I can&#8217;t believe using SVG for a background image can be hard to implement. I imagine it could be quite useful for other things, such as generating &#8216;button&#8217; images etc, assuming the SVG can be scaled neatly to fill a div&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fyrd</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23972</link>
		<dc:creator>Fyrd</dc:creator>
		<pubDate>Fri, 21 Mar 2008 12:25:32 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23972</guid>
		<description>Hmm, an interesting and quite logical proposal.

On the subject of SVG files as CSS backgrounds, I&#039;ve read that this is &lt;a href=&quot;http://docs.info.apple.com/article.html?artnum=307467&quot; rel=&quot;nofollow&quot;&gt;supposed to be supported&lt;/a&gt; in Safari 3.1. However, it doesn&#039;t actually appear to work in most &lt;a href=&quot;http://www.treebuilder.de/svg/svgincss/test2.html&quot; rel=&quot;nofollow&quot;&gt;examples&lt;/a&gt; &lt;a href=&quot;http://www.treebuilder.de/svg/svgincss/test3.html&quot; rel=&quot;nofollow&quot;&gt;I&#039;ve&lt;/a&gt; &lt;a href=&quot;http://www.treebuilder.de/svg/svgincss/test4.html&quot; rel=&quot;nofollow&quot;&gt;seen&lt;/a&gt; that do work in Opera 9.5. Is this a bug that is being worked on?</description>
		<content:encoded><![CDATA[<p>Hmm, an interesting and quite logical proposal.</p>
<p>On the subject of SVG files as CSS backgrounds, I&#8217;ve read that this is <a href="http://docs.info.apple.com/article.html?artnum=307467" rel="nofollow">supposed to be supported</a> in Safari 3.1. However, it doesn&#8217;t actually appear to work in most <a href="http://www.treebuilder.de/svg/svgincss/test2.html" rel="nofollow">examples</a> <a href="http://www.treebuilder.de/svg/svgincss/test3.html" rel="nofollow">I&#8217;ve</a> <a href="http://www.treebuilder.de/svg/svgincss/test4.html" rel="nofollow">seen</a> that do work in Opera 9.5. Is this a bug that is being worked on?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rijk</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23971</link>
		<dc:creator>Rijk</dc:creator>
		<pubDate>Fri, 21 Mar 2008 11:26:50 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23971</guid>
		<description>Yes, gradient backgrounds have been suggested for CSS3, but nothing has been decided yet. With browsers implementing SVG, it should soon become possible to use a SVG file as background image, which makes it relatively easy to add a gradient background. This is already working in the Opera 9.5 test builds. I&#039;ve used this on my site http://people.opera.com/rijk/opera/ . I have to say though that something in support for simple gradients in CSS would still be easier.</description>
		<content:encoded><![CDATA[<p>Yes, gradient backgrounds have been suggested for CSS3, but nothing has been decided yet. With browsers implementing SVG, it should soon become possible to use a SVG file as background image, which makes it relatively easy to add a gradient background. This is already working in the Opera 9.5 test builds. I&#8217;ve used this on my site <a href="http://people.opera.com/rijk/opera/" rel="nofollow">http://people.opera.com/rijk/opera/</a> . I have to say though that something in support for simple gradients in CSS would still be easier.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: theallan</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23970</link>
		<dc:creator>theallan</dc:creator>
		<pubDate>Fri, 21 Mar 2008 09:35:55 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23970</guid>
		<description>My understanding of gradients in CSS backgrounds, is that, although it has been discussed, it won&#039;t be included as this is the area of the SVG working group. There is no real point in overlapping the work that the CSS and SVG people are doing. And as we are seeing, the SVG support in browsers is now starting to come along quite nicely.

Very nice work on the background-clip!</description>
		<content:encoded><![CDATA[<p>My understanding of gradients in CSS backgrounds, is that, although it has been discussed, it won&#8217;t be included as this is the area of the SVG working group. There is no real point in overlapping the work that the CSS and SVG people are doing. And as we are seeing, the SVG support in browsers is now starting to come along quite nicely.</p>
<p>Very nice work on the background-clip!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: eAi</title>
		<link>http://webkit.org/blog/164/background-clip-text/comment-page-1/#comment-23969</link>
		<dc:creator>eAi</dc:creator>
		<pubDate>Fri, 21 Mar 2008 04:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://webkit.org/blog/164/background-clip-text/#comment-23969</guid>
		<description>Googling shows gradients have been suggested for CSS3 for many years, I agree they seem an obvious and easy thing to include and very widely used -  just look at this page for example! Someone who knows more may be able to point out that it&#039;s already in a spec or a good reason why it isn&#039;t...</description>
		<content:encoded><![CDATA[<p>Googling shows gradients have been suggested for CSS3 for many years, I agree they seem an obvious and easy thing to include and very widely used &#8211;  just look at this page for example! Someone who knows more may be able to point out that it&#8217;s already in a spec or a good reason why it isn&#8217;t&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
