text-wrap

CSS Validator is saying my usage of text-wrap:suppress is invalid

I am using the W3C CSS Validator and it says that I have an error with the following code: Property text-wrap doesn't exist : suppress suppress .fieldLabelRed { padding:0px 2px 0px 2px; margin:0px 10px 0px 0px; color:#FF0000; text-wrap:suppress; <--- This line } I have looked at the CSS manual and this is what ...