[Webkit-unassigned] [Bug 156798] Abspos flex item static position

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 2 11:34:58 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=156798

Daniel Holbert <dholbert at mozilla.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dholbert at mozilla.com

--- Comment #2 from Daniel Holbert <dholbert at mozilla.com> ---
Note: the testcase/expectations in comment 0 do not quite match the latest spec text here. Currently, the CSS Align spec basically says that the flex container's "align-items" value should be ignored for abspos children.  (And Greg's original testcase here depends on it being honored for abspos children.)  See notes on https://bugs.chromium.org/p/chromium/issues/detail?id=661662 for more details.


Here's a modified version of the original testcase, which uses "align-self: center" on all children, rather than "align-items: center" on the parent. This should still be a valid testcase for this bug.
 http://jsbin.com/yudabaxiyo/1/edit?html,css,output

Expected
---------------
You should only see a blue square

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161102/605adee6/attachment.html>


More information about the webkit-unassigned mailing list