[Bug 8237] New: Background with image fails when ommited one position

http://www.w3.org/Bugs/Public/show_bug.cgi?id=8237

           Summary: Background with image fails when ommited one position
           Product: CSSValidator
           Version: CSS Validator
          Platform: PC
               URL: http://qa-dev.w3.org:8001/css-
                    validator/validator?uri=http%3A%2F%2Flog-homes-
                    drawings.mravac.net%2F&profile=css21&usermedium=all&warn
                    ing=1&lang=en
        OS/Version: Windows XP
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: CSS 2.1
        AssignedTo: dave.null@w3.org
        ReportedBy: projekti@mravac.net
         QAContact: www-validator-cvs@w3.org


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&profile=css21&usermedium=all&warning=1&lang=en

It doesn'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("images/d_dizajn.gif") top; }

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

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


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Saturday, 7 November 2009 22:43:48 UTC