This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 1174 - font-family parsing error (with escapes)
Summary: font-family parsing error (with escapes)
Status: VERIFIED FIXED
Alias: None
Product: CSSValidator
Classification: Unclassified
Component: CSS 2.0 (show other bugs)
Version: CSS Validator
Hardware: All All
: P2 major
Target Milestone: ---
Assignee: Olivier Thereaux
QA Contact: qa-dev tracking
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 13:32 UTC by Christian Roth
Modified: 2005-09-08 17:58 UTC (History)
0 users

See Also:


Attachments

Description Christian Roth 2005-03-21 13:32:43 UTC
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.
Comment 1 Yves Lafon 2005-09-08 12:54:04 UTC
See on http://qa-dev.w3.org:8001/