The ol element represents a list (or sequence) of items; that is, a list in which the items are intentionally ordered, such that changing the order would change the meaning of the list.
ol = li* & ol.attrs
ol.attrs = common.attrs & start? & reversed? & (common.attrs.aria | common.attrs.aria.implicit.region)?
An ol element must have both a start tag and an end tag.