pub fn rp(cx: Scope) -> HtmlElement<Rp>
Expand description
The <rp>
HTML element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the ruby element. One <rp>
element should enclose each of the opening and closing parentheses that wrap the rt element that contains the annotation’s text.