Modules Archives

News on specific CSS3 modules and their development.

What is CSS2.2?

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

Resize now works in Gecko (kind of)

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

Using CSS 3 selectors to apply link icons

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

What CSS 3 Can You Easily Use Right Now?

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

border-radius: Safari vs Mozilla

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