[css-flexbox] Use flex-order first or document-order first item's baseline? · Issue #995 · w3c/csswg-drafts (original) (raw)
In #197, it was noted that there's an inconsistency between Grid and Flexbox in whether the baseline is taken from the first item in document order or visual order. Grid clearly defines using the visual (grid) order; flexbox should probably account for 'order' and 'flex-direction' as well.