Function moxie_dom::elements::text_semantics::rtc [−][src]
pub fn rtc() -> RtcBuilder
Expand description
The HTML Ruby Text Container (<rtc>
) element embraces semantic annotations of
characters presented in a ruby of <rb>
elements used inside of <ruby>
element. <rb>
elements can have both pronunciation (<rt>
) and semantic
(<rtc>
) annotations.
A function for creating a builder which will accept attributes and produce the element.