When creating a new Document with HTML where a list item contains multiple ordered lists, list items in subsequent nested ordered lists are associated with existing numberings.
HTML:
<html>
<ol>
<li>
A child list…...<html> <ol> <li> A child list containing one element: <ol> <li>...</li> </ol> Another child list containing one element: <ol> <li>...