Css3 Blogs

28
Jul

RGBa is not supported by the W3C's CSS validator

We've been checking some of our sites before submitting them to the 2011 Australian Web Awards and here's a little gotcha that had us pulling our hair out for a few hours.

The problem

The W3C's CSS validator does not support RGBa (at least on borders)!

Examples:
border: 1px solid rgba(0,0,0,0.5);

Symptoms

You get one or many of the errors when trying to validate your CSS on lines where you use RGBa():

16
Feb

CSS3 Animated Volumetric Clouds

For years the geeks who essentially control how your web experience works (otherwise known as the W3C) have been promising us powerful new features, a revolution in UI design. Now we're on the brink of this so-called revolution, just what can be done with it? This demo shows my attempt to push the limits of the new CSS3 web standards, with some interesting results.