[Webkit-unassigned] [Bug 97761] New: Not to initialize background-size when background shorthand doesn't include it

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 27 00:09:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97761

           Summary: Not to initialize background-size  when  background
                    shorthand doesn't include it
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ktf.kim at samsung.com


With the bug https://bugs.webkit.org/show_bug.cgi?id=27577, background-size is added to the background shorthand,
by CSS3 spec http://www.w3.org/TR/css3-background/#the-background.

But many legacy sites set background-size first and then set background for setting background-image,
in these cases, the backgrounds became weird.

So, for backward-compatibility, if 'background' shorthand have no 'background-size' attribute, 
not to initialize the 'background-size' seems better.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list