[Webkit-unassigned] [Bug 31949] -webkit-border-image/-webkit-gradient should be altered by -webkit-border-radius

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 30 10:47:08 PST 2009


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





--- Comment #2 from David Gatwood <dgatwood at mac.com>  2009-11-30 10:47:09 PST ---

The problem is that there's a fundamental difference in the way a manually
constructed border image and a programmatically generated border image (e.g.
-webkit-gradient) should be treated.  The former should definitely not be
cropped because the creator can easily crop it if desired by adding an alpha
channel.  The latter definitely should be cropped because otherwise there's no
way to crop it.

Perhaps the specification could be amended to say that the border-image should
be cropped only if there is no alpha channel present in the border image?  That
would cover both of the two likely use cases, and I can't think of any good
argument for having a hand-built border-image with no alpha channel.

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