<?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>576</bug_id>
          
          <creation_ts>2004-02-26 10:59:15 +0000</creation_ts>
          <short_desc>Validator raises error on &apos;transparent&apos; &lt;color&gt;</short_desc>
          <delta_ts>2010-06-03 02:20:21 +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>Other</component>
          <version>CSS Validator</version>
          <rep_platform>Other</rep_platform>
          <op_sys>other</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://jigsaw.w3.org/css-validator/validator?profile=css3&amp;uri=http://www.streeck.com/homepage.html</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Benjamin Streeck">benjamin.streeck</reporter>
          <assigned_to name="Philippe Le Hegaret">plh</assigned_to>
          <cc>ewexler</cc>
    
    <cc>guillaume.ayoub</cc>
    
    <cc>karl+w3c</cc>
    
    <cc>ot</cc>
    
    <cc>ylafon</cc>
          
          <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>1415</commentid>
    <comment_count>0</comment_count>
    <who name="Benjamin Streeck">benjamin.streeck</who>
    <bug_when>2004-02-26 10:59:15 +0000</bug_when>
    <thetext>In CSS3 &quot;transparent&quot; is not an explicid keyword, but according to the
specification is a valid color. In verifying using the CSS3 profile it is
reported as an error:

Invalid number : backgroundToo many values or values are not recognized :
transparent

Specs see:
http://www.w3.org/TR/css3-background/#properties</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>2458</commentid>
    <comment_count>1</comment_count>
    <who name="Etan Wexler">ewexler</who>
    <bug_when>2004-10-05 23:07:59 +0000</bug_when>
    <thetext>http://jigsaw.w3.org/css-validator/validator?text=a%7Bcolor%3Atransparent%7D&amp;warning=2&amp;profile=css3&amp;usermedium=all</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>5527</commentid>
    <comment_count>2</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2005-08-26 14:43:35 +0000</bug_when>
    <thetext>Fixed, see http://qa-dev.w3.org:8001/css-validator/</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19655</commentid>
    <comment_count>3</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2008-03-31 15:12:36 +0000</bug_when>
    <thetext>I think we have a regression here. The bug is indeed fixed in the production instance of the validator, but the dev version complains about transparent is not a color value again.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>19656</commentid>
    <comment_count>4</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2008-03-31 17:00:00 +0000</bug_when>
    <thetext>Fixed by updating the CSS3 background properties to match the CSS21 ones, before implementing extra properties/values from css3-background, once it becomes stable.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>23534</commentid>
    <comment_count>5</comment_count>
    <who name="Olivier Thereaux">ot</who>
    <bug_when>2009-02-06 17:48:20 +0000</bug_when>
    <thetext>Regression. As of 2009-02-05
http://qa-dev.w3.org:8001/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css3
and 
http://qa-dev.w3.org:8001/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css21
complain about &quot;transparent is not a color value : transparent&quot;

http://jigsaw.w3.org/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css3
is happily validating.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>28783</commentid>
    <comment_count>6</comment_count>
    <who name="Guillaume Ayoub">guillaume.ayoub</who>
    <bug_when>2009-10-21 16:44:44 +0000</bug_when>
    <thetext>The situation is now the contrary of the situation in the last comment (comment #5).

The bug appears with the production server: http://jigsaw.w3.org/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css3

The bug has been fixed with the dev sevrer: http://qa-dev.w3.org:8001/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css3</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>35925</commentid>
    <comment_count>7</comment_count>
    <who name="Karl Dubost">karl+w3c</who>
    <bug_when>2010-06-03 02:20:21 +0000</bug_when>
    <thetext>(In reply to comment #6)
&gt; The situation is now the contrary of the situation in the last comment (comment
&gt; #5).
&gt; 
&gt; The bug appears with the production server:
&gt; http://jigsaw.w3.org/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css3
&gt; 
&gt; The bug has been fixed with the dev sevrer:
&gt; http://qa-dev.w3.org:8001/css-validator/validator?text=a++%7B++++color+%3A+transparent%3B%7D&amp;profile=css3


It seems the bug is closed. At least there&apos;s no error anymore in Production.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>