[css-flexbox] position: absolute and row-reverse

Consider this testcase:
http://jsbin.com/coqelubemo/edit?html,output

Edge positions the green box in the topleft corner. But, shouldn't it
be the topright per the spec due to row-reverse?

https://drafts.csswg.org/css-flexbox/#abspos-items
"The static position of an absolutely-positioned child of a flex
container is determined such that the child is positioned as if it
were the sole flex item in the flex container"

Which would put it in the topright...

(This is coming up because I'm implementing this right now in Blink)

-Christian

Received on Friday, 22 April 2016 23:35:17 UTC