<?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: Opera 10 Alpha continues the CSS3 push</title>
	<atom:link href="http://www.css3.info/opera-10-alpha-continues-the-css3-push/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Fri, 30 Jul 2010 16:05:52 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Opera Still Cooking With CSS3 On the Way &#124; SpecialityMoney.com</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-235286</link>
		<dc:creator>Opera Still Cooking With CSS3 On the Way &#124; SpecialityMoney.com</dc:creator>
		<pubDate>Sat, 28 Mar 2009 02:27:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-235286</guid>
		<description>[...] current version of Opera already supports parts of CSS3, while support in Opera 10 will be even greater. Opera 10 beta should be available in the next few [...]</description>
		<content:encoded><![CDATA[<p>[...] current version of Opera already supports parts of CSS3, while support in Opera 10 will be even greater. Opera 10 beta should be available in the next few [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Opera Still Cooking with CSS3 On the Way</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-235227</link>
		<dc:creator>Opera Still Cooking with CSS3 On the Way</dc:creator>
		<pubDate>Fri, 27 Mar 2009 16:01:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-235227</guid>
		<description>[...] current version of Opera already supports parts of CSS3, while support in Opera 10 will be even greater. Opera 10 beta should be available in the next few [...]</description>
		<content:encoded><![CDATA[<p>[...] current version of Opera already supports parts of CSS3, while support in Opera 10 will be even greater. Opera 10 beta should be available in the next few [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-228913</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Thu, 12 Feb 2009 12:13:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-228913</guid>
		<description>I&#039;m using a recent alpha build (windows) of opera but can&#039;t see the web fonts in the preview. The examples on the opera sites work though.</description>
		<content:encoded><![CDATA[<p>I&#8217;m using a recent alpha build (windows) of opera but can&#8217;t see the web fonts in the preview. The examples on the opera sites work though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-222075</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Sun, 04 Jan 2009 10:51:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-222075</guid>
		<description>I think the best way to do it, would be to sniff for Opera (only the versions that support it), then output it then, since at the moment Opera is it (Firefox 3.2 might get support for it)

Also, when you do something like this
background-image: url(1.svg), url(2.png), url(3.jpg);
You&#039;re actually using the multiple backgrounds part of CSS3, not any sort of fallback.</description>
		<content:encoded><![CDATA[<p>I think the best way to do it, would be to sniff for Opera (only the versions that support it), then output it then, since at the moment Opera is it (Firefox 3.2 might get support for it)</p>
<p>Also, when you do something like this<br />
background-image: url(1.svg), url(2.png), url(3.jpg);<br />
You&#8217;re actually using the multiple backgrounds part of CSS3, not any sort of fallback.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: boen_robot</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-221940</link>
		<dc:creator>boen_robot</dc:creator>
		<pubDate>Sat, 03 Jan 2009 10:49:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-221940</guid>
		<description> On the background-image fallback thing... I&#039;ve had this problem too recently. And there&#039;s only one way I can think it can be solved: server side browser detection.

I just tried to see if Opera reports image/svg+xml (or anything &quot;svg&quot;) as a supported type (so that we could use type detection instead of browser detection), but it appears it doesn&#039;t show it there. I&#039;ve reported this as a bug to Opera just now.

But either way, server side browser detection appears to be the only way to reliably get SVG image backgrounds to Opera, while giving everyone else PNGs.</description>
		<content:encoded><![CDATA[<p> On the background-image fallback thing&#8230; I&#8217;ve had this problem too recently. And there&#8217;s only one way I can think it can be solved: server side browser detection.</p>
<p>I just tried to see if Opera reports image/svg+xml (or anything &#8220;svg&#8221;) as a supported type (so that we could use type detection instead of browser detection), but it appears it doesn&#8217;t show it there. I&#8217;ve reported this as a bug to Opera just now.</p>
<p>But either way, server side browser detection appears to be the only way to reliably get SVG image backgrounds to Opera, while giving everyone else PNGs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alun Bestor</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-218546</link>
		<dc:creator>Alun Bestor</dc:creator>
		<pubDate>Mon, 15 Dec 2008 00:42:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-218546</guid>
		<description>@chris:
&quot;It would be nice if browsers defaulted to the last valid rule they understood so you could put set a background as a png and then on the next line an svg, but they don’t.&quot;
Actually, they already do - all but IE&lt;8 at least - but maybe not to the extent you are hoping. I could for instance define the following rules and they will fall back gracefully:
background-color: #12345;
background-color: rgba(0, 0, 0, 0.33);
cursor: pointer;
cursor: -webkit-zoom-out;
display: inline;
display: inline-block;

However, in this particular case I don&#039;t think browsers can fall back as you want them to, when there&#039;s a valid image url() that points to a format the browser doesn&#039;t support. The browser will faithfully apply the url(&quot;image.svg&quot;) rule, but then not know how to treat the file it eventually receives and so fail to display it, just as if you had pointed to a URL that didn&#039;t exist.

This would be a tricky problem to address, because the browser has no way of knowing for sure what format the url() points to before it has received the file - and by the time it has received it, it&#039;s kind of too late to &#039;back out&#039; the entire style rule (which may have contained background colour declarations, multiple background images and so on).</description>
		<content:encoded><![CDATA[<p>@chris:<br />
&#8220;It would be nice if browsers defaulted to the last valid rule they understood so you could put set a background as a png and then on the next line an svg, but they don’t.&#8221;<br />
Actually, they already do &#8211; all but IE&lt;8 at least &#8211; but maybe not to the extent you are hoping. I could for instance define the following rules and they will fall back gracefully:<br />
background-color: #12345;<br />
background-color: rgba(0, 0, 0, 0.33);<br />
cursor: pointer;<br />
cursor: -webkit-zoom-out;<br />
display: inline;<br />
display: inline-block;</p>
<p>However, in this particular case I don&#8217;t think browsers can fall back as you want them to, when there&#8217;s a valid image url() that points to a format the browser doesn&#8217;t support. The browser will faithfully apply the url(&#8220;image.svg&#8221;) rule, but then not know how to treat the file it eventually receives and so fail to display it, just as if you had pointed to a URL that didn&#8217;t exist.</p>
<p>This would be a tricky problem to address, because the browser has no way of knowing for sure what format the url() points to before it has received the file &#8211; and by the time it has received it, it&#8217;s kind of too late to &#8216;back out&#8217; the entire style rule (which may have contained background colour declarations, multiple background images and so on).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-217515</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Tue, 09 Dec 2008 16:40:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-217515</guid>
		<description>Sorry to bang on about svg when it&#039;s nothing to do with Opera 10 it&#039;s not really part of CSS3 but I was thinking...

if background images worked like fonts and the browser used the first image it understood then you could list an svg followed by a png. And to my surprise Safari works this way. Shame Opera and Firefox fail to use any image (I&#039;ve not tested IE).

I would think that adding this functionality wouldn&#039;t be too difficult to implement.  But why would the IE team want to add functionality which allowed Opera to produce better looking web site.</description>
		<content:encoded><![CDATA[<p>Sorry to bang on about svg when it&#8217;s nothing to do with Opera 10 it&#8217;s not really part of CSS3 but I was thinking&#8230;</p>
<p>if background images worked like fonts and the browser used the first image it understood then you could list an svg followed by a png. And to my surprise Safari works this way. Shame Opera and Firefox fail to use any image (I&#8217;ve not tested IE).</p>
<p>I would think that adding this functionality wouldn&#8217;t be too difficult to implement.  But why would the IE team want to add functionality which allowed Opera to produce better looking web site.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-217149</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Mon, 08 Dec 2008 13:09:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-217149</guid>
		<description>@Nox
Yeah, according to that draft it is, which doesn&#039;t make much sense (You&#039;re describing a font, not trying to match an installed one), the current draft* doesn&#039;t say that though (it only allows one value)

* http://dev.w3.org/csswg/css3-fonts/#font-family0</description>
		<content:encoded><![CDATA[<p>@Nox<br />
Yeah, according to that draft it is, which doesn&#8217;t make much sense (You&#8217;re describing a font, not trying to match an installed one), the current draft* doesn&#8217;t say that though (it only allows one value)</p>
<p>* <a href="http://dev.w3.org/csswg/css3-fonts/#font-family0" rel="nofollow">http://dev.w3.org/csswg/css3-fonts/#font-family0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chris</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-217099</link>
		<dc:creator>chris</dc:creator>
		<pubDate>Mon, 08 Dec 2008 09:44:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-217099</guid>
		<description>Nox: It would be nice if browsers defaulted to the last valid rule they understood so you could put set a background as a png and then on the next line an svg, but they don&#039;t. I&#039;ve just come across the same problem with using an RGBA background color where it would have been nice to set a normal RGB background first (for IE) and then a RGBA on the next line. However, I&#039;m sure that if they did work in this way it would cause all kinds of unimaginable problems!

It&#039;s good to see that both Mozilla and Webkit projects are at least thinking about implementing svg as backgrounds as I think svg is a technology waiting for a use, and I think backgrounds are the perfect match for svg.

No idea about fragments, sorry.</description>
		<content:encoded><![CDATA[<p>Nox: It would be nice if browsers defaulted to the last valid rule they understood so you could put set a background as a png and then on the next line an svg, but they don&#8217;t. I&#8217;ve just come across the same problem with using an RGBA background color where it would have been nice to set a normal RGB background first (for IE) and then a RGBA on the next line. However, I&#8217;m sure that if they did work in this way it would cause all kinds of unimaginable problems!</p>
<p>It&#8217;s good to see that both Mozilla and Webkit projects are at least thinking about implementing svg as backgrounds as I think svg is a technology waiting for a use, and I think backgrounds are the perfect match for svg.</p>
<p>No idea about fragments, sorry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nox</title>
		<link>http://www.css3.info/opera-10-alpha-continues-the-css3-push/comment-page-1/#comment-216885</link>
		<dc:creator>Nox</dc:creator>
		<pubDate>Sat, 06 Dec 2008 20:14:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/?p=315#comment-216885</guid>
		<description> @Alex
Looks like a valid rule.
http://www.w3.org/TR/css3-webfonts/#font-family</description>
		<content:encoded><![CDATA[<p> @Alex<br />
Looks like a valid rule.<br />
<a href="http://www.w3.org/TR/css3-webfonts/#font-family" rel="nofollow">http://www.w3.org/TR/css3-webfonts/#font-family</a></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 @ 2010-07-30 19:09:52 -->