Function moxie_dom::elements::text_semantics::bdi[][src]

pub fn bdi() -> BdiBuilder
Expand description

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

A function for creating a builder which will accept attributes and produce the element.