From 95aca4b4d8fa62815d4bd412fff1a364f842814a Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Thu, 29 Apr 2021 16:16:42 -0700 Subject: remove retired locales (#699) --- files/ca/web/html/element/rp/index.html | 133 -------------------------------- 1 file changed, 133 deletions(-) delete mode 100644 files/ca/web/html/element/rp/index.html (limited to 'files/ca/web/html/element/rp/index.html') diff --git a/files/ca/web/html/element/rp/index.html b/files/ca/web/html/element/rp/index.html deleted file mode 100644 index 9cfcdd0184..0000000000 --- a/files/ca/web/html/element/rp/index.html +++ /dev/null @@ -1,133 +0,0 @@ ---- -title: -slug: Web/HTML/Element/rp -tags: - - Element - - HTML - - HTML text-level semantics - - Reference - - Web -translation_of: Web/HTML/Element/rp ---- -

Sumari

- -

L'element HTML <rp> s'utilitza per proporcionar un parèntesis alternatiu als navegadors que no suporten les notacions de ruby. Les notacions ruby estan per mostrar la pronunciació dels caràcters de l'Àsia oriental, com l'ús de furigana japonès o els caràcters Taiwainese bopomofo. L'element <rp> s'utilitza en el cas de manca de suport de l'element {{ HTMLElement("ruby") }} el seu contingut té el que s'ha de mostrar per tal d'indicar la presència d'una notació de ruby, generalment entre parèntesis.

- - - - - - - - - - - - - - - - - - - - - - - - -
Categories de contingutCap.
Contingut permèsPhrasing content.
Omissió de l'etiqueta{{no_tag_omission}}
Elements pares permesosUn element {{HTMLElement("ruby")}}. <rp> s'ha de col·locar immediatament abans o després d'un element {{HTMLElement("rt")}}.
Interfície DOM{{domxref("HTMLElement")}}
- -

Atributs

- -

Aquest element només inclou els atributs globals.

- -

Exemple

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

Especificacions

- - - - - - - - - - - - - - - - - - - - - -
EspecificacióEstatComentari
{{SpecName('HTML WHATWG', 'text-level-semantics.html#the-rp-element', '<rp>')}}{{Spec2('HTML WHATWG')}} 
{{SpecName('HTML5 W3C', 'text-level-semantics.html#the-rp-element', '<rp>')}}{{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