Render Flow - Ordered lists
[Read <ol>] -> [Create OL node] -> [Read <li>] -> [Create LI as child] -> [Add text to LI] -> [Close LI] -> [Repeat for each LI] -> [Close OL]
The browser reads the ordered list tag <ol>, creates a list container, then reads each list item <li> inside it, creating child nodes with text. It numbers each item automatically.