Does anyone need the CSS1 information provided in some of the CSS checker messages? I am thinking this is just too old and should be removed in CSE HTML Validator v9.0 because it's not worth including anymore.
Example:
Removing "CSS1: [<font-style> || <font-variant> || <font-weight>]? <font-size> [/'line-height']? <font-family>." from the following message:
The value for the "font" property is invalid. CSS2 allows this value to be: [['font-style' || 'font-variant' || 'font-weight']? 'font-size' [/'line-height']? 'font-family'] | caption | icon | menu | message-box | small-caption | status-bar | inherit. CSS1: [<font-style> || <font-variant> || <font-weight>]? <font-size> [/'line-height']? <font-family>.
If you still care about CSS1 format, then please let me know! Another possibility would be to make the CSS1 info optional.



