Bug: CSS calc() refused.
Thaddee Tyl <[email protected]> Fri, 13 Sep 2013 14:28:18 +0000
| Newsgroups | gmane.org.w3c.validator.css |
|---|---|
| Message-ID | <CAE3TfZOMtmtodvQM+DtMSE_WsEwKoy32fhQNC0LeuPN5LxHjjw@mail.gmail.com> |
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/>.