[Webkit-unassigned] [Bug 76077] New: positioned flexbox children should join neighboring inline elements in their anonymous flexbox item wrapper boxes
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 11 10:40:57 PST 2012
https://bugs.webkit.org/show_bug.cgi?id=76077
Summary: positioned flexbox children should join neighboring
inline elements in their anonymous flexbox item
wrapper boxes
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Layout and Rendering
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: tony at chromium.org
Blocks: 70792
>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.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list