Closed
Description
https://drafts.csswg.org/css-values/#calc-syntax
The spec says calc()
supports only numbers after /
, thus excluding things like (1 + 1)
. Both Firefox and WebKit support the latter, so the spec should be changed.
https://drafts.csswg.org/css-values/#calc-syntax
The spec says calc()
supports only numbers after /
, thus excluding things like (1 + 1)
. Both Firefox and WebKit support the latter, so the spec should be changed.