RESOLVED CONFIGURATION CHANGED 99926
Should show complete tiles when set 'border-image-repeat' as round
https://bugs.webkit.org/show_bug.cgi?id=99926
Summary Should show complete tiles when set 'border-image-repeat' as round
reni2046
Reported 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.
Attachments
test case for this bug (415 bytes, text/html)
2012-10-21 02:36 PDT, reni2046
no flags
reni2046
Comment 1 2012-10-21 02:36:11 PDT
Created attachment 169791 [details] test case for this bug
Adenilson Cavalcanti Silva
Comment 2 2016-10-12 13:44:17 PDT
Support for round and space was implemented in: https://bugs.webkit.org/show_bug.cgi?id=14185
Adenilson Cavalcanti Silva
Comment 3 2016-10-12 13:45:55 PDT
Someone with the rights could close the issue as resolved?
Brent Fulgham
Comment 4 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.
Note You need to log in before you can comment on or make changes to this bug.