Bug 76077 - positioned flexbox children should join neighboring inline elements in their anonymous flexbox item wrapper boxes
Summary: positioned flexbox children should join neighboring inline elements in their ...
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 70792
  Show dependency treegraph
 
Reported: 2012-01-11 10:40 PST by Tony Chang
Modified: 2012-07-27 14:45 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tony Chang 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.
Comment 1 Tony Chang 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