diff --git a/files/en-us/web/html/element/rb/index.html b/files/en-us/web/html/element/rb/index.html index c5a2c82d13da030..92763da2d1d5718 100644 --- a/files/en-us/web/html/element/rb/index.html +++ b/files/en-us/web/html/element/rb/index.html @@ -2,6 +2,7 @@ title: ': The Ruby Base element' slug: Web/HTML/Element/rb tags: + - Deprecated - Element - HTML - HTML text-level semantics @@ -10,7 +11,7 @@ - Text - Web --- -
{{HTMLRef}}{{Non-standard_Header}}
+
{{HTMLRef}}{{deprecated_header}}

The HTML Ruby Base (<rb>) element is used to delimit the base text component of a  {{HTMLElement("ruby") }} annotation, i.e. the text that is being annotated. One <rb> element should wrap each separate atomic segment of the base text.

diff --git a/files/en-us/web/html/element/rtc/index.html b/files/en-us/web/html/element/rtc/index.html index 46b840400814371..19f6e568164dfb2 100644 --- a/files/en-us/web/html/element/rtc/index.html +++ b/files/en-us/web/html/element/rtc/index.html @@ -2,6 +2,7 @@ title: ': The Ruby Text Container element' slug: Web/HTML/Element/rtc tags: + - Deprecated - Element - HTML - HTML text-level semantics @@ -12,7 +13,7 @@ - Web - rtc --- -
{{HTMLRef}}
+
{{HTMLRef}}{{deprecated_header}}

The HTML Ruby Text Container (<rtc>) element embraces semantic annotations of characters presented in a ruby of {{HTMLElement("rb")}} elements used inside of {{ HTMLElement("ruby") }} element. {{HTMLElement("rb")}} elements can have both pronunciation ({{HTMLElement("rt")}}) and semantic ({{HTMLElement("rtc")}}) annotations.