Bug 76077

Summary: positioned flexbox children should join neighboring inline elements in their anonymous flexbox item wrapper boxes
Product: WebKit Reporter: Tony Chang <tony>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal    
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 70792    

Tony Chang
Reported 2012-01-11 10:40:57 PST
From bug 70793 comment 11: > The text has been updated http://dev.w3.org/csswg/css3-flexbox/#abspos-flexbox-items. > > We should make sure to add a test for "they'll...join neighboring inline elements in their anonymous flexbox item wrapper boxes." You probably want three tests, for the following situations: <flexbox> <div /> <abspos /> text </flexbox> <flexbox> text <abspos /> <div /> </flexbox> <flexbox> <div /> text <abspos /> text <div /> </flexbox> Using 'flex-pack:justify' for all three of them to make it easier to tell what's happening.
Attachments
Tony Chang
Comment 1 2012-07-27 14:45:43 PDT
The spec has changed and this isn't the expected behavior anymore. See http://dev.w3.org/csswg/css3-flexbox/#flex-items
Note You need to log in before you can comment on or make changes to this bug.