Even more Konqueror CSS3 goodness!
KHTML, the Konqueror rendering engine, has received another upgrade - and with it, more implementation of the still-officially unannounced CSS3!
According to the release notes, KHTML 3.5.5 now has support for the HSV/HSVA color values. I must confess to being a little baffled by this; the CSS3 color module names HSL/HSLA values (of which HSL is supported), but not HSV/HSVA. Perhaps someone more au fait with colours could help me out on this one.
Also now supported, apparently, is the outline-offset property - which does exactly what it says; offsets the outline around a page element.
Please bear in mind I haven’t tested these, yet.













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’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/).
As I suspected; except my version of Konqueror doesn’t seem to support HSLA color. I will have to test further tonight.