block container with reading-flow: source-order and reading-order on a child
In this example, a block container has reading-flow: source-order
. Then the third item has reading-order:-1
.
This causes the third item to be visited first in reading order, then the rest of the items in source order.