Can you help me validate a CSS3 file that contains the following code snippet?
width:calc(96.3% - 312px)
When I try to validate it, I get this error message:
Value Error : width Parse Error - 312px)
My solution might be to implement a JavaScript function on page load and window resize to determine the width value when necessary, especially for IE8 or older browsers.