<?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>8442</bug_id>
          
          <creation_ts>2009-12-04 22:25:59 +0000</creation_ts>
          <short_desc>background property shorthand parse problem</short_desc>
          <delta_ts>2012-09-21 14:17:07 +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.1</component>
          <version>CSS Validator</version>
          <rep_platform>Macintosh</rep_platform>
          <op_sys>MacOS X</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://babbage.cs.qc.cuny.edu/081</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="Christopher Vickery">vickery</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>caribou</cc>
    
    <cc>info</cc>
    
    <cc>vickery</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>29934</commentid>
    <comment_count>0</comment_count>
    <who name="Christopher Vickery">vickery</who>
    <bug_when>2009-12-04 22:25:59 +0000</bug_when>
    <thetext>Using the background property shorthand, the declaration:

  background:transparent url(../images/menu_tabs.png) no-repeat -250px;

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/menu_tabs.png) -250px 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.)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>30019</commentid>
    <comment_count>1</comment_count>
    <who name="Gérard Talbot">info</who>
    <bug_when>2009-12-08 19:08:01 +0000</bug_when>
    <thetext>W3C CSS validator people,

We (dorayme, Jonathan N. Little, Chris F.A. Johnson) stumbled precisely on this bug recently. We hope this parsing bug can be fixed.

Thread:
http://groups.google.com/group/comp.infosystems.www.authoring.stylesheets/browse_thread/thread/6c242cba4e730eaa?pli=1

Newsgroup: comp.infosystems.www.authoring.stylesheets

Subject line: background shorthand

Original poster: shapper

Please note that this bug applies to other os and other platform. So,

Hardware field should be changed to All (not just Mac)

OS field should be changed to All

best regards, Gérard
</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>