<ol>: The Ordered List element
The <ol> element represents an ordered list of items.
Attributes
reversedstarttype
Recommendation
It is highly recommended for an email client to support the <ol> element and its attributes.
Impacts
Accessibility
The <ol> element is a semantic element. Assistive techology including screen-readers treat this differently to other pieces of text. This includes the reversed attributes as screen-readers handle these appropriately.
Resources
- MDN:
<ol>: The Unordered List element - HTML Standard: The
olelement - Reversing an ordered list in HTML