Bug 110185 - paint order for border-image-repeat with 'round' value
Summary: paint order for border-image-repeat with 'round' value
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P3 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 14185
Blocks:
  Show dependency treegraph
 
Reported: 2013-02-18 23:37 PST by Uday Kiran
Modified: 2013-02-19 22:00 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uday Kiran 2013-02-18 23:37:16 PST
Followup of wkbug.com/14185 
dhyatt: I think we should perhaps seek clarification regarding painting order of border images. My instinct would be that the stacking order would be that we would paint the middle, then the sides, and finally the corners on top. In the case of overlap, I'd expect the middle to be underneath the side edges and corners, and I'd expect the sides to be underneath the corners.