- From: Ian Hickson <ian@hixie.ch>
- Date: Tue, 13 Apr 2004 15:29:43 +0000 (UTC)
- To: "Anne van Kesteren (fora)" <fora@annevankesteren.nl>
- Cc: www-style@w3.org
On Tue, 13 Apr 2004, Anne van Kesteren (fora) wrote:
>
> Take the 'color' property. If it is extended in newer versions with a
> 'change-red-amount()' value and CSS3 introduced the comma separated
> fallback we could have this:
>
> color:change-red-amount(255),red;
You can already do this.
color: red;
color: change-red-amount(255);
Forward compatibility was part of CSS1's original design.
--
Ian Hickson )\._.,--....,'``. fL
U+1047E /, _.. \ _\ ;`._ ,.
http://index.hixie.ch/ `._.-(,_..'--(,_..'`-.;.'
Received on Tuesday, 13 April 2004 11:29:52 UTC