From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/ja/web/html/element/rtc/index.html | 124 +++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 files/ja/web/html/element/rtc/index.html (limited to 'files/ja/web/html/element/rtc') diff --git a/files/ja/web/html/element/rtc/index.html b/files/ja/web/html/element/rtc/index.html new file mode 100644 index 0000000000..4c64dbed6e --- /dev/null +++ b/files/ja/web/html/element/rtc/index.html @@ -0,0 +1,124 @@ +--- +title: ': ルビ文字列コンテナー要素' +slug: Web/HTML/Element/rtc +tags: + - Element + - HTML + - HTML text-level semantics + - NeedsContent + - Reference + - Ruby Text + - Text + - Web + - rtc +translation_of: Web/HTML/Element/rtc +--- +
{{HTMLRef}}
+ +

HTML のルビ文字列コンテナー (<rtc>) 要素は、 {{HTMLElement("ruby")}} 要素内で使用する {{HTMLElement("rb")}} 要素にルビで与える文字列の、意味を表す注釈を包含します。{{HTMLElement("rb")}} 要素は発音の注釈 ({{HTMLElement("rt")}}) と意味の注釈 ({{HTMLElement("rtc")}}) の両方を持つことができます。

+ +
{{EmbedInteractiveExample("pages/tabbed/rtc.html", "tabbed-standard")}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
コンテンツカテゴリなし
許可されている内容記述コンテンツまたは {{HTMLElement("rt")}} 要素
タグの省略直後に {{HTMLElement("rb")}}, {{HTMLElement("rtc")}}, {{HTMLElement("rt")}} 要素の開始タグがある、または親要素の終了タグがある場合は、この要素の終了タグを省略可能。
許可されている親要素{{HTMLElement("ruby")}} 要素
許可されている ARIA ロールすべて
DOM インターフェイス{{domxref("HTMLElement")}}
+ +

属性

+ +

この要素にはグローバル属性のみがあります。

+ +

+ +
<div class="info">
+  <ruby>
+    <rbc>
+      <rb>旧</rb><rt>jiù</rt>
+      <rb>金</rb><rt>jīn</rt>
+      <rb>山</rb><rt>shān</rt>
+    </rbc>
+    <rtc>San Francisco</rtc>
+  </ruby>
+</div>
+
+ + + +

{{EmbedLiveSample("Example", 600, 120)}}

+ +

仕様書

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('HTML5.2', 'textlevel-semantics.html#the-rtc-element', '<rtc>')}}{{Spec2('HTML5.2')}}
{{SpecName('HTML5.1', 'textlevel-semantics.html#the-rtc-element', '<rtc>')}}{{Spec2('HTML5.1')}}
{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-rtc-element', '<rtc>')}}{{Spec2('HTML5 W3C')}}初回定義
+ +

ブラウザーの互換性

+ + + +

{{Compat("html.elements.rtc")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf