Another CSS3 wrongly reported error Follow
Getting the following error when using the CSS3 calc function. Say I write this:
.myClass {width:calc(100%-12px)}
"Expected one of: <length>, <percentage>, auto, inherit."
This should not happen, as calc is a valid CSS3 function.
http://www.w3.org/TR/css3-values/#calc
Please sign in to leave a comment.
Thought we would have seen this fixed in latest builds. Do you plan on not supporting this, even though the W3C clearly states it is valid CSS3?
Wow... I can't believe this has been totally ignored. Not fixed even in the beta. Why?
What's the YouTrack issue number?
Here is it: http://youtrack.jetbrains.net/issue/RSRP-272332
Cool! Glad to see this has been filed :)