<?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: Even more Konqueror CSS3 goodness!</title>
	<atom:link href="http://www.css3.info/even-more-konqueror-css3-goodness/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.css3.info/even-more-konqueror-css3-goodness/</link>
	<description>All you ever needed to know about CSS3</description>
	<lastBuildDate>Tue, 07 Feb 2012 18:52:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Tom</title>
		<link>http://www.css3.info/even-more-konqueror-css3-goodness/comment-page-1/#comment-260115</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Mon, 20 Sep 2010 13:47:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/even-more-konqueror-css3-goodness/#comment-260115</guid>
		<description>@Chris: It&#039;s a common misconception--HSV and HSL are different models. Their values for H are similar, but the calculations for S and Value/Brightness (or L) are markedly different. Wikipedia has a fair explanation ( &lt;a href=&quot;http://en.wikipedia.org/wiki/HSL_and_HSV&quot; rel=&quot;nofollow&quot;&gt;http://en.wikipedia.org/wiki/HSL_and_HSV&lt;/a&gt; ), but I don&#039;t think the images do it justice. See, e.g, &lt;a href=&quot;http://www.codeproject.com/KB/recipes/colorspace1.aspx&quot; rel=&quot;nofollow&quot;&gt;http://www.codeproject.com/KB/recipes/colorspace1...&lt;/a&gt; for an explanation in C# (with pictures). </description>
		<content:encoded><![CDATA[<p>@Chris: It&#8217;s a common misconception&#8211;HSV and HSL are different models. Their values for H are similar, but the calculations for S and Value/Brightness (or L) are markedly different. Wikipedia has a fair explanation ( <a href="http://en.wikipedia.org/wiki/HSL_and_HSV" rel="nofollow">http://en.wikipedia.org/wiki/HSL_and_HSV</a> ), but I don&#8217;t think the images do it justice. See, e.g, <a href="http://www.codeproject.com/KB/recipes/colorspace1.aspx" rel="nofollow">http://www.codeproject.com/KB/recipes/colorspace1&#8230;</a> for an explanation in C# (with pictures).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nicholas Shanks</title>
		<link>http://www.css3.info/even-more-konqueror-css3-goodness/comment-page-1/#comment-259823</link>
		<dc:creator>Nicholas Shanks</dc:creator>
		<pubDate>Sat, 07 Aug 2010 12:47:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/even-more-konqueror-css3-goodness/#comment-259823</guid>
		<description>Konqueror now uses WebKit and has dumped its own KHTML branch. Additionally, WebKit has always parsed both the -webkit- and -khtml- prefixes anyway. 
  &lt;a href=&quot;http://arstechnica.com/open-source/news/2007/07/the-unforking-of-kdes-khtml-and-webkit.ars&quot; rel=&quot;nofollow&quot;&gt;http://arstechnica.com/open-source/news/2007/07/t...&lt;/a&gt; </description>
		<content:encoded><![CDATA[<p>Konqueror now uses WebKit and has dumped its own KHTML branch. Additionally, WebKit has always parsed both the -webkit- and -khtml- prefixes anyway.</p>
<p>  <a href="http://arstechnica.com/open-source/news/2007/07/the-unforking-of-kdes-khtml-and-webkit.ars" rel="nofollow">http://arstechnica.com/open-source/news/2007/07/t&#8230;</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris</title>
		<link>http://www.css3.info/even-more-konqueror-css3-goodness/comment-page-1/#comment-259819</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Fri, 06 Aug 2010 14:08:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/even-more-konqueror-css3-goodness/#comment-259819</guid>
		<description>I do not use Konquerer but am interested in making my code as universal as possible and since I&#039;m already adding 3-4 variants of the latest codes to cover -moz-, -webkit-, opera and IE then 1 more wont hurt! 
 
More relevantly however I would suggest that the HSL vs HSV refer to the same thing (i.e. Hue-Saturation-Luminance / Hue-Saturation-Vibrance). I&#039;m not a Photoshop expert or anything but I would guess that in this context &#039;Luminance&#039; and &#039;Vibrance&#039; are interchangeable. 
 
Feel free to correct this if I&#039;m wrong though. 
 
++ Great website btw  :D ++ 
 
-- nb: Whoa!! Just realised how old this post is, hmm I wonder if my comments are still relevant or useful to anyone? - Oh well...  </description>
		<content:encoded><![CDATA[<p>I do not use Konquerer but am interested in making my code as universal as possible and since I&#8217;m already adding 3-4 variants of the latest codes to cover -moz-, -webkit-, opera and IE then 1 more wont hurt!</p>
<p>More relevantly however I would suggest that the HSL vs HSV refer to the same thing (i.e. Hue-Saturation-Luminance / Hue-Saturation-Vibrance). I&#8217;m not a Photoshop expert or anything but I would guess that in this context &#8216;Luminance&#8217; and &#8216;Vibrance&#8217; are interchangeable.</p>
<p>Feel free to correct this if I&#8217;m wrong though.</p>
<p>++ Great website btw  :D ++</p>
<p>&#8211; nb: Whoa!! Just realised how old this post is, hmm I wonder if my comments are still relevant or useful to anyone? &#8211; Oh well&#8230; </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gasston</title>
		<link>http://www.css3.info/even-more-konqueror-css3-goodness/comment-page-1/#comment-661</link>
		<dc:creator>Peter Gasston</dc:creator>
		<pubDate>Fri, 13 Oct 2006 16:16:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/even-more-konqueror-css3-goodness/#comment-661</guid>
		<description>As I suspected; except my version of Konqueror doesn&#039;t seem to support HSLA color. I will have to test further tonight.</description>
		<content:encoded><![CDATA[<p>As I suspected; except my version of Konqueror doesn&#8217;t seem to support HSLA color. I will have to test further tonight.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Weinig</title>
		<link>http://www.css3.info/even-more-konqueror-css3-goodness/comment-page-1/#comment-660</link>
		<dc:creator>Weinig</dc:creator>
		<pubDate>Fri, 13 Oct 2006 16:06:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.css3.info/blog/even-more-konqueror-css3-goodness/#comment-660</guid>
		<description>The release notes are actually incorrect in stating that KHTML now supports HSV/HSVA.  What they support are the CSS3 HSL/HSLA values, porting David Carson&#039;s code from WebCore.  It is the same code that was blogged about here (http://www.css3.info/blog/hsl-and-hsla-implemented-in-webkit-nightly/).</description>
		<content:encoded><![CDATA[<p>The release notes are actually incorrect in stating that KHTML now supports HSV/HSVA.  What they support are the CSS3 HSL/HSLA values, porting David Carson&#8217;s code from WebCore.  It is the same code that was blogged about here (<a href="http://www.css3.info/blog/hsl-and-hsla-implemented-in-webkit-nightly/" rel="nofollow">http://www.css3.info/blog/hsl-and-hsla-implemented-in-webkit-nightly/</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 @ 2012-02-08 09:48:08 -->
