From da78a9e329e272dedb2400b79a3bdeebff387d47 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:17 -0500 Subject: initial commit --- files/ko/web/html/element/rtc/index.html | 121 +++++++++++++++++++++++++++++++ 1 file changed, 121 insertions(+) create mode 100644 files/ko/web/html/element/rtc/index.html (limited to 'files/ko/web/html/element/rtc') diff --git a/files/ko/web/html/element/rtc/index.html b/files/ko/web/html/element/rtc/index.html new file mode 100644 index 0000000000..9fd51a5c36 --- /dev/null +++ b/files/ko/web/html/element/rtc/index.html @@ -0,0 +1,121 @@ +--- +title: ': 루비 텍스트 콘테이너 요소' +slug: Web/HTML/Element/rtc +tags: + - Element + - HTML + - HTML text-level semantics + - Reference + - Web +translation_of: Web/HTML/Element/rtc +--- +
{{HTMLRef}}
+ +

HTML <rtc> 요소는 {{htmlelement("rb")}} 요소가 표시하는 문자의 의미에 대한 주석을 나타냅니다. <rb>는 발음({{htmlelement("rt")}})과 의미(<rtc>) 둘 다 가질 수 있습니다.

+ +
{{EmbedInteractiveExample("pages/tabbed/rtc.html", "tabbed-standard")}}
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
콘텐츠 카테고리없음.
가능한 콘텐츠구문 콘텐츠 또는 {{htmlelement("rt")}} 요소.
태그 생략바로 뒤따르는 요소가 {{htmlelement("rb")}}, {{htmlelement("rt")}}, 다른 <rtc> 요소거나, 자신이 부모의 마지막 요소라면 닫는 태그를 생략할 수 있습니다.
가능한 부모 요소{{htmlelement("ruby")}} 요소.
가능한 ARIA 역할모두
DOM 인터페이스{{domxref("HTMLElement")}}
+ +

특성

+ +

이 요소는 전역 특성만 포함합니다.

+ +

예제

+ +
<div class="info">
+  <ruby>
+    <rbc>
+      <rb>馬</rb><rt>마</rt>
+      <rb>來</rb><rt>래</rt>
+      <rb>西</rb><rt>서</rt>
+      <rb>亞</rb><rt>아</rt>
+    </rbc>
+    <rtc>말레이시아</rtc>
+  </ruby>
+</div>
+
+ + + +

{{EmbedLiveSample("예제", 600, 120)}}

+ +

명세

+ + + + + + + + + + + + + + + + + + + + + + + + + + +
SpecificationStatusComment
{{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')}}Initial definition.
+ +

브라우저 호환성

+ + + +

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

+ +

같이 보기

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