arrange

Arrangement of Subscripts and Superscripts

Indicates whether multiple subscripts or superscripts applying to the same character should stack (be placed one above the other as compactly as possible) or stagger (be stretched out in a line).

Used on Elements: <sub>, <sup>

ValueMeaning
stackThe multiple subscripts or superscripts should be placed one above the other as compactly as possible.
staggerThe multiple subscripts or superscripts should be stretched out in a line.
RestrictionThis is an optional attribute; there is no default.