Bug 70782

Summary: Implement visibility:collapse for new flexboxes
Product: WebKit Reporter: Ojan Vafai <ojan>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: hyatt, jchaffraix, tabatkins, tony
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 62048    

Ojan Vafai
Reported 2011-10-24 16:59:15 PDT
The current spec text is "Similar to table cells, flexbox items respond specially to the ‘collapse’ value of the ‘visibility’ property. When a flexbox item is set to ‘visibility: collapse;’, the item does not generate a box at all (identical to setting ‘display: none;’)." There's a bit of controversy over whether this is the right thing to do: http://lists.w3.org/Archives/Public/www-style/2011Oct/0136.html. If we could get away with changing visibility:collapse across the board without compat problems, that would clearly be best.
Attachments
Ojan Vafai
Comment 1 2012-02-10 12:24:35 PST
The spec has changed to not mention visibility:collapse at all, which means that we should treat it as visibility:hidden. I expect this just works right now, but we should add some tests to verify.
Ojan Vafai
Comment 2 2012-05-23 13:54:26 PDT
The spec has changed to require special visibility:collapse behavior. http://dev.w3.org/csswg/css3-flexbox/#visibility-collapse I don't especially love this behavior, but I don't care enough to argue it.
Tony Chang
Comment 3 2013-02-26 16:38:28 PST
Note You need to log in before you can comment on or make changes to this bug.