css('font-weight') returns 'bold' on FF,and '700' on IE?

css('font-weight') returns 'bold' on FF,and '700' on IE?

http://jsfiddle.net/EBJf5/2/

On Firefox 3.6.15, it returns 'bold', and on Internet Explorer 8 it returns '700'.
Is this expected behavior?