Re: complex uses for variables in css

On Tue, Mar 1, 2016 at 10:44 AM, Tab Atkins Jr. <jackalmage@gmail.com> wrote:
> Note that calc() *should* be nestable, per spec.  A calc() inside of a
> calc() is identical to just parentheses.

Fixed, by being more disciplined about whether the definitions are for
the literal syntax or an abstract concept. The grammar is now
referring to the "concept" things, so anything that resolves to a
<length> counts as a <dimension>, etc.

~TJ

Received on Thursday, 10 March 2016 20:54:16 UTC