Re: [csswg-drafts] [css-flexbox-1] Flex container baselines with "flex-wrap: wrap-reverse" present. (#7774)

I think this is essentially the same as #7776.  We're just using the "first flex item" here (which happens to be the visually last child), when determining the baseline.  This is what the spec used to require (pre-Sept-2017), though now it says "startmost/endmost flex item" (presumably writing-mode-relative) instead of "first/last flex item" as it used to say (which was presumably order-modified-DOM relative).

It looks like the WPT tests you mentioned are mine, and they simply predate that spec change (and I think I missed the spec change when it happened).  If we want that spec change to stick, we need to update the expectations of those tests (whoever implements the change first is welcome to do so).

-- 
GitHub Notification of comment by dholbert
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/7774#issuecomment-1260592987 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Wednesday, 28 September 2022 08:52:41 UTC