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/ruby/index.html | 120 ++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 files/ca/web/html/element/ruby/index.html (limited to 'files/ca/web/html/element/ruby/index.html') diff --git a/files/ca/web/html/element/ruby/index.html b/files/ca/web/html/element/ruby/index.html new file mode 100644 index 0000000000..58dd5b703f --- /dev/null +++ b/files/ca/web/html/element/ruby/index.html @@ -0,0 +1,120 @@ +--- +title: +slug: Web/HTML/Element/ruby +translation_of: Web/HTML/Element/ruby +--- +

Resum

+ +

L'Element HTML <ruby> representa una notació ruby. Les notacions Ruby s'utilitzen per mostrar la pronunciació de caràcters asiàtics.

+ + + +

Atributs

+ +

Aquest element només inclou els atributs globals.

+ +

Exemples

+ +

Exemple 1: Caràcter

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

Exemple 2: Word

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

Especificacions

+ + + + + + + + + + + + + + + + + + + + + +
EspecificacióEstatComentaris
{{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')}} 
+ +

Compatiblitat amb navegadors

+ +

{{CompatibilityTable}}

+ +
+ + + + + + + + + + + + + + + + + + + +
FeatureChromeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support5.0{{CompatGeckoDesktop(38)}}5.0{{CompatNo}}5.0
+
+ +
+ + + + + + + + + + + + + + + + + + + + + +
FeatureAndroidChrome per AndroidFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatGeckoMobile(38)}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}{{CompatVersionUnknown}}
+
+ +

Vegeu també

+ + + +

{{ HTMLRef }}

-- cgit v1.2.3-54-g00ecf