<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://www.w3.org/Bugs/Public/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4"
          urlbase="https://www.w3.org/Bugs/Public/"
          
          maintainer="sysbot+bugzilla@w3.org"
>

    <bug>
          <bug_id>1174</bug_id>
          
          <creation_ts>2005-03-21 13:32:43 +0000</creation_ts>
          <short_desc>font-family parsing error (with escapes)</short_desc>
          <delta_ts>2005-09-08 17:58:10 +0000</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>CSSValidator</product>
          <component>CSS 2.0</component>
          <version>CSS Validator</version>
          <rep_platform>All</rep_platform>
          <op_sys>All</op_sys>
          <bug_status>VERIFIED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Christian Roth">roth</reporter>
          <assigned_to name="Olivier Thereaux">ot</assigned_to>
          
          
          <qa_contact name="qa-dev tracking">www-validator-cvs</qa_contact>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>3913</commentid>
    <comment_count>0</comment_count>
    <who name="Christian Roth">roth</who>
    <bug_when>2005-03-21 13:32:43 +0000</bug_when>
    <thetext>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: &quot;Times !important 5&quot;, serif }

Similarly,

    a { font-family: Times \! important 5, serif;}

yields the wrong result.

Regards, Christian.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5884</commentid>
    <comment_count>1</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2005-09-08 12:54:04 +0000</bug_when>
    <thetext>See on http://qa-dev.w3.org:8001/</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>