1
0
Fork 0
blog/content/articles/2008-04-15-webkit-team-intr...

1.4 KiB
Raw Blame History

title author date tags
WebKit team introduces CSS-based gradients Matthias Kretschmann 2008-04-15 17:36:34+00:00
design
development
css

WebKit

Writing right now on a longer article about text-shadow and it's implementation in WebKit, the rendering engine which powers Safari and Konqueror. But now this exciting news popped up from Surfin' Safari, the blog of the WebKit development team:

WebKit now supports gradients specified in CSS. There are two types of gradients: linear gradients and radial gradients.

Take a look at the entry on Surfin' Safari to learn how those css-based gradients work and how they can be coded:

So what exactly is a gradient in CSS? It is an image, usable anywhere that image URLs were used before. Thats right… anywhere.

You can use gradients in the following places: background-image border-image list-style-image content property

Although the WebKit team is saying it is supported "now" a commenter on Surfin' Safari states that it seems the whole function isn't included in the latest nightly builds of WebKit.

So it will take some time, 'til it's worth replacing the gradient images on my h3 and h4 headlines with just simple css code...