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 Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Tony Chang
The spec has changed and this isn't the expected behavior anymore. See http://dev.w3.org/csswg/css3-flexbox/#flex-items