- From: Biju Gm@il <bijumaillist@gmail.com>
- Date: Fri, 13 Feb 2009 00:42:48 -0400
- To: James Hopkins <james@idreamincode.co.uk>
- Cc: SimDigital - Gustavo Villa <gustavo@simdigital.com.br>, www-style@w3.org
On Thu, Feb 12, 2009 at 6:57 PM, James Hopkins <james@idreamincode.co.uk> wrote:
>
> This is covered by both Dave Hyatts & Daniel Glazmans proposal for Variables
> (http://disruptive-innovations.com/zoo/cssvariables/) and subsequent
> counter-proposal by fantasai
> (http://fantasai.inkedblade.net/style/specs/constants/). I recently wrote a
> comparison of both proposals which can be found at CSS3.Info
> (http://www.css3.info/summary-of-the-two-current-css-constants-proposals/).
>
> Hope this helps, and welcome to the mailing list :)
>
> James
can I assume on fantasai's proposal
..notebox {
  `box;
}
@define values {
  accentColor: orange;
  altBG: yellow;
}
..warningbox {
  `box;
}
"box" should be corrected as "notebox", ie
..notebox {
  `notebox;
}
@define values {
  accentColor: orange;
  altBG: yellow;
}
..warningbox {
  `notebox;
}
Received on Friday, 13 February 2009 08:29:52 UTC