Many of us have been thrilled with polyfills to make IE less of a drag. But my beef is with WebKit. What the hell, WebKit? You're so awesome at everything else; why did you have to go and not implement calc(), eh? ...but it's not a big deal if there's a polyfill.

Is there?

Google is uncharacteristically laconic on this point. So: 0 Hivemind, does such a thing exist?

link|improve this question
feedback

2 Answers

calc() support has landed in Chrome 19 with the -webkit- prefix! Not sure how long before version 19 gets pushed out to everyone, but it should be within the next few months. Since IE9+ and Firefox already have support, the last holdouts will be Safari and Opera. Fortunately I believe an updated Safari build is likely to be released with OS X Mountain Lion this summer. I'm not sure when Opera plans to add support.

link|improve this answer
Safari 5.2, I believe. Hopefully it won't disappoint. – BoltClock Mar 14 at 18:43
feedback

I don't think there is a polyfill for this for Chrome yet ... none that I have found. Best way to get what you need I think is to use javascript. Unfortunately you will have to call that script on browser resize as well.

link|improve this answer
1  
Looks like this is on the webkit radar though. bugs.webkit.org/show_bug.cgi?id=16662 – Davin Studer Sep 23 '11 at 19:39
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.