<rp>:Ruby 后备括号元素
<rp>
HTML 元素用于为不支持使用 <ruby>
元素显示 ruby 注释的浏览器提供备用括号。一个 <rp>
元素应将每个左括号和右括号括起来,这些括号将包含注释文本的 <rt>
元素括起来。
¥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.
Try it
属性
使用说明
¥Usage notes
- Ruby 注释用于显示东亚字符的发音,例如使用日语注音假名或台湾语注音字符。
<rp>
元素用于缺乏<ruby>
元素支持的情况;<rp>
内容提供了应该显示的内容,以指示 ruby 注释的存在,通常是括号。
示例
使用 ruby 注释
¥Using ruby annotations
此示例使用 ruby 注释来显示每个字符的 罗马字 等效项。
¥This example uses ruby annotations to display the Romaji equivalents for each character.
html
<ruby>
漢 <rp>(</rp><rt>Kan</rt><rp>)</rp> 字 <rp>(</rp><rt>ji</rt><rp>)</rp>
</ruby>
css
body {
font-size: 22px;
}
结果
¥Result
有关更多示例,请参阅有关 <ruby>
元素的文章。
¥See the article about the <ruby>
element for further examples.
没有红宝石支持
技术总结
规范
Specification |
---|
HTML Standard # the-rp-element |
浏览器兼容性
BCD tables only load in the browser