- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 21 Mar 2005 13:32:43 +0000
- To: www-validator-cvs@w3.org
- Cc:
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 UTC