pub fn text_into_owned(text: Text<'_>) -> Text<'static>
Deep-clone text so every span owns its string data. Used by the browser to cache the rendered body across event-loop ticks.
text