RESOLVED WONTFIX 122842
[CSS Regions] Unforced breaks introduce extraneous space when boxes flowed in region don't have text contents
https://bugs.webkit.org/show_bug.cgi?id=122842
Summary [CSS Regions] Unforced breaks introduce extraneous space when boxes flowed in...
Mihai Balan
Reported 2013-10-15 10:10:30 PDT
Created attachment 214278 [details] HTML file highlighting the problem When a flow consisting of empty boxes (say, <div>s) with a set geometry (width & height) is flowed in a region, boxes flowed after an unforced break will be laid out as if they had margins, even though they don't. Doing the same but with the boxes also having text contents will lay out correctly. In the attached file, you should see two rows, each with two horizontal green rectangles with black borders. The green rectangles are made out of boxes flowed in regions. The boxes in the top right region are shifted downwards even though there's no styling to cause that. Replicating the markup but adding an 'x' in each box produces a correct rendering (bottom row).
Attachments
HTML file highlighting the problem (1.08 KB, text/html)
2013-10-15 10:10 PDT, Mihai Balan
no flags
Brent Fulgham
Comment 1 2022-07-12 17:18:55 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.