Function moxie_dom::elements::text_semantics::rt [−][src]
pub fn rt() -> RtBuilder
Expand description
The HTML Ruby Text (<rt>
) element specifies the ruby text component of a ruby
annotation, which is used to provide pronunciation, translation, or transliteration
information for East Asian typography. The <rt>
element must always be contained within a
<ruby>
element.
A function for creating a builder which will accept attributes and produce the element.