[Webkit-unassigned] [Bug 27577] [CSS3 Backgrounds and Borders] Add background-size to the background shorthand

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 30 13:57:01 PDT 2011


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


Boris Zbarsky <bzbarsky at mit.edu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mjs at apple.com




--- Comment #2 from Boris Zbarsky <bzbarsky at mit.edu>  2011-09-30 13:57:02 PST ---
And is this the bug tracking the fact that "background" doesn't reset the background-size?  This is causing people to write CSS like this:

  .foo {
    background-size: contain;
    height: 200px;
    background: url(something) no-repeat center center;
  }

that doesn't work in spec-compliant browsers but works in WebKit...

-- 
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