CSS Validator Bug Reporting

1.
Below rule is correct but validator said it's not correct.
 
#p1 { font: condensed italic bold 16px Bahnschrift, sans-serif; } 
 
'condensed' is a font-stretch property's value. I think validator can't recognize 'condensed' keyword.
 
 
2.
Below rule is not correct but validator said it's correct.
 
#p1 { font: 16px; } 
 
According to the spec <‘font-size’> type and <‘font-family’> type is mandatory of font property
but rule above doesn't have <‘font-family’> type's value.
 
thank you.
 

Received on Friday, 3 August 2018 13:54:34 UTC