In the case we are using fill-reverse on a grid-lanes container (ie either grid-lanes-direction: row fill-reverse or grid-lanes-direction: column fill-reverse), do we expect the static positions of the out-of-flow items to be reversed along the stacking axis as well?
For example, for column fill-reverse, should the static position of the OOF item be at the end of the container, where the in-flow items are starting:

or should the static position of the OOF item be at the start of the container:
I think it makes the most sense to have the static position of the out-of-flow items calibrate to wherever the rest of the in-flow items are starting, since the static position of an out-of-flow item represents where the item would be placed if it were in-flow.
In the case we are using fill-reverse on a grid-lanes container (ie either
grid-lanes-direction: row fill-reverseorgrid-lanes-direction: column fill-reverse), do we expect the static positions of the out-of-flow items to be reversed along the stacking axis as well?For example, for

column fill-reverse, should the static position of the OOF item be at the end of the container, where the in-flow items are starting:or should the static position of the OOF item be at the start of the container:
I think it makes the most sense to have the static position of the out-of-flow items calibrate to wherever the rest of the in-flow items are starting, since the static position of an out-of-flow item represents where the item would be placed if it were in-flow.