RESOLVED WONTFIX 120714
[CSS Regions] Monolithic content does not wrap into columns within regions
https://bugs.webkit.org/show_bug.cgi?id=120714
Summary [CSS Regions] Monolithic content does not wrap into columns within regions
Rebecca Hauck
Reported 2013-09-04 17:55:14 PDT
The attached test has one named flow with a two-column layout applied to it. The content is monolithic that flows through two regions and overflows the last region. Result: The content flows through the first column in the first region, does not wrap into its second column, then flows into the first column of the second region, and overflows the bottom of that column Expected: It should flow through each of the two columns of the first region, then through each of two columns, and overflow into a fourth column. If the regions are removed and the content is a child of the multicol container, this is the behavior.
Attachments
test file for bug (2.49 KB, text/html)
2013-09-04 17:55 PDT, Rebecca Hauck
no flags
reference file for test (1.01 KB, text/html)
2013-09-04 17:56 PDT, Rebecca Hauck
no flags
Rebecca Hauck
Comment 1 2013-09-04 17:55:50 PDT
Created attachment 210531 [details] test file for bug
Rebecca Hauck
Comment 2 2013-09-04 17:56:07 PDT
Created attachment 210532 [details] reference file for test
Andrei Bucur
Comment 3 2014-02-25 02:15:33 PST
Multicolumn inside regions.
Brent Fulgham
Comment 4 2022-07-12 17:18:41 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.