From 074785cea106179cb3305637055ab0a009ca74f2 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:42:52 -0500 Subject: initial commit --- files/pt-br/web/html/element/ruby/index.html | 124 +++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 files/pt-br/web/html/element/ruby/index.html (limited to 'files/pt-br/web/html/element/ruby/index.html') diff --git a/files/pt-br/web/html/element/ruby/index.html b/files/pt-br/web/html/element/ruby/index.html new file mode 100644 index 0000000000..4e055666cc --- /dev/null +++ b/files/pt-br/web/html/element/ruby/index.html @@ -0,0 +1,124 @@ +--- +title: +slug: Web/HTML/Element/ruby +tags: + - Elemento + - HTML + - Referencia + - Semântica HTML + - Web +translation_of: Web/HTML/Element/ruby +--- +

Resumo

+ +

O elemento HTML <ruby>  representa uma anotação ruby. Anotações ruby são para mostrar a pronúncia de caracteres do Leste Asiático

+ + + +

Atributos

+ +

Esse elemento somente inclui os atributos globais.

+ +

Exemplos

+ +

Exemplo 1: Caracter

+ +
<ruby>
+  漢 <rp>(</rp><rt>Kan</rt><rp>)</rp>
+  字 <rp>(</rp><rt>ji</rt><rp>)</rp>
+</ruby>
+ +

Exemplo 2: Palavra

+ +
<ruby>
+  明日 <rp>(</rp><rt>Ashita</rt><rp>)</rp>
+</ruby>
+ +

Especificações

+ + + + + + + + + + + + + + + + + + + + + +
EspecificaçãoStatusComentário
{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-ruby-element', '<ruby>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-ruby-element', '<ruby>')}}{{Spec2('HTML5 W3C')}} 
+ +

Compatibilidade de navegador

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
AspectoChromeFirefox (Gecko)Internet ExplorerOperaSafari
Suporte básico5.0{{CompatNo}}5.0{{CompatNo}}5.0
+
+ +
+ + + + + + + + + + + + + + + + + + + +
AspectoAndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Suporte básico{{CompatVersionUnknown}}{{CompatNo}}{{CompatVersionUnknown}}{{CompatNo}}{{CompatVersionUnknown}}
+
+ +

Veja também

+ + + +

{{ HTMLRef }}

-- cgit v1.2.3-54-g00ecf