Previews of implemented CSS3 functionality

Although still a work in progress, I hadn’t realised how many of the proposed CSS3 features actually already have some kind of basic implementation in the latest set of browsers. Check out this page which provides live demonstrations of some of the more exciting proposals.

I think the major things I’m looking forward to are…

  • Ability to specify multiple background images on the same element – so no need to add superfluous elements as styling hooks
  • Multi-column layout – allowing text from a single element to visually flow into multiple columns, much like a newspaper layout
  • Decent support for RGBA – so being able to specify the alpha channel when setting a background colour. This avoids having to cut PNG images in order to achieve a semi-transparent background.
  • Support for specifying colours in terms of Hue, Saturation and Lightness. Although I’m not quite sure how I’ll use this yet, I can imagine this would make animation of colours more intuitive – for example, using javascript to animate the amount of light applied to an element.

The live examples are really worth looking at, and give a much better feel for what is coming up compared with reading a specification.

Posted:

December 17, 2009 @ 14:21

Categories:

Design, Development

Tags:

Comments:

1 comment so far

Comments RSS feed for comments on this post.

  1. This site http://24ways.org/ covers a lot of the forthcoming CSS3 and HTML5 stuff. I like the individual articles, some better than others

    Comment by Pat Long, January 28, 2010 @ 4:41 pm

Leave a comment