As I was reviewing some CSS code, I came across a rule that appeared like this:
width: ~"-moz-calc(100% - 10px)";
While I am familiar with -moz-calc, I am puzzled by why this is enclosed in a string and what exactly is the purpose of the '~' symbol?