aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/html/element/rtc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ca/web/html/element/rtc/index.html')
-rw-r--r--files/ca/web/html/element/rtc/index.html134
1 files changed, 0 insertions, 134 deletions
diff --git a/files/ca/web/html/element/rtc/index.html b/files/ca/web/html/element/rtc/index.html
deleted file mode 100644
index ad250ba8ca..0000000000
--- a/files/ca/web/html/element/rtc/index.html
+++ /dev/null
@@ -1,134 +0,0 @@
----
-title: <rtc>
-slug: Web/HTML/Element/rtc
-tags:
- - Element
- - HTML
- - HTML text-level semantics
- - Reference
- - Web
-translation_of: Web/HTML/Element/rtc
----
-<h2 id="Summary" name="Summary">Sumari</h2>
-
-<p>L'<strong>Element HTML <code>&lt;rtc&gt;</code></strong> abasta notacions semàntiques dels caràcters presentats en un ruby d'elements {{HTMLElement("rb")}} utilitzats a l'interior de l'element {{HTMLElement ("ruby")}}. Els elements {{HTMLElement ("rb")}} poden tenir tant la pronunciació ({{HTMLElement("rt")}}) com notacions semàntiques ({{HTMLElement("rtc")}}) .</p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row"><a href="/en-US/docs/Web/HTML/Content_categories" title="HTML/Content_categories">Categories de contingut</a></th>
- <td>Cap.</td>
- </tr>
- <tr>
- <th scope="row">Contingut permès</th>
- <td><a href="/en-US/docs/Web/HTML/Content_categories#Phrasing_content" title="HTML/Content_categories#Phrasing_content">Phrasing content</a> or elements {{HTMLElement("rt")}} .</td>
- </tr>
- <tr>
- <th scope="row">Omissió de l'etiqueta</th>
- <td>L'etiqueta de tancament es pot ometre si és seguit immediatament per una etiqueta d'obertura de l'element {{HTMLElement("rb")}}, {{HTMLElement("rtc")}} o {{HTMLElement("rt")}} o per la seva etiqueta de tancament dels pares.</td>
- </tr>
- <tr>
- <th scope="row">Elements pares permesos</th>
- <td>Un element {{HTMLElement("ruby")}}.</td>
- </tr>
- <tr>
- <th scope="row">Interfície DOM</th>
- <td>{{domxref("HTMLElement")}}</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Attributes" name="Attributes">Atributs</h2>
-
-<p>Aquest element només inclou els<span style="line-height: 21px;"> </span><a href="/en-US/docs/Web/HTML/Global_attributes" style="line-height: 21px;" title="HTML/Global attributes">atributs globals</a><span style="line-height: 21px;">.</span></p>
-
-<h2 id="Example" name="Example">Exemple</h2>
-
-<pre class="brush: html">&lt;ruby&gt;
- &lt;rb&gt;旧&lt;/rb&gt;
- &lt;rb&gt;金&lt;/rb&gt;
- &lt;rb&gt;山&lt;/rb&gt;
- &lt;rt&gt;jiù&lt;/rt&gt;
- &lt;rt&gt;jīn&lt;/rt&gt;
- &lt;rt&gt;shān&lt;/rt&gt;
- &lt;rtc&gt;San Francisco&lt;/rtc&gt;
-&lt;/ruby&gt;
-</pre>
-
-<h2 id="Specifications" name="Specifications">Especificacions</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'the-rtc-element.html#the-rtc-element', '&lt;rtc&gt;')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Definició inicial.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoDesktop(33)}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoMobile(33)}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="See_also" name="See_also">Veure</h2>
-
-<ul>
- <li>{{HTMLElement("ruby")}}</li>
- <li>{{HTMLElement("rp")}}</li>
-</ul>
-
-<p>{{ HTMLRef }}</p>