Re: [css-variables] allowed syntax of variable values

On Tuesday 2012-05-29 19:11 -0700, John Daggett wrote:
> One question - why use the "value" production rather than the "any"
> production?  Is there a reason to allow blocks and at-rules in
> variable definitions?

Changing it to use "any+" rather than "value" would mean that blocks
and at-rules would be disallowed at top level but allowed when
nested inside of {}, (), or [], which seems a bit odd, and more work
to enforce while recording a token stream.

-David

-- 
𝄞   L. David Baron                         http://dbaron.org/   𝄂
𝄢   Mozilla                           http://www.mozilla.org/   𝄂

Received on Wednesday, 30 May 2012 02:25:51 UTC