Bug: CSS calc() refused.

Submitting the following valid CSS:

    #box { height: calc(1px); }

yields the following error:

    Value Error : height calc(1px) is not a height value : calc(1px)

Yet, the validator claims to support CSS3, and calc() is part of a CR
spec available at <http://www.w3.org/TR/css3-values/>.

Received on Friday, 13 September 2013 14:28:49 UTC