reading-flow examples

reading-flow: flex-flow, with order modification, flex-direction: row-reverse, direction: rtl

Item 1 Item 2 Item 3

In this example, the reading flow should follow the flow order. As per the direction property this is right to left, however as we are in row-reverse the flow reads left to right, therefore—"Item 3", "Item 1", "Item 2".