CSS attribute start with caret

Viewed 1989

Many of the CSS attributes in the project I'm currently maintaining start with a caret ^ like so:

<tr style="^padding-bottom: 10px;">

Does the caret have any meaning? Perhaps a fix for some obscure browser? Or is it just a typo from a previous developer that has been copy-pasted x times (as it is always there together with the 'padding-bottom')?

2 Answers
Related