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/fr/web/html/element/rt/index.html | 100 ++++++++++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 files/fr/web/html/element/rt/index.html (limited to 'files/fr/web/html/element/rt') diff --git a/files/fr/web/html/element/rt/index.html b/files/fr/web/html/element/rt/index.html new file mode 100644 index 0000000000..6b561fac0b --- /dev/null +++ b/files/fr/web/html/element/rt/index.html @@ -0,0 +1,100 @@ +--- +title: ' : l''élément de texte Ruby' +slug: Web/HTML/Element/rt +tags: + - Element + - HTML + - Reference + - Ruby + - Web +translation_of: Web/HTML/Element/rt +--- +
{{HTMLRef}}
+ +

L'élément HTML <rt> indique la composante texte d'une annotation Ruby, il est notamment utilisé pour la prononciation, la traduction ou la translitération des caractères d'Asie orientale. Cet élément est toujours contenu dans un élément {{HTMLElement("ruby")}}.

+ +
{{EmbedInteractiveExample("pages/tabbed/rt.html", "tabbed-shorter")}}
+ + + +

Attributs

+ +

Cet élément inclut uniquement les attributs universels.

+ +

Exemples

+ +
+

HTML

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

Résultat

+ +

{{EmbedLiveSample("with-ruby","100%","130")}}

+ +

Pour un navigateur sans prise en charge de Ruby, on aurait le résultat suivant :

+ +
+ +
+ +

{{EmbedLiveSample("without-ruby", 600, 60)}}

+ +

Spécifications

+ + + + + + + + + + + + + + + + + + + + + +
SpécificationÉtatCommentaires
{{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')}}
+ +

Compatibilité des navigateurs

+ + + +

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

+ +

Voir aussi

+ +
    +
  • {{HTMLElement("ruby")}}
  • +
  • {{HTMLElement("rp")}}
  • +
  • {{HTMLElement("rb")}}
  • +
  • {{HTMLElement("rtc")}}
  • +
  • {{CSSXRef("text-transform", "text-transform: full-size-kana")}}
  • +
+
-- cgit v1.2.3-54-g00ecf