WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED WONTFIX
Bug 120708
[meta][CSS Regions] Implement multicol regions
https://bugs.webkit.org/show_bug.cgi?id=120708
Summary
[meta][CSS Regions] Implement multicol regions
Rebecca Hauck
Reported
2013-09-04 17:14:58 PDT
I have several tests that are variations of the same thing - in each test, I have a region that has a multicolumn layout applied to it. The named flow content flows through the region, but not correctly through the columns defined for it. The varied behavior for the attached tests is as follows: Test: regions-multicol-004 - text content > 1 three-column region, no overflow Result: The text flows through the region, but is not placed correctly in the columns defined Expected: The text should be laid out according to the multicol definition with a 30px gap between columns Test: regions-multicol-005 - monolithic content > 1 three-column region, no overflow Result: The content flows through the region, but overflows the bottom of the region rather than wrapping to the next columns Expected: The content should wrap to the next columns. If I remove the regions and simply add the content as a child of the multicol container, the monolithic content wraps into the column layout. Test: regions-multicol-006 - text content > 1 two-column region > 1 regular (non-multicol) region (Derived from Example 5 in the spec) Result: The text flows through the region, is not placed correctly in the columns defined, but does flow correctly to the next region in the chain Expected: The text should be laid out according to the multicol definition with a 30px gap between columns Test: regions-multicol-007 - monolithic content > 1 two-column region > 1 regular (non-multicol) region - (Variation of Example 5 in the spec) Result: The text flows through the region, does not wrap to the second column, but does flows into the next region and overflows it Expected: The content should wrap to the next column before flowing into the next region. Test: regions-multicol-008 - non-text, fragmentable content > 1 two-column region > 1 regular (non-multicol) region (Variation of Example 5 in the spec) Result: Same as regions-multicol-007 Expected: Same as regions-multicol-007 Test: regions-multicol-009 - text content > 1 regular (non-multicol) region > 1 two-column region (Variation of Example 5 in the spec) Result: Text flows through the first region, but does not flow into the second region at all. Instead, it overflows the bottom of the first region Expected: The text should flow into the next region and through its column layout Test: regions-multicol-010 - monolithic content > 1 regular (non-multicol) region > 1 two-column region (Variation of Example 5 in the spec) Result: Same as regions-multicol-009 Expected: Same as regions-multicol-009 Test: regions-multicol-011 - non-text, fragmentable content > 1 regular (non-multicol) region > 1 two-column region (Variation of Example 5 in the spec) Result: Same as regions-multicol-009 Expected: Same as regions-multicol-009 Note that some of these tests share reference files- see the match metadata links in each test
Attachments
test file for bug - regions-multicol-004
(2.09 KB, text/html)
2013-09-04 17:16 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-005
(1.81 KB, text/html)
2013-09-04 17:17 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-006
(2.58 KB, text/html)
2013-09-04 17:18 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-007
(2.33 KB, text/html)
2013-09-04 17:19 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-008
(2.75 KB, text/html)
2013-09-04 17:19 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-009
(2.51 KB, text/html)
2013-09-04 17:19 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-010
(2.32 KB, text/html)
2013-09-04 17:20 PDT
,
Rebecca Hauck
no flags
Details
test file for bug - regions-multicol-011
(2.73 KB, text/html)
2013-09-04 17:20 PDT
,
Rebecca Hauck
no flags
Details
reference file for tests 004-005
(2.25 KB, text/html)
2013-09-04 17:21 PDT
,
Rebecca Hauck
no flags
Details
correct reference file for tests 004-005
(734 bytes, text/html)
2013-09-04 17:22 PDT
,
Rebecca Hauck
no flags
Details
reference file for tests 006-007
(874 bytes, text/html)
2013-09-04 17:22 PDT
,
Rebecca Hauck
no flags
Details
reference file for test 008
(993 bytes, text/html)
2013-09-04 17:23 PDT
,
Rebecca Hauck
no flags
Details
reference file for tests 009, 010, 011
(880 bytes, text/html)
2013-09-04 17:23 PDT
,
Rebecca Hauck
no flags
Details
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Rebecca Hauck
Comment 1
2013-09-04 17:16:43 PDT
Created
attachment 210508
[details]
test file for bug - regions-multicol-004
Rebecca Hauck
Comment 2
2013-09-04 17:17:03 PDT
Created
attachment 210509
[details]
test file for bug - regions-multicol-005
Rebecca Hauck
Comment 3
2013-09-04 17:18:28 PDT
Created
attachment 210512
[details]
test file for bug - regions-multicol-006
Rebecca Hauck
Comment 4
2013-09-04 17:19:04 PDT
Created
attachment 210513
[details]
test file for bug - regions-multicol-007
Rebecca Hauck
Comment 5
2013-09-04 17:19:28 PDT
Created
attachment 210514
[details]
test file for bug - regions-multicol-008
Rebecca Hauck
Comment 6
2013-09-04 17:19:47 PDT
Created
attachment 210515
[details]
test file for bug - regions-multicol-009
Rebecca Hauck
Comment 7
2013-09-04 17:20:07 PDT
Created
attachment 210517
[details]
test file for bug - regions-multicol-010
Rebecca Hauck
Comment 8
2013-09-04 17:20:26 PDT
Created
attachment 210518
[details]
test file for bug - regions-multicol-011
Rebecca Hauck
Comment 9
2013-09-04 17:21:10 PDT
Created
attachment 210519
[details]
reference file for tests 004-005
Rebecca Hauck
Comment 10
2013-09-04 17:22:26 PDT
Created
attachment 210521
[details]
correct reference file for tests 004-005
Rebecca Hauck
Comment 11
2013-09-04 17:22:53 PDT
Created
attachment 210522
[details]
reference file for tests 006-007
Rebecca Hauck
Comment 12
2013-09-04 17:23:25 PDT
Created
attachment 210523
[details]
reference file for test 008
Rebecca Hauck
Comment 13
2013-09-04 17:23:50 PDT
Created
attachment 210524
[details]
reference file for tests 009, 010, 011
Mihnea Ovidenie
Comment 14
2013-09-11 13:22:07 PDT
Region as multicol element is not implemented at this moment in WebKit. Once we implemented, we need to revisit these tests.
Andrei Bucur
Comment 15
2014-02-25 02:08:26 PST
***
Bug 103628
has been marked as a duplicate of this bug. ***
Jen Simmons
Comment 16
2020-10-23 09:34:01 PDT
The CSSWG is not pursing CSS Regions. Firefox objected and never implemented. Chrome has announced they are no longer pursing it. We removed our implementation in fall 2017 (according to Can I Use). This should be closed.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug