RESOLVED WONTFIX 117088
[CSS Regions] monolithic elements can skip multiple regions (possibly all but the last) in search of a region that will fit them
https://bugs.webkit.org/show_bug.cgi?id=117088
Summary [CSS Regions] monolithic elements can skip multiple regions (possibly all but...
Mihai Balan
Reported 2013-05-31 10:09:31 PDT
The current fragmentation spec states that fragmentation should not create more than one (at most) empty fragmentainers. Currently, monolithic elements can be pushed through the whole region chain if a region that would fit them cannot be found. Repro: Open attached file Expected: video should render in the second region, possibly overflowing it Actual: the video skips all the regions but the last, where it's rendered, still overflowing the region
Attachments
Test-case (1.22 KB, text/html)
2013-05-31 10:10 PDT, Mihai Balan
no flags
Test-case (373.81 KB, application/zip)
2013-06-02 09:04 PDT, Mihai Balan
no flags
Mihai Balan
Comment 1 2013-05-31 10:10:11 PDT
Created attachment 203459 [details] Test-case
Mihai Balan
Comment 2 2013-05-31 10:10:44 PDT
This happens for both "display: block" and "display: inline-block" for the monolithic element.
Mihai Balan
Comment 3 2013-06-02 09:04:49 PDT
Created attachment 203529 [details] Test-case
Michelangelo De Simone
Comment 4 2013-06-13 10:30:26 PDT
Still repros on today's nightly (r151543)
Brent Fulgham
Comment 5 2022-07-12 17:18:08 PDT
CSS Regions were removed in Bug 174978.
Note You need to log in before you can comment on or make changes to this bug.