Modules Archives
News on specific CSS3 modules and their development.
July 25th, 2007 by Peter Gasston
Excerpt: Since the idea of CSS2.2 was raised, there's been some discussion as to what it should encompass, who should be responsible for the spec, and what it should be called; here's what I think:
First, it doesn't matter what it's called. Whether it's referred to as CSS2.2, CSS2.1+, CSS3 Interim, or wha
July 20th, 2007 by David Storey
Excerpt: While preparing an example of using the colours specified in the CSS3 Colour module, I come across something after Minefield (the nightly builds of Firefox 3) updated itself. It now supports the resize property from the Basic user interface module.
Unfortunately, Minefield loads, then freezes an
July 15th, 2007 by Peter Gasston
Excerpt: #test_selectors { list-style: none; margin: 0; padding: 0; } #test_selectors a { color: #000; display: block; text-decoration: none; } #test_selectors a span { text-decoration: underline; } #test_selectors a:hover { color: #f00; text-decoration: underline; } #test_selectors a[accesskey] { backgroun
July 10th, 2007 by Peter Gasston
Excerpt: The Short Answer:
None of it.
The Slightly Longer Answer:
I'm in the process of updating the Preview area at the moment (sneak preview), and what's immediately apparent is the low level of implementation of the new CSS 3 features across the major browsers. As IE6 is still the most widely-us
June 19th, 2007 by Peter Gasston
Excerpt: With the release of Safari 3, there are now two browsers with (browser-specific) implementations of border-radius; unfortunately, the two implementations are different. The problem is that there is an unresolved ambiguity in the CSS 3 working draft.
The draft proposes four declarations, which des