<?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>8237</bug_id>
          
          <creation_ts>2009-11-07 22:43:42 +0000</creation_ts>
          <short_desc>Background with image fails when ommited one position</short_desc>
          <delta_ts>2012-09-21 14:16:08 +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>PC</rep_platform>
          <op_sys>Windows XP</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc>http://qa-dev.w3.org:8001/css-validator/validator?uri=http%3A%2F%2Flog-homes-drawings.mravac.net%2F&amp;profile=css21&amp;usermedium=all&amp;warning=1&amp;lang=en</bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>trivial</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Milan">projekti</reporter>
          <assigned_to name="This bug has no owner yet - up for the taking">dave.null</assigned_to>
          <cc>caribou</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>29446</commentid>
    <comment_count>0</comment_count>
    <who name="Milan">projekti</who>
    <bug_when>2009-11-07 22:43:42 +0000</bug_when>
    <thetext>Document validates on official css validator, but on QA it fails.

http://qa-dev.w3.org:8001/css-validator/validator?uri=http%3A%2F%2Flog-homes-drawings.mravac.net%2F&amp;profile=css21&amp;usermedium=all&amp;warning=1&amp;lang=en

It doesn&apos;t handle correctly situation when one position is omitted. It fails for both keywords and percents, if specified only one value.

Trouble code:
#BROKENTEST { background: url(&quot;images/d_dizajn.gif&quot;) top; }

Solution:
#BROKENTEST { background: url(&quot;images/d_dizajn.gif&quot;) top left; }

I left one unvalidated code on server so that you can take a look. 
http://log-homes-drawings.mravac.net/projekti.css</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>