Function silkenweb::elements::html::bdi

source ·
pub fn bdi<D: Dom>() -> Bdi<D>
Expand description

Construct the HTML bdi element

The HTML Bidirectional Isolate element (<bdi>) tells the browser’s bidirectional algorithm to treat the text it contains in isolation from its surrounding text.