Function leptos::html::bdi

source ·
pub fn bdi() -> HtmlElement<Bdi>
Expand description

The <bdi> HTML element tells the browser’s bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It’s particularly useful when a website dynamically inserts some text and doesn’t know the directionality of the text being inserted.