[CSS3] support for linear-gradients & radial-gradients

Hello,
       I was looking through the latest draft, published on the 15th of December, 2010, for CSS3 images and I was trying to test some of the proposed and drafted features

In regards to gradients, I could not get them to work in the latest versions
of Webkit or Mozilla Firefox.
Was there an error in my syntax:
..gradientBox{
                       background:linear-gradient(#f5f5f5, #d3d3d3);
}

or are css3 gradients, the non vendor specific version, as introduced in the
draft not yet supported by any browser?

If so, is there a method or browser I can use to test these drafted features among others as well?

Thanks in Advance & Best Regards,
                                                      Irfan M.

P.S. I prefer vendor-specific styling because it does not validate in the W3C's CSS validation test.
Speaking of which, would the linear-gradient / radial-gradient validate or
not, I am assuming it would not due to its draft status? In other words,
does styling have to be out of draft and recommended for use to validate?

Received on Monday, 10 January 2011 17:33:01 UTC