- From: laurent <laurent@xulfr.org>
- Date: Wed, 10 Jan 2007 15:50:43 +0100
- To: Pierre-Luc Auclair <p.lucauclair@heliosmulti.com>
- Cc: www-style@w3.org, www-svg@w3.org
Pierre-Luc Auclair wrote:
> Hi,
>
Hello
> I've been working on a color proposal for both SVG and CSS3. It basically
> allows the content creator to specify the type of a color and specify custom
> keywords, therefore making using color easier instead of recalling the values
> each time, e.g. myRed vs #ff5622. It also allows creation of color palettes
> and makes it easy to use colors between SVG and XHTML documents (or whatever
> format you use).
>
> This is basically my proposition for inclusion in the working spec.
>
> It's available at this link: http://www.heliosmulti.com/plaplo/?p=12
according the CSS specification, when you write yellow.color {}, it
select the <yellow> element which have the css class "color".
So you can't use this syntax to create a color definition.
Laurent
Received on Wednesday, 10 January 2007 15:10:55 UTC