[Webkit-unassigned] [Bug 28635] New: [CSS3 Backgrounds and Borders] Add support for 2-keyword values for background-repeat

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 21 15:57:02 PDT 2009


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

           Summary: [CSS3 Backgrounds and Borders] Add support for
                    2-keyword values for background-repeat
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mitz at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com


<http://dev.w3.org/csswg/css3-background/#background-repeat> introduces a new
way to specify the horizontal repeat behavior separately from the vertical
repeat behavior:
    background-repeat: repeat no-repeat;
is equivalent to
    background-repeat: repeat-x;

While repeat-x and repeat-y are still supported as shorthands, combinations
involving the new 'space' and 'round' values are also possible using the
2-keyword notation.

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