- From: Greg Whitworth <gwhit@microsoft.com>
- Date: Fri, 27 Mar 2015 23:30:44 +0000
- To: Christian Biesinger <cbiesinger@google.com>
- CC: www-style list <www-style@w3.org>
> Hi there, > I'm working on implementing the new abspos behavior, as described in http://dev.w3.org/csswg/css-flexbox/#change-2012-static-pos and >http://dev.w3.org/csswg/css-flexbox/#abspos-items > I just wanted to verify what the expected behavior of align-self: > stretch on an absolutely positioned item is. Should it be converted to flex-start or should the abspos item be stretched? I assume the former? We convert it to flex-start since the abspos items don't participate in the flex layout, all of them would end up in the start position. > thanks! >-christian
Received on Friday, 27 March 2015 23:31:13 UTC