<?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>8467</bug_id>
          
          <creation_ts>2009-12-09 07:28:53 +0000</creation_ts>
          <short_desc>background property shorthand parse problem</short_desc>
          <delta_ts>2012-09-21 14:04:06 +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>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</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="Sankar">sankar78in</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>caribou</cc>
    
    <cc>ken</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>30036</commentid>
    <comment_count>0</comment_count>
    <who name="Sankar">sankar78in</who>
    <bug_when>2009-12-09 07:28:53 +0000</bug_when>
    <thetext>Using the background property shorthand, the declaration:

  background:transparent url(../images/buttons/showdetails.jpg) no-repeat center;

Reports:

  Value Error : background  Parse Error  [empty string]

But if the declaration is switched to put the horizontal position before the
repeat value:

  background:transparent url(../images/buttons/showdetails.jpg) center no-repeat;

the validator reports no error. But when it lists the valid CSS information, it
shows the line with the repeat value first! (Like the code that it complained
about.)

Regards,
Sankar R.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>31406</commentid>
    <comment_count>1</comment_count>
    <who name="Ken Barbalace">ken</who>
    <bug_when>2010-02-02 22:43:36 +0000</bug_when>
    <thetext>I&apos;ve noticed this bug as well over the past two/three months. It seems to have been introduced after the last major update to the validator.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>