- From: 올댓미디어 <atmedia11@naver.com>
- Date: Fri, 03 Aug 2018 14:57:15 +0900
- To: <www-validator-css@w3.org>, <www-style@w3.org>, <atmedia11@naver.com>
Received on Friday, 3 August 2018 13:54:34 UTC
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