http://www.w3.org/Bugs/Public/show_bug.cgi?id=1174 Summary: font-family parsing error (with escapes) Product: CSSValidator Version: CSS Validator Platform: All OS/Version: All Status: NEW Severity: major Priority: P2 Component: CSS 2.0 AssignedTo: ot@w3.org ReportedBy: roth@visualclick.de QAContact: www-validator-cvs@w3.org Trying to validate a { font-family: Times \!important 5, serif;} yields a { font-family: Times !important } which is wrong. The result according to CSS2 (and CSS21) must be (equivalent): a { font-family: "Times !important 5", serif } Similarly, a { font-family: Times \! important 5, serif;} yields the wrong result. Regards, Christian.Received on Monday, 21 March 2005 13:32:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 26 April 2012 12:54:48 GMT