Bug 120708

Summary: [meta][CSS Regions] Implement multicol regions
Product: WebKit Reporter: Rebecca Hauck <rhauck>
Component: CSSAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Enhancement CC: abucur, jensimmons, mibalan, mihnea, syoichi, WebkitBugTracker
Priority: P2 Keywords: AdobeTracked
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 129295    
Attachments:
Description Flags
test file for bug - regions-multicol-004
none
test file for bug - regions-multicol-005
none
test file for bug - regions-multicol-006
none
test file for bug - regions-multicol-007
none
test file for bug - regions-multicol-008
none
test file for bug - regions-multicol-009
none
test file for bug - regions-multicol-010
none
test file for bug - regions-multicol-011
none
reference file for tests 004-005
none
correct reference file for tests 004-005
none
reference file for tests 006-007
none
reference file for test 008
none
reference file for tests 009, 010, 011 none

Description Rebecca Hauck 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
Comment 1 Rebecca Hauck 2013-09-04 17:16:43 PDT
Created attachment 210508 [details]
test file for bug - regions-multicol-004
Comment 2 Rebecca Hauck 2013-09-04 17:17:03 PDT
Created attachment 210509 [details]
test file for bug - regions-multicol-005
Comment 3 Rebecca Hauck 2013-09-04 17:18:28 PDT
Created attachment 210512 [details]
test file for bug - regions-multicol-006
Comment 4 Rebecca Hauck 2013-09-04 17:19:04 PDT
Created attachment 210513 [details]
test file for bug - regions-multicol-007
Comment 5 Rebecca Hauck 2013-09-04 17:19:28 PDT
Created attachment 210514 [details]
test file for bug - regions-multicol-008
Comment 6 Rebecca Hauck 2013-09-04 17:19:47 PDT
Created attachment 210515 [details]
test file for bug - regions-multicol-009
Comment 7 Rebecca Hauck 2013-09-04 17:20:07 PDT
Created attachment 210517 [details]
test file for bug - regions-multicol-010
Comment 8 Rebecca Hauck 2013-09-04 17:20:26 PDT
Created attachment 210518 [details]
test file for bug - regions-multicol-011
Comment 9 Rebecca Hauck 2013-09-04 17:21:10 PDT
Created attachment 210519 [details]
reference file for tests 004-005
Comment 10 Rebecca Hauck 2013-09-04 17:22:26 PDT
Created attachment 210521 [details]
correct reference file for tests 004-005
Comment 11 Rebecca Hauck 2013-09-04 17:22:53 PDT
Created attachment 210522 [details]
reference file for tests 006-007
Comment 12 Rebecca Hauck 2013-09-04 17:23:25 PDT
Created attachment 210523 [details]
reference file for test 008
Comment 13 Rebecca Hauck 2013-09-04 17:23:50 PDT
Created attachment 210524 [details]
reference file for tests 009, 010, 011
Comment 14 Mihnea Ovidenie 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.
Comment 15 Andrei Bucur 2014-02-25 02:08:26 PST
*** Bug 103628 has been marked as a duplicate of this bug. ***
Comment 16 Jen Simmons 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.