Render Flow - Title attribute
[Read <element title="...">] -> [Create element node] -> [Store title attribute] -> [Render element visually] -> [Wait for user hover] -> [Show tooltip with title text]
The browser reads the title attribute on an element, stores its text, renders the element normally, and then shows a tooltip with the title text when the user hovers over the element.