Visual order and source order
The visual arrangement can change, but reading and keyboard order still follow the HTML.
Integer order values
Source order below: First, Second, Third, Fourth.
First: order 2
Second: order -1
Third: order 0
Fourth: order 0
Lower values display first. Ties retain source order, so Third stays before Fourth.