blackberry/BB10-WebWorks-Framework

CSS3 calc() calculation failed to render

kennethklee opened this issue · 2 comments

Used a simple calculation just to test the results of calc(); The calculation is 100px + 10px - 10px, but BB Z10 browser failed to render the circle.

http://jsfiddle.net/kennethkl/HG9cj/

Based on spec http://www.w3.org/TR/css3-values/#calc

Hi there. Our calc implementation is still prefixed, so can you please try replacing calc with -webkit-calc and let us know if it works?

Thanks.

It does work.