Function moxie_dom::elements::text_semantics::wbr [−][src]
pub fn wbr() -> WbrBuilder
Expand description
The HTML <wbr>
element represents a word break opportunity—a position within text
where the browser may optionally break a line, though its line-breaking rules would not
otherwise create a break at that location.
A function for creating a builder which will accept attributes and produce the element.