W3C home > Mailing lists > Public > www-style@w3.org > August 2012

Re: [css3-conditional] value of CSSSupportsRule.conditionText

From: Cameron McCormack <cam@mcc.id.au>
Date: Sun, 05 Aug 2012 17:15:22 +1000
Message-ID: <501E1D8A.9090004@mcc.id.au>
To: "Tab Atkins Jr." <jackalmage@gmail.com>
CC: Daniel Glazman <daniel.glazman@disruptive-innovations.com>, www-style@w3.org
Tab Atkins Jr.:
> ...which Syntax also specifies. Everything here will be a bit simpler
> once I finish up Syntax, as we'll have a clear and definite answer to
> these kinds of questions (or at least a clear and definite base from
> which to make alterations from).

OK.  One thing to take care with then is ensuring that additional white 
space is inserted between number tokens (and probably some others) when 
serializing them abutting would cause them to be reparsed differently. 
For example with:

   @supports (a: 1/**/.1) {}

I think you would want the condition to be serialized either as "(a: 1 
.1)" or "(a: 1 0.1)" and not "(a: 1.1)" or "(a: 10.1)", even though 
there was originally no white space token between the two numbers.
Received on Sunday, 5 August 2012 07:15:58 UTC

This archive was generated by hypermail 2.4.0 : Monday, 23 January 2023 02:14:18 UTC