Another CSS3 wrongly reported error

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

0
5 comments
Avatar
Permanently deleted user

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?

0
Avatar
Permanently deleted user

Wow... I can't believe this has been totally ignored. Not fixed even in the beta. Why?

0
Avatar
Permanently deleted user

What's the YouTrack issue number?

0
Avatar
Permanently deleted user

Cool! Glad to see this has been filed :)

0

Please sign in to leave a comment.