[Webkit-unassigned] [Bug 34904] New: border-image-width is mistakenly synonymous with border-width

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 12 13:50:26 PST 2010


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

           Summary: border-image-width is mistakenly synonymous with
                    border-width
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ssorallen at yahoo.com


The border spec specifies two widths for the border area: border-image-width
(http://www.w3.org/TR/css3-background/#the-border-image-width) and border-width
(http://www.w3.org/TR/css3-background/#the-border-width). Currently, setting
the values in -webkit-border-image after the slash set the border-width; there
is no implementation of border-image-width. The border-width should change the
size of the border-box, but border-image-width should not affect the size of
the border box, only the drawing area available to the border-image.

Brad Kemper wrote an example of the problem this causes in the section
"Padding-Box vs. Fancy Corners":
http://www.bradclicks.com/cssplay/border-image/Thinking_Outside_The_Box.html

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