Bug 99926 - Should show complete tiles when set 'border-image-repeat' as round
Summary: Should show complete tiles when set 'border-image-repeat' as round
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 27569
  Show dependency treegraph
 
Reported: 2012-10-21 02:32 PDT by reni2046
Modified: 2022-07-13 11:22 PDT (History)
5 users (show)

See Also:


Attachments
test case for this bug (415 bytes, text/html)
2012-10-21 02:36 PDT, reni2046
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description reni2046 2012-10-21 02:32:17 PDT
1, the css standard says: "when the 'border-image-repeat' set as 'round', the image is tiled (repeated) to fill the area. If it does not fill the area with a whole number of tiles, the image is rescaled so that it does. "
standard link: http://dev.w3.org/csswg/css3-background/#the-border-image-repeat 

2, in webkit implementation doesn't honor what spec said, it just repeat without rescaling.

3, test case is attached.
Comment 1 reni2046 2012-10-21 02:36:11 PDT
Created attachment 169791 [details]
test case for this bug
Comment 2 Adenilson Cavalcanti Silva 2016-10-12 13:44:17 PDT
Support for round and space was implemented in:
https://bugs.webkit.org/show_bug.cgi?id=14185
Comment 3 Adenilson Cavalcanti Silva 2016-10-12 13:45:55 PDT
Someone with the rights could close the issue as resolved?
Comment 4 Brent Fulgham 2022-07-13 11:22:51 PDT
Safari, Chrome, and Firefox all agree on rendering for this test case. I don't believe there is any remaining compatibility issue.