From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/ca/web/html/element/rt/index.html | 134 ++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 files/ca/web/html/element/rt/index.html (limited to 'files/ca/web/html/element/rt/index.html') diff --git a/files/ca/web/html/element/rt/index.html b/files/ca/web/html/element/rt/index.html new file mode 100644 index 0000000000..8bf4e919d6 --- /dev/null +++ b/files/ca/web/html/element/rt/index.html @@ -0,0 +1,134 @@ +--- +title: +slug: Web/HTML/Element/rt +tags: + - Element + - HTML + - HTML text-level semantics + - Reference + - Web +translation_of: Web/HTML/Element/rt +--- +

Sumari

+ +

L'Element HTML <rt> abasta la pronunciació dels caràcters presentats en notacions ruby, que s'utilitzen per descriure la pronunciació dels caràcters de l'est asiàtic. Aquest element s'utilitza sempre dins d'un element {{ HTMLElement("ruby") }}.

+ + + + + + + + + + + + + + + + + + + + + + + + +
Categories de contingutCap.
Contingut permèsPhrasing content.
Omissió de l'etiquetaL'etiqueta final es pot ometre si l'element {{HTMLElement("rt")}} és seguit immediatament per un element {{HTMLElement("rt")}} o {{HTMLElement("rp")}} o si hi ha més contingut en l'element pare
Elements pares permesosUn element {{HTMLElement("ruby")}}.
Interfície DOM{{domxref("HTMLElement")}}
+ +

Atributs

+ +

Aquest element només inclou els atributs globals.

+ +

Exemple

+ +
<ruby>
+  漢 <rt>Kan</rt>
+  字 <rt>ji</rt>
+</ruby>
+
+ +

Especificacions

+ + + + + + + + + + + + + + + + + + + + + +
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-rt-element', '<rt>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-rt-element', '<rt>')}}{{Spec2('HTML5 W3C')}} 
+ + + +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suport bàsic5.0{{CompatGeckoDesktop(38)}}5.0{{CompatNo}}5.0
+
+ +
+ + + + + + + + + + + + + + + + + + + +
CaracterísticaAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suport bàsic{{CompatVersionUnknown}}{{CompatGeckoMobile(38)}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatVersionUnknown}}
+
+ +

Veure

+ + + +

{{ HTMLRef }}

-- cgit v1.2.3-54-g00ecf