<?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>9299</bug_id>
          
          <creation_ts>2010-03-22 19:28:41 +0000</creation_ts>
          <short_desc>CSS3 validator does not support HSL, HSLA or RGBA values in text-shadow</short_desc>
          <delta_ts>2011-09-29 11:49:49 +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 3</component>
          <version>CSS Validator</version>
          <rep_platform>PC</rep_platform>
          <op_sys>Windows NT</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>INVALID</resolution>
          
          
          <bug_file_loc></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="Lea Verou">me</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>jefersonzanim</cc>
    
    <cc>wade.penner</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>33766</commentid>
    <comment_count>0</comment_count>
    <who name="Lea Verou">me</who>
    <bug_when>2010-03-22 19:28:41 +0000</bug_when>
    <thetext>The CSS3 validator does not support HSL, HSLA or RGBA values in text-shadow.

Reduction: Try validating this CSS:

* {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .6);
  text-shadow: 1px 1px 1px hsla(180, 50, 0, .6);
  text-shadow: 1px 1px 1px hsl(180, 0, 0);
}

you will get 3 errors:

2  	 *  	 Value Error : text-shadow  Too many values or values are not recognized : 1px 1px 1px rgba(0,0,0,0.6)  1px 1px 1px rgba(0,0,0,0.6)
3 	* 	Value Error : text-shadow Too many values or values are not recognized : 1px 1px 1px hsla(180,50,0,0.6) 1px 1px 1px hsla(180,50,0,0.6)
4 	* 	Value Error : text-shadow Too many values or values are not recognized : 1px 1px 1px hsl(180,0,0) 1px 1px 1px hsl(180,0,0)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>56857</commentid>
    <comment_count>1</comment_count>
    <who name="">jefersonzanim</who>
    <bug_when>2011-09-15 15:24:51 +0000</bug_when>
    <thetext>This bug still active and is responsible for blocking the validation of hundreds of new websites that use CSS3 with RGBA.

Is there any estimate for a fix?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>57503</commentid>
    <comment_count>2</comment_count>
    <who name="Yves Lafon">ylafon</who>
    <bug_when>2011-09-29 11:49:49 +0000</bug_when>
    <thetext>HSL/HSLA/RGBA are supported in CSS3, however it is likely that text-shadow is not up-to-date for CSS3 but that is another issue, so closing this one.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>