aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/html/global_attributes
diff options
context:
space:
mode:
Diffstat (limited to 'files/ca/web/html/global_attributes')
-rw-r--r--files/ca/web/html/global_attributes/accesskey/index.html143
-rw-r--r--files/ca/web/html/global_attributes/class/index.html106
-rw-r--r--files/ca/web/html/global_attributes/contenteditable/index.html107
-rw-r--r--files/ca/web/html/global_attributes/contextmenu/index.html117
-rw-r--r--files/ca/web/html/global_attributes/data-_star_/index.html119
-rw-r--r--files/ca/web/html/global_attributes/dir/index.html130
-rw-r--r--files/ca/web/html/global_attributes/draggable/index.html104
-rw-r--r--files/ca/web/html/global_attributes/hidden/index.html109
-rw-r--r--files/ca/web/html/global_attributes/id/index.html113
-rw-r--r--files/ca/web/html/global_attributes/index.html463
-rw-r--r--files/ca/web/html/global_attributes/itemid/index.html149
-rw-r--r--files/ca/web/html/global_attributes/itemprop/index.html463
-rw-r--r--files/ca/web/html/global_attributes/itemref/index.html181
-rw-r--r--files/ca/web/html/global_attributes/itemscope/index.html315
-rw-r--r--files/ca/web/html/global_attributes/itemtype/index.html295
-rw-r--r--files/ca/web/html/global_attributes/lang/index.html102
-rw-r--r--files/ca/web/html/global_attributes/spellcheck/index.html215
-rw-r--r--files/ca/web/html/global_attributes/style/index.html107
-rw-r--r--files/ca/web/html/global_attributes/tabindex/index.html116
-rw-r--r--files/ca/web/html/global_attributes/title/index.html139
-rw-r--r--files/ca/web/html/global_attributes/translate/index.html99
21 files changed, 0 insertions, 3692 deletions
diff --git a/files/ca/web/html/global_attributes/accesskey/index.html b/files/ca/web/html/global_attributes/accesskey/index.html
deleted file mode 100644
index fb7e6062d4..0000000000
--- a/files/ca/web/html/global_attributes/accesskey/index.html
+++ /dev/null
@@ -1,143 +0,0 @@
----
-title: accesskey
-slug: Web/HTML/Global_attributes/accesskey
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/accesskey
----
-<p>{{HTMLSidebar("Global_attributes")}}</p>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global </a><strong>accesskey</strong> ofereix un suggeriment per generar una drecera de teclat per a l'element actual. Aquest atribut consisteix en una llista separada per espais de caràcters (un únic punt de codi Unicode). El navegador utilitza la primera que existeix en la distribució del teclat de l'ordinador.</p>
-
-<p>L'operació per activar l'accesskey depèn de navegador i la seva plataforma.</p>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th> </th>
- <th>Windows</th>
- <th>Linux</th>
- <th>Mac</th>
- </tr>
- <tr>
- <th>Firefox</th>
- <td colspan="2" rowspan="1" style="text-align: center;"><kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd><em>key</em></kbd></td>
- <td>En Firefox 14 o superior, <kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>key</em></kbd><br>
- En Firefox 13 o anterior, <kbd>Control</kbd> + <kbd><em>key</em></kbd></td>
- </tr>
- <tr>
- <th>Internet Explorer</th>
- <td><kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
- <td colspan="2" rowspan="1">N/A</td>
- </tr>
- <tr>
- <th>Google Chrome</th>
- <td colspan="2" rowspan="1" style="text-align: center;"><kbd>Alt</kbd> + <kbd>Shift</kbd> + <kbd><em>key</em></kbd></td>
- <td><kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
- </tr>
- <tr>
- <th>Safari</th>
- <td><kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
- <td>N/A</td>
- <td><kbd>Control</kbd> + <kbd>Alt</kbd> + <kbd><em>key</em></kbd></td>
- </tr>
- <tr>
- <th>Opera</th>
- <td colspan="3" rowspan="1"><kbd>Shift</kbd> + <kbd>Esc</kbd> s'obre una llista de continguts que són accessibles per accesskey i, a continuació, pot seleccionar un element fent clic <kbd><em>key</em></kbd></td>
- </tr>
- </tbody>
-</table>
-
-<p><span id="result_box" lang="ca"><span>Recordeu que</span> <span>Firefox es pot</span> <span>personalitzar</span> <span>la tecla</span> <span>de modificació</span> <span>requerida per les</span> <span>preferències de l'usuari</span><span>.</span></span></p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "interaction.html#the-accesskey-attribute", "accesskey")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània , {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#the-accesskey-attribute", "accesskey")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "editing.html#the-accesskey-attribute", "accesskey")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de  {{SpecName('HTML WHATWG')}}. Des de {{SpecName('HTML4.01')}}, diversos caràcters es poden establir com accesskey. A més, es pot configurar en qualsevol element.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', "interact/forms.html#h-17.11.2", "accesskey")}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Unicament suportat en {{ HTMLElement("a") }}, {{ HTMLElement("area") }}, {{ HTMLElement("button") }}, {{ HTMLElement("input") }}, {{ HTMLElement("label") }}, {{ HTMLElement("legend") }} i {{ HTMLElement("textarea") }}</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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/class/index.html b/files/ca/web/html/global_attributes/class/index.html
deleted file mode 100644
index e1e91991eb..0000000000
--- a/files/ca/web/html/global_attributes/class/index.html
+++ /dev/null
@@ -1,106 +0,0 @@
----
-title: class
-slug: Web/HTML/Global_attributes/class
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/class
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>class</strong> és una llista separada per espais de les classes de l'element. Les classes permeten a CSS i Javascript  seleccionar i accedir a elements específics a través dels <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Class_selectors">selectors de classe</a> o funcions com el mètode DOM {{domxref("document.getElementsByClassName")}}.</p>
-
-<p>Encara que l'especificació no posa requisits en el nom de les classes, s'anima als desenvolupadors web a utilitzar noms que descriguin el propòsit semàntic de l'element, en lloc de la presentació de l'element (Per exemple, <em>atribut</em> per descriure un atribut en lloc de <em>cursiva</em>, encara que un element d'aquesta classe pot presentar-se en <em>cursiva</em>). Els noms semàntics segueixen sent lògics encara que la presentació de la pàgina canviï.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "elements.html#classes", "class")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània , {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "elements.html#classes", "class")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "elements.html#classes", "class")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}. Des de {{SpecName('HTML4.01')}}, <code>class</code> és ara un veritable atribut global.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', "struct/global.html#h-7.5.2", "class")}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Suportat en tots els elements però {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, i {{HTMLElement("title")}}.</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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}} [1]</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] <code>class</code> és un veritable atribut global només a partir de Firefox 32.</p>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/contenteditable/index.html b/files/ca/web/html/global_attributes/contenteditable/index.html
deleted file mode 100644
index 10fb43c949..0000000000
--- a/files/ca/web/html/global_attributes/contenteditable/index.html
+++ /dev/null
@@ -1,107 +0,0 @@
----
-title: contenteditable
-slug: Web/HTML/Global_attributes/contenteditable
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/contenteditable
----
-<p>{{HTMLSidebar("Global_attributes")}}</p>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>contenteditable</strong> és un atribut enumerat que indica si l'element ha de ser modificable per l'usuari. Si és així, el navegador modifica el seu widget per permetre l'edició. L'atribut ha de prendre un dels següents valors:</p>
-
-<ul>
- <li><span style="font-family: courier new;">true</span> o <em>cadena buida</em>, indica que l'element ha de ser editable;</li>
- <li><span style="font-family: courier new;">false</span>, indica que l'element no ha de ser editable</li>
-</ul>
-
-<p>Si aquest atribut no està definit, el seu valor per defecte és <em>heretat</em> del seu element pare.</p>
-
-<p>Aquest és un atribut enumerat i no un booleà. Això vol dir que l'ús explícit d'un dels valors <span style="font-family: courier new;">true</span>, <span style="font-family: courier new;">false</span> o empty string és obligatori i que no està permès una forma abreujada com <code>&lt;label contenteditable&gt;</code> Exemple d'etiqueta <code>&lt;/label&gt;</code> . L'ús correcte és <code>&lt;label contenteditable="true"&gt;</code> Exemple d'etiqueta <code>&lt;/label&gt;</code> .</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "editing.html#attr-contenteditable", "contenteditable")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#attr-contenteditable", "contenteditable")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "editing.html#attr-contenteditable", "contenteditable")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de   {{SpecName('HTML WHATWG')}}, 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoDesktop("1.9") }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoMobile("1.9") }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a></li>
- <li>{{domxref("HTMLElement.contentEditable")}} i {{domxref("HTMLElement.isContentEditable")}}</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/contextmenu/index.html b/files/ca/web/html/global_attributes/contextmenu/index.html
deleted file mode 100644
index 220950716f..0000000000
--- a/files/ca/web/html/global_attributes/contextmenu/index.html
+++ /dev/null
@@ -1,117 +0,0 @@
----
-title: contextmenu
-slug: Web/HTML/Global_attributes/contextmenu
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/contextmenu
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <code><strong>contextmenu</strong></code> és l'<strong><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/id">id</a></strong> d'un {{HTMLElement("menu")}} per ser utilitzat com el menú contextual d'aquest element.</p>
-
-<p>Un <em>menú contextual</em> és un menú que apareix després de la interacció de l'usuari, com un clic dret. HTML5 ara ens permet personalitzar aquest menú. Aquests són alguns exemples d'implementació, incloent menús niats.</p>
-
-<h2 id="Exemple">Exemple</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush:html; highlight:[1,10,15]">&lt;body contextmenu="share"&gt;
- &lt;menu type="context" id="share"&gt;
- &lt;menu label="share"&gt;
- &lt;menuitem label="Twitter" onclick="shareViaTwitter()"&gt;&lt;/menuitem&gt;
- &lt;menuitem label="Facebook" onclick="shareViaFacebook()"&gt;&lt;/menuitem&gt;
- &lt;/menu&gt;
- &lt;/menu&gt;
- &lt;ol&gt;
- &lt;li&gt;
- Anywhere in the example you can share the page on Twitter and
- Facebook using the Share menu from your context menu.
- &lt;/li&gt;
- &lt;li contextmenu="changeFont" id="fontSizing"&gt;
- On this specific list element, you can change the size of the text
- by using the "Increase/Decrease font" actions from your context menu
- &lt;/li&gt;
- &lt;menu type="context" id="changeFont"&gt;
- &lt;menuitem label="Increase Font" onclick="incFont()"&gt;&lt;/menuitem&gt;
- &lt;menuitem label="Decrease Font" onclick="decFont()"&gt;&lt;/menuitem&gt;
- &lt;/menu&gt;
- &lt;li contextmenu="ChangeImage" id="changeImage"&gt;
- On the image below, you can fire the "Change Image" action
- in your Context Menu.&lt;br /&gt;
- &lt;img src="https://developer.mozilla.org/media/img/promote/promobutton_mdn5.png"
- contextmenu="ChangeImage" id="promoButton" /&gt;
- &lt;menu type="context" id="ChangeImage"&gt;
- &lt;menuitem label="Change Image" onclick="changeImage()"&gt;&lt;/menuitem&gt;
- &lt;/menu&gt;
- &lt;/li&gt;
- &lt;/ol&gt;
-&lt;/body&gt;
-</pre>
-
-<h3 id="JavaScript">JavaScript</h3>
-
-<pre class="brush:js">function shareViaTwitter() {
- window.open("https://twitter.com/intent/tweet?text=" +
- "Hurray! I am learning ContextMenu from MDN via Mozilla");
-}
-
-function shareViaFacebook() {
- window.open("https://facebook.com/sharer/sharer.php?u=" +
- "https://developer.mozilla.org/en/HTML/Element/Using_HTML_context_menus");
-}
-
-function incFont() {
- document.getElementById("fontSizing").style.fontSize = "larger";
-}
-
-function decFont() {
- document.getElementById("fontSizing").style.fontSize = "smaller";
-}
-
-function changeImage() {
- var index = Math.ceil(Math.random() * 39 + 1);
- document.images[0].src =
- "https://developer.mozilla.org/media/img/promote/promobutton_mdn" +
- index + ".png";
-}</pre>
-
-<h3 id="Resultat">Resultat</h3>
-
-<p>{{EmbedLiveSample("Example", "100%", 400)}}</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "forms.html#attr-contextmenu", "contextmenu")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "interactive-elements.html#context-menus", "contextmenu")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, definició inicial.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
-
-<p>{{Compat("html.global_attributes.contextmenu")}}</p>
-
-<p>[1] Una implementació experimental està disponible a través de l'opció de línia d'ordres <code>--enable-blink-features=ContextMenu</code>. Fins Chrome 52 i Opera  39 estava disponible l'opció d'habilitació de les <em>característiques de la Plataforma Web Experimental</em>, però va ser eliminada a causa d'un <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=412945">problema de compatibilitat web</a>. El suport per aquesta caracteristica se sol·licita en <a href="https://bugs.chromium.org/p/chromium/issues/detail?id=87553">Chromium bug 87553</a>.</p>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>{{domxref("HTMLElement.contextMenu")}}</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/data-_star_/index.html b/files/ca/web/html/global_attributes/data-_star_/index.html
deleted file mode 100644
index e0984687a0..0000000000
--- a/files/ca/web/html/global_attributes/data-_star_/index.html
+++ /dev/null
@@ -1,119 +0,0 @@
----
-title: data-*
-slug: Web/HTML/Global_attributes/data-*
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/data-*
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}</p>
-
-<p>Els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a> <strong>data-*</strong> formen una classe d'atributs anomenats <strong>atributs de dades personalitzades</strong>, que permeten que la informació propietària s'intercanviï entre l' <a href="https://developer.mozilla.org/en-US/docs/Web/HTML" title="en/HTML">HTML</a> i la seva representació <a href="https://developer.mozilla.org/en-US/docs/DOM" title="en/DOM">DOM</a> mitjançan scripts. Totes aquestes dades personalitzades estan disponibles a través de la interfície {{domxref ("HTMLElement")}} de l'element en el qual s'estableix l'atribut. La propietat {{domxref ("HTMLElement.dataset")}} li dóna accés. El * pot ser reemplaçat per qualsevol nom que segueix <a href="http://www.w3.org/TR/REC-xml/#NT-Name">la regla de producció de noms XML</a> amb les següents restriccions:</p>
-
-<ul>
- <li>el nom no ha de començar amb <code>xml</code>, qualsevol que sigui el cas que s'utilitzi per a aquestes lletres;</li>
- <li>el nom no ha de contenir cap punt i coma (U+003A);</li>
- <li>el nom no ha de contenir majúscules de l'A a la Z.</li>
-</ul>
-
-<p>Recordeu que la propietat {{domxref ("HTMLElement.dataset")}} és un {{domxref ("DOMStringMap")}}, i el nom de l'atribut de dades personalitzades <em>data-test-value</em> serà accessible a través de <code>HTMLElement.dataset.testValue</code> ( o <code>HTMLElement.dataset["testValue"]</code> ) com qualsevol guió (<code>u+002D</code>) se substitueix la següent lletra en majúscula, convertint el nom a (CamelCase).</p>
-
-<h3 id="Ùs">Ùs</h3>
-
-<p>Mitjançant la incorpoarció d'atributs <strong>data-</strong>*, fins i tot els elements HTML ordinaris poden convertir-se en programes-objectes força complexos i potents. Per exemple, una nau espacial "<a href="https://en.wikipedia.org/wiki/Sprite_%28computer_graphics%29">sprite</a>" en un joc podria ser un simple element {{HTMLElement ("img")}} amb un atribut <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/class">class</a> i diversos atributs data- *:</p>
-
-<pre>&lt;img class="spaceship cruiserX3" src="shipX3.png"
-  data-ship-id="324"   data-weapons="laserI laserII" data-shields="72%"
-  data-x="414354" data-y="85160" data-z="31940"
- onclick="spaceships[this.dataset.shipId].blasted()"
-&lt;/img&gt;
-</pre>
-
-<p id="Specifications">(Veure més <em><a href="https://html.spec.whatwg.org/multipage/dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes">aquí</a>)</em></p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes", "data-*")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes", "data-*")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#embedding-custom-non-visible-data-with-the-data-*-attributes", "data-*")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoDesktop(6) }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoMobile(6) }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>La propietat {{domxref ("HTMLElement.dataset")}} permet accedir i modificar aquests valors.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/dir/index.html b/files/ca/web/html/global_attributes/dir/index.html
deleted file mode 100644
index 13421f5361..0000000000
--- a/files/ca/web/html/global_attributes/dir/index.html
+++ /dev/null
@@ -1,130 +0,0 @@
----
-title: dir
-slug: Web/HTML/Global_attributes/dir
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/dir
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}</p>
-
-<p><span id="result_box" lang="ca"><span>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a></span><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes"> <span>global</span></a> <strong><span>dir</span></strong> <span>és</span> <span>un atribut</span> <span>enumerat</span> <span>indica la</span> <span>direccionalitat</span> <span>del text</span> <span>de l'element.</span> <span>Pot tenir</span> <span>els</span> <span>següents</span> <span>valors</span><span>:</span></span></p>
-
-<ul>
- <li><span style="font-family: Courier New;">ltr</span>, significa d'<em>esquerra a dreta</em> i s'utilitza per als idiomes que s'escriuen d'esquerra a la dreta (com l'anglès)</li>
- <li><span style="font-family: Courier New;">rtl</span>, significa <em>dreta a esquerra</em> i s'utilitza per als idiomes que s'escriuen de dreta a l'esquerra (com l'àrab);</li>
- <li><span style="font-family: Courier New;">auto</span>, permet a l'agent d'usuari que decideixi. S'utilitza un algoritme bàsic, que analitza els caràcters dins de l'element fins que troba un caràcter amb una direccionalitat forta, a continuació, aplicar la direccionalitat a tot l'element.</li>
-</ul>
-
-<div class="note">
-<p><strong>Notes d'ùs</strong></p>
-
-<p>Aquest atribut és obligatori per a l'element {{ HTMLElement("bdo") }} on té un significat semàntic diferent.</p>
-
-<ul>
- <li>
- <p>Aquest atribut <em>no</em> és heretat per l'element {{ HTMLElement("bdi") }}. Si no s'estableix el seu valor a <code>auto</code>.</p>
- </li>
- <li>
- <p>Aquest atribut pot ser anul·lat per les propietats CSS {{ cssxref("direction") }} i {{ cssxref("unicode-bidi") }}, si una pàgina CSS està activa i l'element és compatible amb aquestes propietats.</p>
- </li>
- <li>
- <p>A mesura que la direccionalitat del text està semànticament relacionada amb el seu contingut i no a la seva presentació, es recomana que els desenvolupadors web utilitzin aquest atribut en lloc de les propietats CSS relacionades quan sigui possible. D'aquesta manera, el text es mostrarà correctament fins i tot en un navegador que no suporti CSS o tingui desactivada la CSS.</p>
- </li>
- <li>
- <p>El valor <code>auto</code> s'ha d'utilitzar per a les dades amb una direccionalitat desconeguda, igual que les dades procedents de l'entrada de l'usuari, eventualment emmagatzemades en una base de dades.</p>
- </li>
-</ul>
-</div>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#the-dir-attribute", "dir")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-dir-attribute", "dir")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#the-dir-attribute", "dir")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, des de {{SpecName('HTML4.01')}} s'afegeix el valor <code>auto</code>, i ara és un veritable atribut global.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', "dirlang.html#h-8.2", "dir")}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Suportat en tots els elements però {{HTMLElement("applet")}}, {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("bdo")}}, {{HTMLElement("br")}}, {{HTMLElement("frame")}}, {{HTMLElement("frameset")}}, {{HTMLElement("iframe")}}, {{HTMLElement("param")}} i {{HTMLElement("script")}}.</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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>{{domxref ("HTMLElement.dir")}} reflecteix aquest atribut.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/draggable/index.html b/files/ca/web/html/global_attributes/draggable/index.html
deleted file mode 100644
index 1e1090fc70..0000000000
--- a/files/ca/web/html/global_attributes/draggable/index.html
+++ /dev/null
@@ -1,104 +0,0 @@
----
-title: draggable
-slug: Web/HTML/Global_attributes/draggable
-tags:
- - Experimental
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/draggable
----
-<p>{{HTMLSidebar("Global_attributes")}} {{SeeCompatTable}}</p>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a><strong> draggable</strong> és un atribut enumerat que indica si l'element es pot arrossegar, mitjançant el {{domxref("HTML_Drag_and_Drop_API","HTML Drag and Drop API")}}. Pot tenir els següents valors:</p>
-
-<ul>
- <li><span style="font-family: courier new;">true</span>, indica que l'element pot ser arrossegat</li>
- <li><span style="font-family: courier new;">false</span>, indica que l'element no pot ser arrossegat.</li>
-</ul>
-
-<p>Si aquest atribut no està establert, el valor predeterminat és <code>auto</code>, és a dir, el comportament ha de ser el definit per incompliment per part del navegador.</p>
-
-<p>Aquest atribut és enumerat i no un booleà. Això vol dir que l'ús explícit d'un dels valors <code>true</code> o <code>false</code> és obligatori i que una forma abreujada com <code>&lt;label draggable&gt;</code> Exemple <code>Label&lt;/label&gt;</code> no està permès. L'ús correcte és <code>&lt;label draggable="true"&gt;</code> Exemple <code>Label&lt;/label&gt;</code>.</p>
-
-<p>Per defecte, només seleccions de textes, imatges i enllaços es poden arrossegar. Per a tots els altres elements, l'esdeveniment <strong>{{domxref('GlobalEventHandlers.ondragstart','ondragstart')}}</strong> ha d'establir-se perquè funcioni el mecanisme d'arrossegar i deixar anar, com es mostra en aquest <a href="https://developer.mozilla.org/en-US/docs/DragDrop/Drag_Operations">exemple complet</a>.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "interaction.html#the-draggable-attribute", "draggable")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#the-draggable-attribute", "draggable")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoDesktop("1.8.1") }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoMobile("1.8.1") }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/hidden/index.html b/files/ca/web/html/global_attributes/hidden/index.html
deleted file mode 100644
index 3c25165b26..0000000000
--- a/files/ca/web/html/global_attributes/hidden/index.html
+++ /dev/null
@@ -1,109 +0,0 @@
----
-title: hidden
-slug: Web/HTML/Global_attributes/hidden
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/hidden
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong><code>hidden</code></strong> és un atribut booleà que indica que l'element no és encara, o ja no és rellevant. Per exemple, es pot fer servir per ocultar els elements de la pàgina que no es poden utilitzar fins que el procés d'inici de sessió s'ha completat. Els navegadors no mostraran els elements amb l'atribut <code>hidden</code> establert.</p>
-
-<p>L'atribut <code>hidden</code> no ha de ser utilitzat per a ocultar el contingut que legítimament es podria mostrar en una altra presentació. Per exemple, és incorrecte utilitzar hidden per ocultar els panells en un diàleg amb pestanyess, ja que la interfície amb pestanyes no és més que una mena de presentació de desbordament - un podria igualment mostrar les imatges de tots els controls de formulari en una pàgina gran amb una barra de desplaçament. De la mateixa manera és incorrecte utilitzar aquest atribut solsament per a ocultar el contingut d'una presentació - si per alguna cosa es el marcat de hidden, és que ho amaga a totes les presentacions, incloent, per exemple, els lectors de pantalla.</p>
-
-<p>Els elements ocults no s'han de vincular des d'elements no-ocults i els elements que són descendents d'un element ocult encara estan actius, el que significa que els elements del script encara es poden executar i els elements de formulari encara poden ser presentats.</p>
-
-<div class="note">
-<p><strong>Nota:</strong> El canvi del valor de la propietat CSS {{cssxref ("display")}} d'un element amb l'atribut <code>hidden</code> sobreescriu el seu comportament. Per exemple, els elements d'estil <code>display: flex</code> es mostrarà tot i la presència de l'atribut <code>hidden</code>.</p>
-</div>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "interaction.html#the-hidden-attribute", "hidden")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "rendering.html#hiddenCSS", "Hidden elements")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Defineix la representació per defecte suggerida usant l'atribut <code>hidden</code> CSS</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#the-hidden-attribute", "hidden")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}},
- <p>definició inicial</p>
-
- <p> </p>
- </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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoDesktop("2") }}</td>
- <td>11</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>4</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoMobile("2") }}</td>
- <td>11</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/id/index.html b/files/ca/web/html/global_attributes/id/index.html
deleted file mode 100644
index 15d6226ba1..0000000000
--- a/files/ca/web/html/global_attributes/id/index.html
+++ /dev/null
@@ -1,113 +0,0 @@
----
-title: id
-slug: Web/HTML/Global_attributes/id
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/id
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>id</strong> defineix un identificador únic (ID) que ha de ser únic en tot el document. El seu propòsit és identificar l'element quan es vincula (usant un identificador de fragment), scripts, o estil (CSS).</p>
-
-<p>El valor d'aquest atribut és una cadena opaca: això vol dir que l'autor web no ho ha de fer servir per transmetre qualsevol informació. Un significat particular, per exemple el significat semàntic, no ha de derivar de la cadena.</p>
-
-<p>El valor d'aquest atribut no ha de contenir espais en blanc (espais, tabulacions, etc.). Els navegadors tracten IDs no conformes que contenen espais en blanc com si l'espai en blanc fora part de l'ID. En contrast amb l'atribut <strong>class</strong>, que permet valors separats per espais, els elements només poden tenir un únic ID.</p>
-
-<div class="note">
-<p><strong>Nota:</strong> L'ús de caràcters ASCII, excepte les lletres i dígits, '_', '-' i '.' pot causar problemes de compatibilitat, ja que no estaven permesos en HTML 4. Malgrat aquesta restricció ha estat aixecada en HTML 5, un ID ha de començar amb una lletra per compatibilitat.</p>
-</div>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#the-id-attribute", "id")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-id-attribute", "id")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#the-id-attribute", "id")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, ara acceptar '_', '-' i '.' al començament del id. És també un verdader atribut global.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'struct/global.html#adef-id', 'id')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Suportat en tots els elements però {{HTMLElement("base")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, i {{HTMLElement("title")}}.</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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}<sup>[1]</sup></td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1] <code>id</code> és un veritable atribut global només a partir de Gecko 32.0 {{geckoRelease("32.0")}}.</p>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>{{domxref("Element.id")}} <span class="short_text" id="result_box" lang="ca"><span>que reflecteix</span> <span>aquest</span> <span>atribut</span></span>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/index.html b/files/ca/web/html/global_attributes/index.html
deleted file mode 100644
index bbe00ae786..0000000000
--- a/files/ca/web/html/global_attributes/index.html
+++ /dev/null
@@ -1,463 +0,0 @@
----
-title: Global attributes
-slug: Web/HTML/Global_attributes
-tags:
- - Attribute
- - HTML
- - NeedsBrowserCompatibility
- - NeedsTranslation
- - Reference
- - TopicStub
- - Web
-translation_of: Web/HTML/Global_attributes
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<div class="summary">
-<p><strong>Global attributes</strong> are attributes common to all HTML elements; they can be used on all elements, though the attributes may have no effect on some elements.</p>
-</div>
-
-<p>Global attributes may be specified on all <a href="/en-US/docs/Web/HTML/Element">HTML elements</a>, <em>even those not specified in the standard</em>. That means that any non-standard elements must still permit these attributes, even though using those elements means that the document is no longer HTML5-compliant. For example, HTML5-compliant browsers hide content marked as <code>&lt;foo hidden&gt;...&lt;foo&gt;</code><code>, </code>even though <code>&lt;foo&gt;</code> is not a valid HTML element.</p>
-
-<p>In addition to the basic HTML global attributes, the following global attributes also exist:</p>
-
-<ul>
- <li>Both <strong><code>xml:lang</code></strong> and <code><strong>xml:base</strong></code>, deprecated, inherited from the XHTML specifications and kept for compatibility purpose.</li>
- <li>The multiple <code><strong><a href="https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA">aria-*</a></strong></code> attributes, used for improving accessibility.</li>
- <li>The event handler attributes: <code><strong>onabort</strong></code>, <code><strong>onautocomplete</strong></code>, <code><strong>onautocompleteerror</strong></code>, <code><strong>onblur</strong></code>, <code><strong>oncancel</strong></code>, <code><strong>oncanplay</strong></code>, <code><strong>oncanplaythrough</strong></code>, <code><strong>onchange</strong></code>, <code><strong>onclick</strong></code>, <code><strong>onclose</strong></code>, <code><strong>oncontextmenu</strong></code>, <code><strong>oncuechange</strong></code>, <code><strong>ondblclick</strong></code>, <code><strong>ondrag</strong></code>, <code><strong>ondragend</strong></code>, <code><strong>ondragenter</strong></code>, <code><strong>ondragexit</strong></code>, <code><strong>ondragleave</strong></code>, <code><strong>ondragover</strong></code>, <code><strong>ondragstart</strong></code>, <code><strong>ondrop</strong></code>, <code><strong>ondurationchange</strong></code>, <code><strong>onemptied</strong></code>, <code><strong>onended</strong></code>, <code><strong>onerror</strong></code>, <code><strong>onfocus</strong></code>, <code><strong>oninput</strong></code>, <code><strong>oninvalid</strong></code>, <code><strong>onkeydown</strong></code>, <code><strong>onkeypress</strong></code>, <code><strong>onkeyup</strong></code>, <code><strong>onload</strong></code>, <code><strong>onloadeddata</strong></code>, <code><strong>onloadedmetadata</strong></code>, <code><strong>onloadstart</strong></code>, <code><strong>onmousedown</strong></code>, <code><strong>onmouseenter</strong></code>, <code><strong>onmouseleave</strong></code>, <code><strong>onmousemove</strong></code>, <code><strong>onmouseout</strong></code>, <code><strong>onmouseover</strong></code>, <code><strong>onmouseup</strong></code>, <code><strong>onmousewheel</strong></code>, <code><strong>onpause</strong></code>, <code><strong>onplay</strong></code>, <code><strong>onplaying</strong></code>, <code><strong>onprogress</strong></code>, <code><strong>onratechange</strong></code>, <code><strong>onreset</strong></code>, <code><strong>onresize</strong></code>, <code><strong>onscroll</strong></code>, <code><strong>onseeked</strong></code>, <code><strong>onseeking</strong></code>, <code><strong>onselect</strong></code>, <code><strong>onshow</strong></code>, <code><strong>onsort</strong></code>, <code><strong>onstalled</strong></code>, <code><strong>onsubmit</strong></code>, <code><strong>onsuspend</strong></code>, <code><strong>ontimeupdate</strong></code>, <code><strong>ontoggle</strong></code>, <code><strong>onvolumechange</strong></code>, <code><strong>onwaiting</strong></code>.</li>
-</ul>
-
-<h2 id="Description">Description</h2>
-
-<dl>
- <dt id="accesskey"><code><a href="/en-US/docs/Web/HTML/Global_attributes/accesskey">accesskey</a></code></dt>
- <dd>Provides a hint for generating a keyboard shortcut for the current element. This attribute consists of a space-separated list of characters. The browser should use the first one that exists on the computer keyboard layout.</dd>
- <dt id="class"><code><a href="/en-US/docs/Web/HTML/Global_attributes/class">class</a></code></dt>
- <dd>Is a space-separated list of the classes of the element. Classes allows CSS and JavaScript to select and access specific elements via the <a href="/En/CSS/Class_selectors" title="https://developer.mozilla.org/En/CSS/Class_selectors">class selectors</a> or functions like the method {{domxref("Document.getElementsByClassName()")}}.</dd>
- <dt id="contenteditable"><code><a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable">contenteditable</a></code></dt>
- <dd>Is an enumerated attribute indicating if the element should be editable by the user. If so, the browser modifies its widget to allow editing. The attribute must take one of the following values:
- <ul>
- <li><code>true</code> or the <em>empty string</em>, which indicates that the element must be editable;</li>
- <li><code>false</code>, which indicates that the element must not be editable.</li>
- </ul>
- </dd>
- <dt id="contextmenu"><code><a href="/en-US/docs/Web/HTML/Global_attributes/contextmenu">contextmenu</a></code></dt>
- <dd>Is the <code><a href="#attr-id"><strong>id</strong></a></code> of an {{HTMLElement("menu")}} to us as the contextual menu for this element.</dd>
- <dt><code><a href="/en-US/docs/Web/HTML/Global_attributes/data-*">data-*</a></code></dt>
- <dd>Forms a class of attributes, called custom data attributes, that allow proprietary information to be exchanged between the <a href="/en-US/docs/Web/HTML" title="en/HTML">HTML</a> and its <a href="/en-US/docs/Glossary/DOM" title="en/DOM">DOM</a> representation that may be used by scripts. All such custom data are available via the {{domxref("HTMLElement")}} interface of the element the attribute is set on. The {{domxref("HTMLElement.dataset")}} property gives access to them.</dd>
- <dt><code><a href="/en-US/docs/Web/HTML/Global_attributes/dir">dir</a></code></dt>
- <dd>Is an enumerated attribute indicating the directionality of the element's text. It can have the following values:
- <ul>
- <li><code>ltr</code>, which means <em>left to right </em>and is to be used for languages that are written from the left to the right (like English);</li>
- <li><code>rtl</code>, which means <em>right to left</em> and is to be used for languages that are written from the right to the left (like Arabic);</li>
- <li><code>auto</code>, which let the user agent decides. It uses a basic algorithm as it parses the characters inside the element until it finds a character with a strong directionality, then apply that directionality to the whole element.</li>
- </ul>
- </dd>
- <dt><code><a href="/en-US/docs/Web/HTML/Global_attributes/draggable">draggable</a></code> {{experimental_inline}}</dt>
- <dd>Is an enumerated attribute indicating whether the element can be dragged, using the <a href="/en-us/docs/DragDrop/Drag_and_Drop">Drag and Drop API</a>. It can have the following values:
- <ul>
- <li><code>true</code>, which indicates that the element may be dragged</li>
- <li><code>false</code>, which indicates that the element may not be dragged.</li>
- </ul>
- </dd>
- <dt><code><a href="/en-US/docs/Web/HTML/Global_attributes/dropzone">dropzone</a></code> {{experimental_inline}}</dt>
- <dd>Is an enumerated attribute indicating what types of content can be dropped on an element, using the <a href="/En-us/docs/DragDrop/Drag_and_Drop" title="https://developer.mozilla.org/En/DragDrop/Drag_and_Drop">Drag and Drop API</a>. It can have the following values:
- <ul>
- <li><code>copy</code>, which indicates that dropping will create a copy of the element that was dragged</li>
- <li><code>move</code>, which indicates that the element that was dragged will be moved to this new location.</li>
- <li><code>link</code>, will create a link to the dragged data.</li>
- </ul>
- </dd>
- <dt id="hidden"><code><a href="/en-US/docs/Web/HTML/Global_attributes/hidden">hidden</a></code></dt>
- <dd>Is a Boolean attribute indicates that the element is not yet, or is no longer, <em>relevant</em>. For example, it can be used to hide elements of the page that can't be used until the login process has been completed. The browser won't render such elements. This attribute must not be used to hide content that could legitimately be shown.</dd>
- <dt id="id"><code><a href="/en-US/docs/Web/HTML/Global_attributes/id">id</a></code></dt>
- <dd>Defines a unique identifier (ID) which must be unique in the whole document. Its purpose is to identify the element when linking (using a fragment identifier), scripting, or styling (with CSS).</dd>
- <dt id="itemid"><code><a href="/en-US/docs/Web/HTML/Global_attributes/itemid">itemid</a></code> {{experimental_inline}}</dt>
- <dt id="itemprop"><code><a href="/en-US/docs/Web/HTML/Global_attributes/itemprop">itemprop</a></code> {{experimental_inline}}</dt>
- <dt id="itemref"><code><a href="/en-US/docs/Web/HTML/Global_attributes/itemref">itemref</a></code> {{experimental_inline}}</dt>
- <dt id="itemscope"><code><a href="/en-US/docs/Web/HTML/Global_attributes/itemscope">itemscope</a> </code>{{experimental_inline}}</dt>
- <dt id="itemtype"><code><a href="/en-US/docs/Web/HTML/Global_attributes/itemtype">itemtype</a></code> {{experimental_inline}}</dt>
- <dd>These attributes are related to the <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#microdata" title="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#microdata">WHATWG HTML Microdata feature</a>.</dd>
- <dt id="lang"><code><a href="/en-US/docs/Web/HTML/Global_attributes/lang">lang</a></code></dt>
- <dd>Participates in defining the language of the element, the language that non-editable elements are written in or the language that editable elements should be written in. The tag contains one single entry value in the format defines in the <a class="external" href="http://www.ietf.org/rfc/bcp/bcp47.txt" title="http://www.ietf.org/rfc/bcp/bcp47.txt"><em>Tags for Identifying Languages (BCP47)</em></a> IETF document. <a href="#attr-xml:lang"><strong>xml:lang</strong></a> has priority over it.</dd>
- <dt id="spellcheck_.7B.7Bexperimental_inline.7D.7D"><code><a href="/en-US/docs/Web/HTML/Global_attributes/spellcheck">spellcheck</a></code> {{experimental_inline}}</dt>
- <dd>Is an enumerated attribute defines whether the element may be checked for spelling errors. It may have the following values:
- <ul>
- <li><code>true</code>, which indicates that the element should be, if possible, checked for spelling errors;</li>
- <li><code>false</code>, which indicates that the element should not be checked for spelling errors.</li>
- </ul>
- </dd>
- <dt id="style"><code><a href="/en-US/docs/Web/HTML/Global_attributes/style">style</a></code></dt>
- <dd>Contains <a href="/en/CSS" title="en/CSS">CSS</a> styling declarations to be applied to the element. Note that it is recommended for styles to be defined in a separate file or files. This attribute and the {{ HTMLElement("style") }} element have mainly the purpose of allowing for quick styling, for example for testing purposes.</dd>
- <dt id="tabindex"><code><a href="/en-US/docs/Web/HTML/Global_attributes/tabindex">tabindex</a></code></dt>
- <dd>Is an integer attribute indicates if the element can take input focus (is <em>focusable</em>), if it should participate to sequential keyboard navigation, and if so, at what position. It can takes several values:
- <ul>
- <li>a <em>negative value</em> means that the element should be focusable, but should not be reachable via sequential keyboard navigation;</li>
- <li><code>0</code> means that the element should be focusable and reachable via sequential keyboard navigation, but its relative order is defined by the platform convention;</li>
- <li>a <em>positive value</em> which means should be focusable and reachable via sequential keyboard navigation; its relative order is defined by the value of the attribute: the sequential follow the increasing number of the <a href="#attr-tabindex"><strong>tabindex</strong></a>. If several elements share the same tabindex, their relative order follows their relative position in the document).</li>
- </ul>
- </dd>
- <dt id="title"><code><a href="/en-US/docs/Web/HTML/Global_attributes/title">title</a></code></dt>
- <dd>Contains a text representing advisory information related to the element it belongs to. Such information can typically, but not necessarily, be presented to the user as a tooltip.</dd>
- <dt id="title"><code><a href="/en-US/docs/Web/HTML/Global_attributes/translate">translate</a></code></dt>
- <dd>Is an enumerated attribute that is used to specify whether an element's attribute values and the values of it<code>s</code> {{domxref("Text")}} node children are to be translated when the page is localized, or whether to leave them unchanged. It can have the following values:
- <ul>
- <li>empty string and <code>"yes"</code>, which indicates that the element will be translated.</li>
- <li><code>"no</code>", which indicates that the element will not be translated.</li>
- </ul>
- </dd>
-</dl>
-
-<h2 id="Specifications">Specifications</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Specification</th>
- <th scope="col">Status</th>
- <th scope="col">Comment</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#global-attributes", "Global attributes")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>From latest snapshot, {{SpecName('HTML5.1')}}, <strong>itemid</strong>, <strong>itemprop</strong>, <strong>itemref</strong>, <strong>itemscope</strong>, and <strong>itemtype</strong> have been added.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#global-attributes", "Global attributes")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Snapshot of {{SpecName('HTML WHATWG')}}. From {{SpecName('HTML5 W3C')}}, <strong>spellcheck</strong>, <strong>draggable</strong>, and <strong>dropzone</strong> have been added.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#global-attributes", "Global attributes")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Snapshot of {{SpecName('HTML WHATWG')}}. From {{SpecName("HTML4.01")}}, the concept of global attributes is introduced and the <strong>dir</strong>, <strong>lang</strong>, <strong>style</strong>, <strong>id</strong>, <strong>class</strong>, <strong>tabindex</strong>, <strong>accesskey</strong>, and <strong>title</strong> are now true global attributes.<br>
- <strong>xml:lang</strong> which was initially part of XHTML, is now also part of HTML.<br>
- <strong>hidden</strong>, <strong>data-*</strong>, <strong>contextmenu</strong>, <strong>contenteditable</strong>, and<strong> <strong>translate</strong></strong> have been added.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>There are no global attributes defined. Several attributes that will become global attributes in subsequent specifications are defined on a subset of elements.<br>
- <strong>class</strong> and <strong>style</strong> are supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, and {{HTMLElement("title")}}.<br>
- <strong>dir</strong> is supported on all elements but {{HTMLElement("applet")}}, {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("bdo")}}, {{HTMLElement("br")}}, {{HTMLElement("frame")}}, {{HTMLElement("frameset")}}, {{HTMLElement("iframe")}}, {{HTMLElement("param")}}, and {{HTMLElement("script")}}.<br>
- <strong>id</strong> is supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, and {{HTMLElement("title")}}.<br>
- <strong>lang</strong> is supported on all elements but {{HTMLElement("applet")}}, {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("br")}}, {{HTMLElement("frame")}}, {{HTMLElement("frameset")}}, {{HTMLElement("iframe")}}, {{HTMLElement("param")}}, and {{HTMLElement("script")}}.<br>
- <strong>tabindex</strong> is only supported on {{HTMLElement("a")}}, {{HTMLElement("area")}}, {{HTMLElement("button")}}, {{HTMLElement("object")}}, {{HTMLElement("select")}}, and {{HTMLElement("textarea")}}.<br>
- <strong>accesskey</strong> is only supported on {{ HTMLElement("a") }}, {{ HTMLElement("area") }}, {{ HTMLElement("button") }}, {{ HTMLElement("input") }}, {{ HTMLElement("label") }}, {{ HTMLElement("legend") }} and {{ HTMLElement("textarea") }}.<br>
- <strong>title</strong> is supported on all elements but {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, and {{HTMLElement("title")}}.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Browser compatibility</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>accesskey</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>class</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>contenteditable</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("1.9")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>contextmenu</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatGeckoDesktop(9)}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>data-*</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("6")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>dir</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>draggable</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("1.8.1")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>dropzone</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>hidden</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("2")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>id</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>itemid, itemprop, itemref, itemscope, itemtype</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>lang</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>spellcheck</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoDesktop("1.8.1")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>style</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>tabindex</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>title</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Chrome for Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>accesskey</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>class</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>contenteditable</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("1.9")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>contextmenu</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- <tr>
- <td>data-*</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("6")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>dir</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>draggable</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("1.8.1")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>dropzone</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>hidden</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("2")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>id</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>itemid, itemprop, itemref, itemscope, itemtype</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>lang</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>spellcheck</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("1.8.1")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- <tr>
- <td>style</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>tabindex</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>title</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="See_also">See also</h2>
-
-<ul>
- <li>{{domxref("Element")}} and {{domxref("GlobalEventHandlers")}} interfaces that allow to query most global attributes.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/itemid/index.html b/files/ca/web/html/global_attributes/itemid/index.html
deleted file mode 100644
index 79941cabc2..0000000000
--- a/files/ca/web/html/global_attributes/itemid/index.html
+++ /dev/null
@@ -1,149 +0,0 @@
----
-title: itemid
-slug: Web/HTML/Global_attributes/itemid
-tags:
- - Attribute
- - Global attribute
- - HTML
- - Microdata
- - Reference
-translation_of: Web/HTML/Global_attributes/itemid
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>itemid</strong> és l'identificador únic i global d'un element.  Els atributs itemid només es poden especificar en els elements que tenen tant els atributs <strong>itemscope</strong> com <strong>itemtype</strong>. A més, el itemid només es pot especificar en elements amb un atribut itemscope de qui el corresponent itemtype es refereix o defineix un vocabulari que suporta identificadors globals.</p>
-
-<p>El vocabulari dels <code>itemtype's</code> donarà el significat exacte d'un identificador global definit dins del vocabulari. El vocabulari definirà si diversos elements amb el mateix identificador global poden coexistir i, si se'ls permet, de com manejar els elements amb el mateix identificador.</p>
-
-<p class="note"><strong>Nota:</strong> La definició de Whatwg.org d'un itemid diu que ha de ser una adreça URL. Això no sembla ser el cas, com mostra el següent exemple. Més aviat la definició de facto és que un itemid és un identificador únic, de manera que un URN és apropiat. Aquesta inconsistència reflecteix, sens dubte, el caràcter incomplet de l'especificació de Microdata.</p>
-
-<h2 id="Exemple">Exemple</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush: html">&lt;dl itemscope
- itemtype="http://vocab.example.net/book"
- itemid="urn:isbn:0-330-34032-8"&gt;
-&lt;dt&gt;Title &lt;dd itemprop="title"&gt;The Reality Dysfunction
-&lt;dt&gt;Author &lt;dd itemprop="author"&gt;Peter F. Hamilton
-&lt;dt&gt;Publication date
-&lt;dd&gt;&lt;time itemprop="pubdate" datetime="1996-01-26"&gt;26 January 1996&lt;/time&gt; &lt;/dl&gt;</pre>
-
-<h3 id="Estructuració_de_les_dades"><span class="short_text" id="result_box" lang="ca"><span>Estructuració de les dades</span></span></h3>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td colspan="1" rowspan="14">itemscope</td>
- <td>itemtype: itemid</td>
- <td colspan="2" rowspan="1">
- <div class="jyrRxf-eEDwDf jcd3Mb IZ65Hb-hUbt4d">http://vocab.example.net/book: urn:isbn:0-330-34032-8</div>
- </td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>title</td>
- <td>The Reality Dysfunction</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>author</td>
- <td>
- <div class="jyrRxf-eEDwDf jcd3Mb">Peter F. Hamilton</div>
- </td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>pubdate</td>
- <td>1996-01-26</td>
- </tr>
- </tbody>
-</table>
-
-<h3 id="Resultat">Resultat</h3>
-
-<p>{{EmbedLiveSample('HTML', '', '', '', 'Web/HTML/Global_attributes/itemid')}}</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td><code><a href="https://html.spec.whatwg.org/multipage/microdata.html#attr-itemid">itemid</a></code></td>
- <td> </td>
- <td>WG Nota - <span class="short_text" id="result_box" lang="ca"><span>Ja</span> <span>no s'està</span> <span>desenvolupant</span> <span>activament</span></span></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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li><a href="/en-US/docs/Web/HTML/Global_attributes">Altres atributs globals diferents</a></li>
- <li>Altres atributs globals relacionats amb microdata:
- <ul>
- <li>{{htmlattrxref("itemid")}}</li>
- <li>{{htmlattrxref("itemprop")}}</li>
- <li>{{htmlattrxref("itemref")}}</li>
- <li>{{htmlattrxref("itemscope")}}</li>
- <li>{{htmlattrxref("itemtype")}}</li>
- </ul>
- </li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/itemprop/index.html b/files/ca/web/html/global_attributes/itemprop/index.html
deleted file mode 100644
index 47e607921a..0000000000
--- a/files/ca/web/html/global_attributes/itemprop/index.html
+++ /dev/null
@@ -1,463 +0,0 @@
----
-title: itemprop
-slug: Web/HTML/Global_attributes/itemprop
-tags:
- - Attribute
- - Global attribute
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/itemprop
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'atribut global <strong>itemprop</strong> s'utilitza per afegir propietats a un element. Cada element HTML pot tenir un atribut itemprop especificat, i un itemprop es compon d'un parell nom-valor. Cada parell nom-valor es denomina <strong>propietat</strong>, i un grup d'una o més propietats constitueix un <strong>element</strong>. Els valors de propietat són una cadena o una adreça URL i es poden associar amb una gamma molt àmplia d'elements incloent {{HTMLElement("audio")}}, {{HTMLElement("embed")}}, {{HTMLElement("iframe")}}, {{HTMLElement("img")}}, {{HTMLElement("link")}}, {{HTMLElement("object")}}, {{HTMLElement("source")}} , {{HTMLElement("track")}}, and {{HTMLElement("video")}}.</p>
-
-<h2 id="Exemples">Exemples</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush: html">&lt;div itemscope itemtype ="http://schema.org/Movie"&gt;
- &lt;h1 <strong>itemprop="name"</strong>&gt;Avatar&lt;/h1&gt;
- &lt;span&gt;Director: &lt;span <strong>itemprop="director"</strong>&gt;James Cameron&lt;/span&gt; (born August 16, 1954)&lt;/span&gt;
- &lt;span <strong>itemprop="genre"</strong>&gt;Science fiction&lt;/span&gt;
- &lt;a href="../movies/avatar-theatrical-trailer.html" <strong>itemprop="trailer"</strong>&gt;Trailer&lt;/a&gt;
-&lt;/div&gt;</pre>
-
-<h3 id="Estructuració_de_les_dades"><span class="short_text" id="result_box" lang="ca"><span>Estructuració de les dades</span></span></h3>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td colspan="1" rowspan="2"> </td>
- <th colspan="2" rowspan="1"><strong>Item</strong></th>
- </tr>
- <tr>
- <th><strong>itemprop name</strong></th>
- <th><strong>itemprop value</strong></th>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Avatar</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>director</td>
- <td>James Cameron</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>genre</td>
- <td>Science fiction</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>trailer</td>
- <td>../movies/avatar-theatrical-trailer.html</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Propietats">Propietats</h2>
-
-<p>Les propietats tenen valors que són una cadena o un URL. Quan un valor de cadena és una adreça URL, s'expressa mitjançant l'element i el seu atribut href, l'element img i el seu atribut src, o altres elements que tenen enllaços o que incoproran recursos externs.</p>
-
-<h4 id="Tres_propietats_amb_valors_que_són_cadenes"><span class="short_text" id="result_box" lang="ca"><span>Tres</span> <span>propietats amb</span> <span>valors</span> <span>que són</span> <span>cadenes</span></span></h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;p&gt;My name is &lt;span itemprop="name"&gt;Neil&lt;/span&gt;.&lt;/p&gt;
- &lt;p&gt;My band is called &lt;span itemprop="band"&gt;Four Parts Water&lt;/span&gt;.&lt;/p&gt;
- &lt;p&gt;I am &lt;span itemprop="nationality"&gt;British&lt;/span&gt;.&lt;/p&gt;
-&lt;/div&gt;</pre>
-
-<h4 id="Una_propietat_image_el_valor_del_qual_és_una_adreça_URL">Una propietat, "image", el valor del qual és una adreça URL</h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;img itemprop="image" src="google-logo.png" alt="Google"&gt;
-&lt;/div&gt;</pre>
-
-<p>Quan un valor de cadena no pot ser fàcilment llegit i comprès per una persona (per exemple, una cadena llarga de números i lletres), aquest es pot visualitzar utilitzant l'atribut value de l'element data, aquesta versió és més fàcil d'entendre per un humà ja que determina el contingut dels elements (que no forma part de les dades estructurades - vegeu l'exemple següent).</p>
-
-<h4 id="Un_element_amb_una_propietat_el_valor_de_la_qual_és_un_ID_de_producte._L'ID_no_és_humanament_amistós_pel_que_el_nom_del_producte_s'utilitza_el_text_per_a_ser_humanament_visible_en_lloc_del_ID.">Un element amb una propietat el valor de la qual és un ID de producte. L'ID no és humanament amistós, pel que el nom del producte s'utilitza el text per a ser humanament visible en lloc del ID.</h4>
-
-<pre class="brush: html">&lt;h1 itemscope&gt;
- &lt;data itemprop="product-id" value="9678AOU879"&gt;The Instigator 2000&lt;/data&gt;
-&lt;/h1&gt;</pre>
-
-<p>Per les dades numèriques, l'element meter i el seu atribut value es poden utilitzar.</p>
-
-<h4 id="Un_exemple_de_l'element_meter">Un exemple de l'element meter</h4>
-
-<pre class="brush: html">&lt;div itemscope itemtype="http://schema.org/Product"&gt;
- &lt;span itemprop="name"&gt;Panasonic White 60L Refrigerator&lt;/span&gt;
- &lt;img src="panasonic-fridge-60l-white.jpg" alt=""&gt;
- &lt;div itemprop="aggregateRating"
- itemscope itemtype="http://schema.org/AggregateRating"&gt;
- &lt;meter itemprop="ratingValue" min=0 value=3.5 max=5&gt;Rated 3.5/5&lt;/meter&gt;
- (based on &lt;span itemprop="reviewCount"&gt;11&lt;/span&gt; customer reviews)
- &lt;/div&gt;
-&lt;/div&gt;</pre>
-
-<p>De la mateixa manera, per les dades relacionades amb la data i hora , l'element time i el seu atribut datetime es poden utilitzar.</p>
-
-<h4 id="En_aquest_exemple_l'element_té_una_propietat_birthday_el_valor_de_la_qual_és_una_date.">En aquest exemple, l'element té una propietat, "birthday", el valor de la qual és una date.</h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- I was born on &lt;time itemprop="birthday" datetime="2009-05-10"&gt;May 10th 2009&lt;/time&gt;.
-&lt;/div&gt;</pre>
-
-<p>Les propietats també poden ser grups de parells nom-valor, posant l'atribut itemscope en l'element que es declara la propietat. Cada valor és una cadena o un grup de parells nom-valor (és a dir, un element).</p>
-
-<h4 id="En_aquest_exemple_l'element_exterior_representa_una_persona_i_la_interior_representa_una_banda"><span id="result_box" lang="ca"><span>En aquest</span> <span>exemple</span><span>, l'element</span> <span>exterior representa</span> <span>una persona,</span> <span>i la interior</span> <span>representa una</span> <span>banda</span></span></h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;p&gt;Name: &lt;span itemprop="name"&gt;Amanda&lt;/span&gt;&lt;/p&gt;
- &lt;p&gt;Band: &lt;span itemprop="band" itemscope&gt; &lt;span itemprop="name"&gt;Jazz Band&lt;/span&gt; (&lt;span itemprop="size"&gt;12&lt;/span&gt; players)&lt;/span&gt;&lt;/p&gt;
-&lt;/div&gt;</pre>
-
-<p>L'element exterior superior té dues propietats, "name" i "band". El "name" és "Amanda", i la "band" és un element en si mateix, amb dues propietats, "name" i "size". El "name" de la banda és "Jazz Band", i la "size" és "12". L'element exterior en aquest exemple és un element microdata de nivell superior. Els elements que no formen part dels altres s'anomenen elements microdata de nivell superior.</p>
-
-<h4 id="Aquest_exemple_és_el_mateix_que_l'anterior_però_totes_les_propietats_són_separades_dels_seus_elements">Aquest exemple és el mateix que l'anterior, però totes les propietats són separades dels seus elements</h4>
-
-<pre class="brush: html">&lt;div itemscope id="amanda" itemref="a b"&gt;&lt;/div&gt;
-&lt;p id="a"&gt;Name: &lt;span itemprop="name"&gt;Amanda&lt;/span&gt;&lt;/p&gt;
-&lt;div id="b" itemprop="band" itemscope itemref="c"&gt;&lt;/div&gt;
-&lt;div id="c"&gt;
- &lt;p&gt;Band: &lt;span itemprop="name"&gt;Jazz Band&lt;/span&gt;&lt;/p&gt;
- &lt;p&gt;Size: &lt;span itemprop="size"&gt;12&lt;/span&gt; players&lt;/p&gt;
-&lt;/div&gt;</pre>
-
-<p>Això dóna el mateix resultat que l'exemple anterior. El primer element té dues propietats, "name", té asignat "Amanda" i "band", té  asignat un altre element. Aquest segon element té dues propietats addicionals, "name" té assignat "Jazz Band", i "size ", té assignat "12".</p>
-
-<p><span id="result_box" lang="ca"><span>Un element</span> <span>pot</span> <span>tenir diverses</span> <span>propietats amb</span> <span>el mateix</span> <span>nom</span> <span>i diferents</span> <span>valors.</span></span></p>
-
-<h4 id="Aquest_exemple_descriu_un_gelat_amb_dos_sabors"><span class="short_text" id="result_box" lang="ca"><span>Aquest exemple</span> <span>descriu</span> <span>un gelat</span><span>, amb dos</span> <span>sabors</span></span></h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;p&gt;Flavors in my favorite ice cream:&lt;/p&gt;
- &lt;ul&gt;
- &lt;li itemprop="flavor"&gt;Lemon sorbet&lt;/li&gt;
- &lt;li itemprop="flavor"&gt;Apricot sorbet&lt;/li&gt;
- &lt;/ul&gt;
-&lt;/div&gt;</pre>
-
-<p>Això dóna com a resultat un element amb dues propietats, ambdues amb el nom "flavor" i amb els valors "Lemon sorbet" i "Apricot sorbet" .</p>
-
-<p>Un element que introdueix una propietat també pot introduir múltiples propietats a la vegada, per evitar la duplicació quan algunes de les propietats tenen el mateix valor.</p>
-
-<h4 id="Aquí_veiem_un_element_amb_dues_propietats_favorite-color_i_favorite-fruit_ambdues_establertes_en_el_valor_orange">Aquí veiem un element amb dues propietats, "favorite-color" i "favorite-fruit", ambdues establertes en el valor "orange"</h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;span itemprop="favorite-color favorite-fruit"&gt;orange&lt;/span&gt;
-&lt;/div&gt;</pre>
-
-<div class="note">
-<p>Nota: No hi ha relació entre els microdata i el contingut del document, on els microdata son marcats.</p>
-</div>
-
-<h4 id="No_hi_ha_cap_diferència_semàntica_entre_els_dos_exemples_següents"><span id="result_box" lang="ca"><span>No hi ha</span> <span>cap diferència</span> <span>semàntica</span> <span>entre els</span> <span>dos exemples</span> <span>següents</span></span></h4>
-
-<pre class="brush: html">&lt;figure&gt;
- &lt;img src="castle.jpeg"&gt;
- &lt;figcaption&gt;&lt;span itemscope&gt;&lt;span itemprop="name"&gt;The Castle&lt;/span&gt;&lt;/span&gt; (1986)&lt;/figcaption&gt;
-&lt;/figure&gt;</pre>
-
-<pre class="brush: html">&lt;span itemscope&gt;&lt;meta itemprop="name" content="The Castle"&gt;&lt;/span&gt;
-&lt;figure&gt;
- &lt;img src="castle.jpeg"&gt;
- &lt;figcaption&gt;The Castle (1986)&lt;/figcaption&gt;
-&lt;/figure&gt;</pre>
-
-<p>Tots dos tenen una figura amb un títol, i tots dos, sense cap relació amb la figura, té un element amb un parell nom-valor amb el nom "name" i el valor "The Castle". L'única diferència és que si l'usuari arrossega el figcaption fora del document, l'element serà inclos en les dades d'arrossegar i deixar anar. No s'inclourà la imatge associada amb l'element.</p>
-
-<h2 id="Noms_i_valors">Noms i valors</h2>
-
-<p>Una propietat és un conjunt desordenat de símbols únics que són sensibles i representen els parells de nom-valor. El valor de la propietat ha de tenir almenys un símbol. En el següent exemple, cada cel·la de dades és un símbol.</p>
-
-<h3 id="Exemples_Noms">Exemples Noms</h3>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th colspan="1" rowspan="2" scope="col"> </th>
- <th colspan="2" rowspan="1" scope="col">Item</th>
- </tr>
- <tr>
- <th scope="col">itemprop <strong>name</strong></th>
- <th scope="col">itemprop <strong>value</strong></th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <th>itemprop</th>
- <td>country</td>
- <td>Ireland</td>
- </tr>
- <tr>
- <th>itemprop</th>
- <td>Option</td>
- <td>2</td>
- </tr>
- <tr>
- <th>itemprop</th>
- <td>https://www.flickr.com/photos/nlireland/6992065114/</td>
- <td>Ring of Kerry</td>
- </tr>
- <tr>
- <th>itemprop</th>
- <td>img</td>
- <td>https://www.flickr.com/photos/nlireland/6992065114/</td>
- </tr>
- <tr>
- <th>itemprop</th>
- <td>website</td>
- <td>flickr</td>
- </tr>
- <tr>
- <th>itemprop</th>
- <td>(token)</td>
- <td>(token)</td>
- </tr>
- </tbody>
-</table>
-
-<p>Els tokens són cadenes o URL's. Un element es denomina un <strong>element escrit ( typed item )</strong> si és un URL. Altrament, és una cadena. Les cadenes no poden contenir un punt o dos punts (vegeu més endavant).</p>
-
-<ol>
- <li>Si l'element és un element escrit aquest ha de ser:
- <ol>
- <li>Un nom de propietat definida, o</li>
- <li>Una URL vàlida, que es refereix a la definició del vocabulari, o</li>
- <li>Una URL vàlida que s'usa com un nom de propietari propietat de l'element (és a dir, no està definit en una especificació pública), o</li>
- </ol>
- </li>
- <li>Si l'element no és un element escrit aquest ha de ser:
- <ol>
- <li>Una cadena que no conté caràcters "." (U+002E FULL STOP)  i sense caràcters ":" (U+003A COLON) i s'usa com un nom de propietat d'element propietari (de nou, no s'ha definit en una especificació pública).</li>
- </ol>
- </li>
-</ol>
-
-<p class="note"><strong>Nota:</strong> les regles anteriors no permeten caràcters ":" en valors no URL, perquè en cas contrari no podien distingir-se de les URLs. Els valors amb caràcters "." estan reservats per a futures ampliacions. Els caràcters d'espai no es permeten perquè en cas contrari els valors serien analitzats com múltiples símbols.</p>
-
-<h2 id="Valors">Valors</h2>
-
-<p>El valor de la propietat d'un parell nom-valor es dóna per al primer cas coincident de la llista següent:</p>
-
-<ul>
- <li>Si l'element té un atribut <strong>itemscope</strong>
-
- <ul>
- <li><span id="result_box" lang="ca"><span>El valor és</span> <span>l'<strong>item</strong></span> <span>creat</span> <span>per l'element</span><span>.</span></span> .</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>meta</strong>
- <ul>
- <li>El valor és el valor de l'atribut <strong>content</strong> de l'element</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>audio</strong>, <strong>embed</strong>, <strong>iframe</strong>, <strong>img</strong>, <strong>source</strong>, <strong>track</strong> o <strong>video</strong>
- <ul>
- <li>El valor és la cadena URL resultant que resulta d'analitzar el valor de l'atribut src de l'element en relació amb el document node (part de <a href="https://developer.mozilla.org/en-US/docs/Web/API/Microdata_DOM_API">Microdata DOM API</a>) de l'element en el moment en què s'estableix l'atribut</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>a</strong>, <strong>area</strong> o <strong>link</strong>
- <ul>
- <li>El valor és la cadena URL resultant que resulta d'analitzar el valor de l'atribut href de l'element en relació amb el document node de l'element en el moment que s'estableix l'atribut</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>object</strong>
- <ul>
- <li>El valor és la cadena URL resultant que resulta d'analitzar el valor de l'atribut data de l'element en relació amb el document node de l'element en el moment que s'estableix l'atribut</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>data</strong>
- <ul>
- <li>El valor és el valor de l'atribut value de l'element</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>meter </strong>
- <ul>
- <li>El valor és el valor de l'atribut <strong>value</strong> de l'element</li>
- </ul>
- </li>
- <li><span id="result_box" lang="ca"><span>Si l'element</span> <span>és un</span> <span>element</span></span> <strong>time </strong>
- <ul>
- <li>El valor és el valor <strong>datetime</strong> de l'element</li>
- </ul>
- </li>
-</ul>
-
-<p><span class="short_text" id="result_box" lang="ca"><span>D'una altra manera</span></span></p>
-
-<ul>
- <li><span class="short_text" id="result_box" lang="ca"><span>El valor és</span> <strong><span>textContent</span></strong> <span>de l'element.</span></span></li>
-</ul>
-
-<p>Si el valor d'una propietat és un URL, la propietat s'haurà d'especificar mitjançant un element de propietat URL. Els elements de la propietat URL són els elements <strong>a</strong>, <strong>area</strong>, <strong>audio</strong>, <strong>embed</strong>, <strong>iframe</strong>, <strong>img</strong>, <strong>link</strong>, <strong>object</strong>, <strong>source</strong>, <strong>track</strong> i <strong>video</strong>.</p>
-
-<h3 id="Ordre_dels_noms">Ordre dels noms</h3>
-
-<p>Els noms estan desordenats respecte a l'altra, però si un nom en particular té diversos valors, tenen un ordre relatiu.</p>
-
-<h4 id="En_el_següent_exemple_la_propietat_a_té_els_valors_1_i_2_en_aquest_ordre_però_si_la_propietat_a_ve_abans_que_la_propietat_b_o_no_no_és_important">En el següent exemple, la propietat "a" té els valors "1" i "2", en aquest ordre, però si la propietat "a" ve abans que la propietat "b" o no, no és important</h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;p itemprop="a"&gt;1&lt;/p&gt;
- &lt;p itemprop="a"&gt;2&lt;/p&gt;
- &lt;p itemprop="b"&gt;test&lt;/p&gt;
-&lt;/div&gt;</pre>
-
-<h4 id="El_següent_és_equivalent"><span class="short_text" id="result_box" lang="ca"><span>El següent</span> <span>és</span> <span>equivalent</span></span></h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;p itemprop="b"&gt;test&lt;/p&gt;
- &lt;p itemprop="a"&gt;1&lt;/p&gt;
- &lt;p itemprop="a"&gt;2&lt;/p&gt;
-&lt;/div&gt;</pre>
-
-<h4 id="Com_és_el_següent"><span class="short_text" id="result_box" lang="ca"><span>Com és el</span> <span>següent</span></span></h4>
-
-<pre class="brush: html">&lt;div itemscope&gt;
- &lt;p itemprop="a"&gt;1&lt;/p&gt;
- &lt;p itemprop="b"&gt;test&lt;/p&gt;
- &lt;p itemprop="a"&gt;2&lt;/p&gt;
-&lt;/div&gt;</pre>
-
-<h4 id="I_el_següent">  <span class="short_text" id="result_box" lang="ca"><span>I el</span> <span>següent</span></span></h4>
-
-<pre class="brush: html">&lt;div id="x"&gt;
- &lt;p itemprop="a"&gt;1&lt;/p&gt;
-&lt;/div&gt;
-&lt;div itemscope itemref="x"&gt;
- &lt;p itemprop="b"&gt;test&lt;/p&gt;
- &lt;p itemprop="a"&gt;2&lt;/p&gt;
-&lt;/div&gt;
-</pre>
-
-<h2 id="Altres_exemples">Altres exemples</h2>
-
-<h3 id="HTML_2">HTML</h3>
-
-<pre class="brush: html">&lt;dl itemscope itemtype="http://vocab.example.net/book" itemid="urn:isbn:0-330-34032-8"&gt;
- &lt;dt&gt;Title &lt;dd itemprop="title"&gt;The Reality Dysfunction
- &lt;dt&gt;Author &lt;dd itemprop="author"&gt;Peter F. Hamilton
- &lt;dt&gt;Publication date
- &lt;dd&gt;&lt;time itemprop="pubdate" datetime="1996-01-26"&gt;26 January 1996&lt;/time&gt;
-&lt;/dl&gt;
-</pre>
-
-<h3 id="Estructuració_de_les_dades_2"><span class="short_text" id="result_box" lang="ca"><span>Estructuració de les dades</span></span></h3>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td colspan="1" rowspan="14">itemscope</td>
- <td>itemtype: itemid</td>
- <td colspan="2" rowspan="1">http://vocab.example.net/book: urn:isbn:0-330-34032-8</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>title</td>
- <td>The Reality Dysfunction</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>author</td>
- <td>Peter F. Hamilton</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>pubdate</td>
- <td>1996-01-26</td>
- </tr>
- </tbody>
-</table>
-
-<h3 id="Resultat">Resultat</h3>
-
-<p>{{EmbedLiveSample('HTML_2', '', '', '', 'Web/HTML/Global_attributes/itemprop')}}</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td><code><a href="https://html.spec.whatwg.org/multipage/microdata.html#names:-the-itemprop-attribute:names:-the-itemprop-attribute">itemprop</a></code></td>
- <td> </td>
- <td>WG Nota - <span class="short_text" id="result_box" lang="ca"><span>Ja</span> <span>no s'està</span> <span>desenvolupant</span> <span>activament</span></span></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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">Altres atributs globals diferents</a></li>
- <li>Altres atributs globals relacionats amb microdata:
- <ul>
- <li>{{htmlattrxref("itemid")}}</li>
- <li>{{htmlattrxref("itemprop")}}</li>
- <li>{{htmlattrxref("itemref")}}</li>
- <li>{{htmlattrxref("itemscope")}}</li>
- <li>{{htmlattrxref("itemtype")}}</li>
- </ul>
- </li>
-</ul>
-</div>
-</div>
diff --git a/files/ca/web/html/global_attributes/itemref/index.html b/files/ca/web/html/global_attributes/itemref/index.html
deleted file mode 100644
index 3a1a9f19e5..0000000000
--- a/files/ca/web/html/global_attributes/itemref/index.html
+++ /dev/null
@@ -1,181 +0,0 @@
----
-title: itemref
-slug: Web/HTML/Global_attributes/itemref
-tags:
- - Attribute
- - Global attribute
- - HTML
- - Microdata
- - Reference
-translation_of: Web/HTML/Global_attributes/itemref
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>itemref</strong> Les propietats que no són descendents d'un element amb l'atribut <code>itemscope</code> es poden associar amb l'element utilitzant una <code><strong>itemref</strong></code>. <code>itemref</code> proporciona una llista d'elements id's (no Itemids) amb propietats addicionals en qualsevol lloc del document.</p>
-
-<p><span id="result_box" lang="ca"><span>L'atribut</span> <code><span>itemref</span></code> <span>només</span> <span>es</span> <span>pot</span> <span>especificar</span> <span>en elements que</span> <span>tinguin un</span> <span>atribut</span> <code><span>itemscope</span></code> <span>especificat.</span></span></p>
-
-<p class="note"><strong>Nota: </strong>l'atribut <code>itemref</code> no és part del model de dades microdata. No és més que una construcció sintàctica per ajudar els autors a afegir anotacions a les pàgines en què les dades anotades no segueixen una estructura d'arbre convenient. Per exemple, es permet als autors el marcatge de dades en una taula de manera que cada columna defineix un element a part, mantenint les propietats de les cel·les.</p>
-
-<h2 id="Exemple">Exemple</h2>
-
-<h3 id="HTML">HTML</h3>
-
-<pre class="brush: html">&lt;div itemscope id="amanda" itemref="a b"&gt;&lt;/div&gt;
-&lt;p id="a"&gt;Name: &lt;span itemprop="name"&gt;Amanda&lt;/span&gt; &lt;/p&gt;
-&lt;div id="b" itemprop="band" itemscope itemref="c"&gt;&lt;/div&gt;
-&lt;div id="c"&gt;
-    &lt;p&gt;Band: &lt;span itemprop="name"&gt;Jazz Band&lt;/span&gt; &lt;/p&gt;
-    &lt;p&gt;Size: &lt;span itemprop="size"&gt;12&lt;/span&gt; players&lt;/p&gt;
-&lt;/div&gt;
-</pre>
-
-<h3 id="Estructuració_de_les_dades"><span class="short_text" id="result_box" lang="ca"><span>Estructuració de les dades</span></span></h3>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th>id's</th>
- <th>itemscope</th>
- <th>itemref</th>
- <th> </th>
- <th>(itemprop name)</th>
- <th>(itemprop value)</th>
- </tr>
- <tr>
- <td>id=amanda</td>
- <td>itemscope</td>
- <td>itemref=a,b</td>
- <td> </td>
- <td> </td>
- <td> </td>
- </tr>
- <tr>
- <td>id=a</td>
- <td> </td>
- <td> </td>
- <td>itemprop</td>
- <td>name</td>
- <td>Amanda</td>
- </tr>
- <tr>
- <td>id=b</td>
- <td>itemscope</td>
- <td>itemref=c</td>
- <td> </td>
- <td>band</td>
- <td> </td>
- </tr>
- <tr>
- <td colspan="1" rowspan="2">id=c</td>
- <td> </td>
- <td> </td>
- <td>itemprop</td>
- <td>Band</td>
- <td>Jazz Band</td>
- </tr>
- <tr>
- <td> </td>
- <td> </td>
- <td>itemprop</td>
- <td>Size</td>
- <td>12</td>
- </tr>
- </tbody>
-</table>
-
-<h3 id="Resultat">Resultat</h3>
-
-<p>{{EmbedLiveSample('Example', '', '', '', 'Web/HTML/Global_attributes/itemref')}}</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td><code><a href="https://html.spec.whatwg.org/multipage/microdata.html#items">itemref</a></code></td>
- <td> </td>
- <td>WG Nota - <span class="short_text" id="result_box" lang="ca"><span>Ja</span> <span>no s'està</span> <span>desenvolupant</span> <span>activament</span></span></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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">Altres atributs globals diferents</a></li>
- <li>Altres atributs globals relacionats amb microdata:
- <ul>
- <li>{{htmlattrxref("itemid")}}</li>
- <li>{{htmlattrxref("itemprop")}}</li>
- <li>{{htmlattrxref("itemref")}}</li>
- <li>{{htmlattrxref("itemscope")}}</li>
- <li>{{htmlattrxref("itemtype")}}</li>
- </ul>
- </li>
-</ul>
-
-<div class="s3gt_translate_tooltip" id="s3gt_translate_tooltip" style="position: absolute; left: 106px; top: 156px; opacity: 0;">
-<div class="s3gt_translate_tooltip_mini" id="s3gt_translate_tooltip_mini_logo" title="Traducir texto seleccionado"> </div>
-
-<div class="s3gt_translate_tooltip_mini" id="s3gt_translate_tooltip_mini_sound" title="Reproducir"> </div>
-
-<div class="s3gt_translate_tooltip_mini" id="s3gt_translate_tooltip_mini_copy" title="Copy text to Clipboard"> </div>
-</div>
diff --git a/files/ca/web/html/global_attributes/itemscope/index.html b/files/ca/web/html/global_attributes/itemscope/index.html
deleted file mode 100644
index 6e7c42d8e9..0000000000
--- a/files/ca/web/html/global_attributes/itemscope/index.html
+++ /dev/null
@@ -1,315 +0,0 @@
----
-title: itemscope
-slug: Web/HTML/Global_attributes/itemscope
-tags:
- - Attribute
- - Global attribute
- - HTML
- - Microdata
- - Reference
-translation_of: Web/HTML/Global_attributes/itemscope
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <code><strong>itemscope</strong></code> (en general) treballa juntament amb {{htmlattrxref ("itemtype")}} per especificar que el contingut HTML en un bloc es sobre un element en particular. <code>itemscope</code> crea l'element i defineix l'ambit del <code>itemtype</code> associat a ell. <code>itemtype</code> és un URL vàlid d'un vocabulari (com schema.org) que descriu l'element i el seu context de propietats. En els exemples següents el vocabulari utilitzat és de schema.org. Cada element HTML pot tenir un atribut <code>itemscope</code> especificat. Un element i<code>temscope</code> que no té un <code>itemtype</code> associat té una <code>itemref.</code></p>
-
-<div class="note">
-<p><strong>Nota:</strong> Més informació sobre els atributs <code>itemtype</code> es poden trobar a <a href="http://schema.org/Thing">http://schema.org/Thing</a></p>
-</div>
-
-<h3 id="Exemple_senzill">Exemple senzill</h3>
-
-<h4 id="HTML">HTML</h4>
-
-<pre class="brush:html">&lt;div itemscope itemtype ="http://schema.org/Movie"&gt;
-  &lt;h1 itemprop="name"&gt;Avatar&lt;/h1&gt;
-  &lt;span&gt;Director: &lt;span itemprop="director"&gt;James Cameron&lt;/span&gt; (born August 16, 1954)&lt;/span&gt;
-  &lt;span itemprop="genre"&gt;Science fiction&lt;/span&gt;
-  &lt;a href="https://youtu.be/0AY1XIkX7bY" itemprop="trailer"&gt;Trailer&lt;/a&gt;
-&lt;/div&gt;
-</pre>
-
-<h4 id="sect1"> </h4>
-
-<h4 id="Estructuració_de_les_dades">Estructuració de les dades</h4>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td rowspan="6">itemscope</td>
- <td>Itemtype</td>
- <td colspan="2">Movie</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>(itemprop name)</td>
- <td>(itemprop value)</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>director</td>
- <td>James Cameron</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>genre</td>
- <td>Science Fiction</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Avatar</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>https://youtu.be/0AY1XIkX7bY</td>
- <td>Trailer</td>
- </tr>
- </tbody>
-</table>
-
-<h3 id="itemscope_id's"><code>itemscope</code> id's</h3>
-
-<p>Un element amb l'atribut <code>itemscope</code> especificat crea un nou element que consisteix en un grup de parells de nom-valor. Els elements amb un atribut <code>itemscope</code> i un atribut <code>itemtype</code> també poden tenir un atribut {{htmlattrxref ("id")}} especificat (no un itemid, cf. {{htmlattrxref ("itemref")}}), per donar un identificador global a l'element, de manera que pot estar relacionat amb altres elements de pàgines d'altres llocs a la web.</p>
-
-<h3 id="Exemple">Exemple</h3>
-
-<p>Hi ha tres <code>itemscope</code> en aquest exemple. Els tres <code>itemscope</code>, al seu torn, estableixen l'ambit corresponent de tres <code>itemtype</code>. Els tres  <code>itemtype</code> són <code>Recipe</code>, <code>AggregateRating</code> i <code>NutritionInformation</code> . Aquests <code>itemtype</code> són part de la estructura de dades de schema.org  per a una recepta.</p>
-
-<pre class="brush: html">&lt;div itemscope itemtype="http://schema.org/Recipe"&gt;
-&lt;h2 itemprop="name"&gt;Grandma's Holiday Apple Pie&lt;/h2&gt;
-&lt;img itemprop="image" src="https://c1.staticflickr.com/1/30/42759561_8631e2f905_n.jpg" width="50" height="50"/&gt;
-&lt;p&gt;By &lt;span itemprop="author" itemscope itemtype="http://schema.org/Person"&gt;
-&lt;span itemprop="name"&gt;Carol Smith&lt;/p&gt;&lt;/span&gt;
-&lt;/span&gt;
-&lt;p&gt;Published: &lt;time datetime="2009-11-05" itemprop="datePublished"&gt;
-November 5, 2009&lt;/p&gt;&lt;/time&gt;
-&lt;span itemprop="description"&gt;This is my grandmother's apple pie recipe. I like to add a dash of nutmeg.&lt;br&gt;&lt;/span&gt;
- &lt;span itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"&gt;
- &lt;span itemprop="ratingValue"&gt;4.0&lt;/span&gt; stars based on &lt;span itemprop="reviewCount"&gt;35&lt;/span&gt; reviews&lt;br&gt;&lt;/span&gt;
-Prep time: &lt;time datetime="PT30M" itemprop="prepTime"&gt;30 min&lt;br&gt;&lt;/time&gt;
- Cook time: &lt;time datetime="PT1H" itemprop="cookTime"&gt;1 hour&lt;br&gt;&lt;/time&gt;
- Total time: &lt;time datetime="PT1H30M" itemprop="totalTime"&gt;1 hour 30 min&lt;br&gt;&lt;/time&gt;
- Yield: &lt;span itemprop="recipeYield"&gt;1 9" pie (8 servings)&lt;br&gt;&lt;/span&gt;
- &lt;span itemprop="nutrition" itemscope itemtype="http://schema.org/NutritionInformation"&gt;
- Serving size: &lt;span itemprop="servingSize"&gt;1 medium slice&lt;br&gt;&lt;/span&gt;
- Calories per serving: &lt;span itemprop="calories"&gt;250 cal&lt;br&gt;&lt;/span&gt;
- Fat per serving: &lt;span itemprop="fatContent"&gt;12 g&lt;br&gt;&lt;/span&gt;
-&lt;/span&gt;
-&lt;p&gt;Ingredients:&lt;br&gt;
-  &lt;span itemprop="recipeIngredient"&gt;Thinly-sliced apples: 6 cups&lt;br&gt;&lt;/span&gt;
- &lt;span itemprop="recipeIngredient"&gt;White sugar: 3/4 cup&lt;br&gt;&lt;/span&gt;
- ... &lt;/p&gt;
-
-Directions: &lt;br&gt;
- &lt;div itemprop="recipeInstructions"&gt;
- 1. Cut and peel apples&lt;br&gt;
- 2. Mix sugar and cinnamon. Use additional sugar for tart apples. &lt;br&gt;
- ...
- &lt;/div&gt;
-&lt;/div&gt; </pre>
-
-<h3 id="Resultats">Resultats</h3>
-
-<h4 id="HTML_2">HTML</h4>
-
-<p>{{EmbedLiveSample('Example', '500', '550', '', 'Web/HTML/Global_attributes/itemscope')}}</p>
-
-<h4 id="Estructuració_de_les_dades_2">Estructuració de les dades</h4>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td colspan="1" rowspan="14">itemscope</td>
- <td>itemtype</td>
- <td colspan="2" rowspan="1">Recipe</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Grandma's Holiday Apple Pie</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>image</td>
- <td>https://c1.staticflickr.com/1/30/42759561_8631e2f905_n.jpg</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>datePublished</td>
- <td>2009-11-05</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>description</td>
- <td>This is my grandmother's apple pie recipe. I like to add a dash of nutmeg.</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>prepTime</td>
- <td>PT30M</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>cookTime</td>
- <td>PT1H</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>totalTime</td>
- <td>PT1H30M</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>recipeYield</td>
- <td>1 9" pie (8 servings)</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>recipeIngredient</td>
- <td>Thinly-sliced apples: 6 cups</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>recipeIngredient</td>
- <td>White sugar: 3/4 cup</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>recipeInstructions</td>
- <td>1. Cut and peel apples 2. Mix sugar and cinnamon. Use additional sugar for tart apples .</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td colspan="2" rowspan="1">author [Person]</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Carol Smith</td>
- </tr>
- <tr>
- <td colspan="1" rowspan="3">itemscope</td>
- <td>itemprop[itemtype]</td>
- <td colspan="2" rowspan="1">aggregateRating [AggregateRating]</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>ratingValue</td>
- <td>4.0</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>reviewCount</td>
- <td>35</td>
- </tr>
- <tr>
- <td colspan="1" rowspan="4">itemscope</td>
- <td>itemprop[itemtype]</td>
- <td colspan="2" rowspan="1">nutrition [NutritionInformation]</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>servingSize</td>
- <td>1 medium slice</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>calories</td>
- <td>250 cal</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>fatContent</td>
- <td>12 g</td>
- </tr>
- </tbody>
-</table>
-
-<div class="note">
-<p><strong>Nota</strong>: Una eina molt útil per a l'extracció d'estructures de microdata d'HTML és Google's <a href="https://developers.google.com/structured-data/testing-tool/">Structured Data Testing Tool</a>. Intenteu-ho en el codi HTML que es mostra a dalt.</p>
-</div>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td><code><a href="https://html.spec.whatwg.org/multipage/microdata.html#items">itemscope</a></code></td>
- <td> </td>
- <td>WG Nota - <span class="short_text" id="result_box" lang="ca"><span>Ja</span> <span>no s'està</span> <span>desenvolupant</span> <span>activament</span></span></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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">Altres atributs globals diferents</a></li>
- <li>Altres atributs globals relacionats amb microdata:
- <ul>
- <li>{{htmlattrxref("itemid")}}</li>
- <li>{{htmlattrxref("itemprop")}}</li>
- <li>{{htmlattrxref("itemref")}}</li>
- <li>{{htmlattrxref("itemscope")}}</li>
- <li>{{htmlattrxref("itemtype")}}</li>
- </ul>
- </li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/itemtype/index.html b/files/ca/web/html/global_attributes/itemtype/index.html
deleted file mode 100644
index 9e6d0b8671..0000000000
--- a/files/ca/web/html/global_attributes/itemtype/index.html
+++ /dev/null
@@ -1,295 +0,0 @@
----
-title: itemtype
-slug: Web/HTML/Global_attributes/itemtype
-tags:
- - Attribute
- - Global attribute
- - HTML
- - Microdata
- - Reference
-translation_of: Web/HTML/Global_attributes/itemtype
----
-<div>{{HTMLSidebar("Global_attributes")}}</div>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong><code>itemtype</code></strong> especifica l'URL del vocabulari que s'utilitzarà per definir <code>itemprop</code> (propietats dels elements) en l'estructura de dades. {{Htmlattrxref ("itemscope")}} s'utilitza per establir l'ambit d'on en l'estructura de dades del vocabulari establert per <code>itemtype</code> estarà actiu.</p>
-
-<p>Google i altres motors de cerca donen suport al vocabulari <a href="http://schema.org/">schema.org</a> per dades estructurades. Aquest vocabulari defineix un conjunt estàndard de noms de tipus i noms de propietats, per exemple, <code><a href="http://schema.org/MusicEvent">MusicEvent</a> </code> indica la representació d'un concert amb <code><a href="http://schema.org/startDate">startDate</a></code> i propietats d'ubicació per especificar els detalls clau del concert. En aquest cas, seria <code><a href="http://schema.org/MusicEvent">MusicEvent</a></code> l'URL utilitzada per itemtype i startDate i la ubicació seria itemprop que <code><a href="http://schema.org/MusicEvent">MusicEvent</a> </code> defineix.</p>
-
-<div class="note">
-<p><strong>Note:</strong> Més informació sobre els atributs <code>itemtype</code> es poden trobar a <a href="http://schema.org/Thing">http://schema.org/Thing</a></p>
-</div>
-
-<ul>
- <li>L'atribut <strong>itemtype</strong> ha de tenir un valor que és un conjunt desordenat de cadenes úniques que distingeixen entre majúscules i minúscules, cadascuna de les quals és un URL vàlid que és un URL absoluta, i tots les quals estan definides per utilitzar el mateix vocabulari. El valor de l'atribut ha de tenir almenys una cadena.</li>
- <li>Els tipus d'elements han de ser definits en les especificacions aplicables (com <a href="http://schema.org/">schema.org</a> ) i han ser definits per utilitzar el mateix vocabulari.</li>
- <li>L'atribut <code>itemtype</code> només es pot especificar en elements que tinguin especificat un atribut <code>itemscope</code>.</li>
- <li>L'atribut <code>itemid</code> només es pot especificar en elements que tinguin definit un atribut <code>itemscope</code> i un atribut <code>itemtype</code>, i només es pot definir en elements amb un atribut <code>itemscope</code> en el que el seu atribut <code>itemtype</code> especifica un vocabulari que no admet identificadors globals per els elements, com es definit en l'especificació del vocabulari.</li>
- <li>El significat exacte d'un identificador global està determinat mitjançant l'especificació del vocabulari. Correspon a aquestes especificacions definir si es permet que existeixin múltiples elements amb el mateix identificador global (ja sigui en la mateixa pàgina o diferents pàgines), i quines són les regles de processament per a aquest vocabulari pel que fa al maneig del cas de diversos elements amb el mateix ID.</li>
-</ul>
-
-<h3 id="Exemple_senzill">Exemple senzill</h3>
-
-<h4 id="HTML">HTML</h4>
-
-<pre class="brush: html">&lt;div itemscope itemtype="http://schema.org/Product"&gt;
- &lt;span itemprop="brand"&gt;ACME&lt;/span&gt;
- &lt;span itemprop="name"&gt;Executive Anvil&lt;/span&gt;
-&lt;/div&gt;</pre>
-
-<h4 id="Estructuració_de_les_dades">Estructuració de les dades</h4>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td rowspan="4">itemscope</td>
- <td>itemtype</td>
- <td colspan="2" rowspan="1">schema.org Product</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Executive Anvil</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td colspan="2" rowspan="1">brand [Thing]</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>ACME</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Exemple">Exemple</h2>
-
-<h3 id="HTML_2">HTML</h3>
-
-<pre class="brush: html">&lt;div itemscope itemtype="http://schema.org/Product"&gt;
- &lt;span itemprop="brand"&gt;ACME&lt;br&gt;&lt;/span&gt;
- &lt;span itemprop="name"&gt;Executive Anvil&lt;br&gt;&lt;/span&gt;
- &lt;img itemprop="image" src="https://pixabay.com/static/uploads/photo/2015/09/05/18/15/suitcase-924605_960_720.png" width="50" height="50" alt="Executive Anvil logo" /&gt;&lt;br&gt;
-
-&lt;span itemprop="description"&gt;Sleeker than ACME's Classic Anvil, the
- Executive Anvil is perfect for the business traveler
- looking for something to drop from a height.
- &lt;br&gt;
-&lt;/span&gt;
-
- Product #: &lt;span itemprop="mpn"&gt;925872&lt;br&gt;&lt;/span&gt;
- &lt;span itemprop="aggregateRating" itemscope itemtype="http://schema.org/AggregateRating"&gt;
- Rating: &lt;span itemprop="ratingValue"&gt;4.4&lt;/span&gt; stars, based on &lt;span itemprop="reviewCount"&gt;89
- &lt;/span&gt; reviews&lt;p&gt;
- &lt;/span&gt;
-
-&lt;span itemprop="offers" itemscope itemtype="http://schema.org/Offer"&gt;
- Regular price: $179.99&lt;br&gt;
- &lt;meta itemprop="priceCurrency" content="USD" /&gt;
- &lt;span itemprop="price"&gt;Sale price: $119.99&lt;br&gt;&lt;/span&gt;
- (Sale ends &lt;time itemprop="priceValidUntil" datetime="2020-11-05"&gt;
- 5 November!&lt;/time&gt;)&lt;br&gt;
- Available from: &lt;span itemprop="seller" itemscope itemtype="http://schema.org/Organization"&gt;
- &lt;span itemprop="name"&gt;Executive Objects&lt;br&gt;&lt;/span&gt;
- &lt;/span&gt;
- Condition: &lt;link itemprop="itemCondition" href="http://schema.org/UsedCondition"/&gt;Previously owned,
- in excellent condition&lt;br&gt;
- &lt;link itemprop="availability" href="http://schema.org/InStock"/&gt;In stock! Order now!
-&lt;/span&gt;
-
- &lt;/span&gt;
-
-&lt;/div&gt;</pre>
-
-<h3 id="Resultat">Resultat</h3>
-
-<h4 id="HTML_3">HTML</h4>
-
-<p>{{EmbedLiveSample('HTML_2', '300', '400', '', 'Web/HTML/Global_attributes/itemtype')}}</p>
-
-<h4 id="Estructuració_de_les_dades_2">Estructuració de les dades</h4>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <td colspan="1" rowspan="7">itemscope</td>
- <td>itemtype</td>
- <td colspan="2" rowspan="1">Product (http://schema.org/Product)</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Executive Anvil</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>image</td>
- <td>https://pixabay.com/static/uploads/photo/2015/09/05/18/15/suitcase-924605_960_720.png</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>description</td>
- <td>Sleeker than ACME's Classic Anvil, the Executive Anvil is perfect for the business traveler looking for something to drop from a height.</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>mpn</td>
- <td>925872</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>brand [Thing]</td>
- <td> </td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>ACME</td>
- </tr>
- <tr>
- <td colspan="1" rowspan="9">itemscope</td>
- <td>itemprop[itemtype]</td>
- <td>aggregateRating[AggregateRating]</td>
- <td> </td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>ratingValue</td>
- <td>4.4</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>reviewCount</td>
- <td>89</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>offers [Offer]</td>
- <td>http://schema.org/Offer</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>priceCurrency</td>
- <td>USD</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>price</td>
- <td>119.99</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>priceValidUntil</td>
- <td>2020-11-05</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>itemCondition</td>
- <td>http://schema.org/UsedCondition</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>availability</td>
- <td>http://schema.org/InStock</td>
- </tr>
- <tr>
- <td colspan="1" rowspan="2">itemscope</td>
- <td>itemprop[itemtype]</td>
- <td>seller [Organization]</td>
- <td>http://schema.org/Organization</td>
- </tr>
- <tr>
- <td>itemprop</td>
- <td>name</td>
- <td>Executive Objects</td>
- </tr>
- </tbody>
-</table>
-
-<div class="note">
-<p><strong>Nota</strong>: Una eina molt útil per a l'extracció d'estructures de microdata d'HTML és Google's <a class="external external-icon" href="https://developers.google.com/structured-data/testing-tool/">Structured Data Testing Tool</a>. Intenteu-ho en el codi HTML que es mostra a dalt.</p>
-</div>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td><code><a href="https://html.spec.whatwg.org/multipage/microdata.html#items">itemtype</a></code></td>
- <td> </td>
- <td>WG Nota - <span class="short_text" id="result_box" lang="ca"><span>Ja</span> <span>no s'està</span> <span>desenvolupant</span> <span>activament</span></span></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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li><a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">Altres atributs globals diferents</a></li>
- <li>Altres atributs globals relacionats amb microdata:
- <ul>
- <li>{{htmlattrxref("itemid")}}</li>
- <li>{{htmlattrxref("itemprop")}}</li>
- <li>{{htmlattrxref("itemref")}}</li>
- <li>{{htmlattrxref("itemscope")}}</li>
- <li>{{htmlattrxref("itemtype")}}</li>
- </ul>
- </li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/lang/index.html b/files/ca/web/html/global_attributes/lang/index.html
deleted file mode 100644
index 5817c27aca..0000000000
--- a/files/ca/web/html/global_attributes/lang/index.html
+++ /dev/null
@@ -1,102 +0,0 @@
----
-title: lang
-slug: Web/HTML/Global_attributes/lang
-translation_of: Web/HTML/Global_attributes/lang
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}</p>
-
-<p> L'<a href="/en-US/docs/Web/HTML/Global_attributes">atribut global</a>  <strong>lang </strong>participa en la definició de la llengua de l'element,la llengua en que els elements no editables estan escrits o la llengua en que els elements editables han de ser escrit. L'etiqueta conté un valor d'entrada únic que correspon a una de les etiquetes del document IETF <a class="external" href="http://www.ietf.org/rfc/bcp/bcp47.txt" title="http://www.ietf.org/rfc/bcp/bcp47.txt"><em>Tags for Identifying Languages (BCP47)</em></a>. Si el contingut de l'etiqueta és uan <em>cadena buida </em>la llengua s'estableix com <em>a </em><em>desgoneguda</em> ; si el contingut de l'etiqueta no és valid, en referència al BCP47, s'estableix com a <em>invàlida</em>.</p>
-
-<p>Encara que l'atribut <strong>lang</strong> hagi sigut establert, pot no tenir-se e compte, ja que l'atribut <a href="/en-US/docs/Web/HTML/Global_attributes/xml:lang"><strong>xml:lang</strong></a> té prioritat. Llegiu <a href="/en-US/docs/Determining_the_language_of_element" title="en/Determining the language of element"> l'algoritme per determinar la llengua</a> d'un contingut d'un element per veure com la llengua es determina en tots els casos.</p>
-
-<p>Per la pseudo-classe de CSS {{ cssxref(":lang") }}, dos noms de llengües invàlides són diferents si els seus noms són diferents.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentaris</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#the-lang-and-xml:lang-attributes", "lang")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>No hi ha canvis de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-lang-and-xml:lang-attributes", "lang")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, no hi ha canvis de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#the-lang-and-xml:lang-attributes", "lang")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de  {{SpecName('HTML WHATWG')}}, comprotament amb <strong>xml:lang</strong> i determinació de llenguatge algorísmic definit. També és un veritable atribut global.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'struct/dirlang.html#h-8.1', 'lang')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Supportat en tots elements menys en {{HTMLElement("applet")}}, {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("br")}}, {{HTMLElement("frame")}}, {{HTMLElement("frameset")}}, {{HTMLElement("iframe")}}, {{HTMLElement("param")}}, i {{HTMLElement("script")}}.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Browser_compatibility">Browser compatibility</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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome per 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li>Tots els <a href="/en-US/docs/Web/HTML/Global_attributes">Atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/spellcheck/index.html b/files/ca/web/html/global_attributes/spellcheck/index.html
deleted file mode 100644
index 6a9d94f1fc..0000000000
--- a/files/ca/web/html/global_attributes/spellcheck/index.html
+++ /dev/null
@@ -1,215 +0,0 @@
----
-title: spellcheck
-slug: Web/HTML/Global_attributes/spellcheck
-tags:
- - Experimental
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/spellcheck
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p>
-
-<p>L'atribut global spellcheck és un atribut enumerat defineix si en l'element es poden comprovar els errors d'ortografia. Pot tenir els següents valors:</p>
-
-<ul>
- <li><code>true</code>, indica que l'element, si és possible, se li ha de comprovar els errors d'ortografia;</li>
- <li><code>false</code>, indica que l'element, si és possible, no se li ha de comprovar els errors d'ortografia.</li>
-</ul>
-
-<p>Si aquest atribut no està establert, el valor predeterminat és de tipus d'element i definit pel navegador. Aquest valor per defecte també pot <em>heretar</em>, la qual cosa vol dir que el contingut de l'element es revisa l'ortografia només si el seu ancestre més proper té un estat <code>true</code> per la correcció ortogràfica.<br>
- <br>
- Podeu consultar <a href="/en/HTML/Controlling_spell_checking_in_HTML_forms" title="en/Controlling spell checking in HTML forms">aquest article</a> per veure un exemple complet de l'ús d'aquest atribut.</p>
-
-<p>Aquest atribut és un enumerat i no un booleà. Això vol dir que l'ús explícit d'un dels valors <code>true</code> o <code>false</code> és obligatori i que una forma abreujada com <code>&lt;label spellcheck&gt;</code>Exemple <code>Label&lt;/ label&gt;</code> no està permès. L'ús correcte és <code>&lt;label spellcheck="true"&gt;</code>Exemple <code>Label&lt;/label&gt;</code>.</p>
-
-<p>Aquest atribut és simplement un suggeriment per al navegador: els navegadors no són necessaris per a poder comprovar els errors d'ortografia. Generalment, els elements no editables no es comproven els errors d'ortografia, tot i que l'atribut <strong>spellcheck</strong> s'estableixi en <code>true</code> i el navegador sigui compatible amb la correcció ortogràfica.</p>
-
-<p>El <em>valor per defecte</em> d'aquest atribut depèn del navegador i l'element:</p>
-
-<table class="fullwidth-table">
- <tbody>
- <tr>
- <th>Browser</th>
- <th>{{ HTMLElement("html") }}</th>
- <th>{{ HTMLElement("textarea") }}</th>
- <th>{{ HTMLElement("input") }}</th>
- <th>others</th>
- <th>Comment</th>
- </tr>
- <tr>
- <td rowspan="3">Firefox</td>
- <td><code>false</code></td>
- <td><code>false</code></td>
- <td><code>false</code></td>
- <td><em>inherited</em></td>
- <td>When <code>layout.spellcheckDefault</code> is <code>0</code></td>
- </tr>
- <tr>
- <td><strong><code>false</code></strong></td>
- <td><strong><code>true</code></strong></td>
- <td><strong><em>inherited</em></strong></td>
- <td><strong><em>inherited</em></strong></td>
- <td><strong>When <code>layout.spellcheckDefault</code> is <code>1</code> (default value)</strong></td>
- </tr>
- <tr>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td><code>true</code></td>
- <td><em>inherited</em></td>
- <td>When <code>layout.spellcheckDefault</code> is <code>2</code></td>
- </tr>
- <tr>
- <td rowspan="3">Seamonkey</td>
- <td><code>false</code></td>
- <td><code>false</code></td>
- <td><code>false</code></td>
- <td><em>inherited</em></td>
- <td>When <code>layout.spellcheckDefault</code> is <span style="font-family: Courier New;"><code>0</code></span></td>
- </tr>
- <tr>
- <td><strong><code>false</code></strong></td>
- <td><strong><code>true</code></strong></td>
- <td><strong><em>inherited</em></strong></td>
- <td><strong><em>inherited</em></strong></td>
- <td><strong>When <code>layout.spellcheckDefault</code> is <span style="font-family: Courier New;">1</span> (default value)</strong></td>
- </tr>
- <tr>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td><code>true</code></td>
- <td><em>inherited</em></td>
- <td>When <code>layout.spellcheckDefault</code> is <span style="font-family: Courier New;"><code>2</code></span></td>
- </tr>
- <tr>
- <td rowspan="3">Camino</td>
- <td><code>false</code></td>
- <td><code>false</code></td>
- <td><code>false</code></td>
- <td><em>inherited</em></td>
- <td>When <code>layout.spellcheckDefault</code> is <span style="font-family: Courier New;"><code>0</code></span></td>
- </tr>
- <tr>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td><em>inherited</em></td>
- <td><em>inherited</em></td>
- <td>When <code>layout.spellcheckDefault</code> is <span style="font-family: Courier New;"><code>1</code></span></td>
- </tr>
- <tr>
- <td><strong><code>false</code></strong></td>
- <td><strong><code>true</code></strong></td>
- <td><strong><code>true</code></strong></td>
- <td><strong><em>inherited</em></strong></td>
- <td><strong>When <span style="font-family: Courier New;">layout.spellcheckDefault</span> is <span style="font-family: Courier New;"><code>2</code> </span><strong>(default value)</strong></strong></td>
- </tr>
- <tr>
- <td>Chrome</td>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td>?</td>
- <td><em>inherited</em></td>
- </tr>
- <tr>
- <td>Internet Explorer</td>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td>?</td>
- <td><em>inherited</em></td>
- </tr>
- <tr>
- <td>Opera</td>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td>?</td>
- <td><em>inherited</em></td>
- </tr>
- <tr>
- <td>Safari</td>
- <td><code>false</code></td>
- <td><code>true</code></td>
- <td>?</td>
- <td><em>inherited</em></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "interaction.html#spelling-and-grammar-checking", "spellcheck")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#spelling-and-grammar-checking", "spellcheck")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatGeckoDesktop("1.8.1") }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatUnknown}}</td>
- <td>{{ CompatGeckoMobile("1.8.1") }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/style/index.html b/files/ca/web/html/global_attributes/style/index.html
deleted file mode 100644
index 5487e42a7f..0000000000
--- a/files/ca/web/html/global_attributes/style/index.html
+++ /dev/null
@@ -1,107 +0,0 @@
----
-title: style
-slug: Web/HTML/Global_attributes/style
-translation_of: Web/HTML/Global_attributes/style
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}</p>
-
-<p>L'<a href="/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>style</strong> contè declaracions d'estil <a href="/en/CSS" title="en/CSS">CSS</a> per ser aplicat a l'element. Fixeu-vos que es recomana definir els estils en un fitxer o fitxers diferent. Tant aquest atribut com l'element {{ HTMLElement("style") }} tenen principalment la finalitat de permetre aplicar estils de forma ràpida, per exemple per propòsits de testeig.</p>
-
-<div class="note">
-<p><strong>Nota d'ús: </strong>Aquest atribut no s'ha d'utilitzar per transmetre informació semàntica. Fins i tot en el cas que s'eliminin tots els estils, la pàgina hauria de remandre semànticament correcta. No s'hauria d'utilitzar per amagar informació irrellevant; si aquest és l'objectiu, s'hauria d'utilitzar l'atribut <a href="#attr-hidden" title="#attr-hidden"><strong>hidden</strong></a>.</p>
-</div>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentaris</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#the-style-attribute", "style")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Cap canvi des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-style-attribute", "style")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, cap canvi desde {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#the-style-attribute", "style")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània {{SpecName('HTML WHATWG')}}. A partir de {{SpecName("HTML4.01")}}, és un atribut global vertader.</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'present/styles.html#h-14.2.2', 'style')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Suportat en tots els elements excepte:{{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}}, {{HTMLElement("style")}}, and {{HTMLElement("title")}}.</td>
- </tr>
- <tr>
- <td>{{ SpecName("CSS3 Style", "", "") }}</td>
- <td>{{Spec2("CSS3 Style")}}</td>
- <td>Es defineix el contingut de l'atribut <strong>style</strong>.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilitat_amb_navegadors">Compatibilitat amb navegadors</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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome per 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li>Tots els <a href="/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/tabindex/index.html b/files/ca/web/html/global_attributes/tabindex/index.html
deleted file mode 100644
index 13ccd52808..0000000000
--- a/files/ca/web/html/global_attributes/tabindex/index.html
+++ /dev/null
@@ -1,116 +0,0 @@
----
-title: tabindex
-slug: Web/HTML/Global_attributes/tabindex
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/tabindex
----
-<p>{{HTMLSidebar("Global_attributes")}}</p>
-
-<p class="note">El valor màxim per tabindex no ha d'excedir de 32.767 especificació W3C secció 17.11.1. Si no s'especifica el valor per omissió és -1</p>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <span lang="ca"> <strong><span>tabindex</span></strong> <span>és</span> <span>un enter que</span> <span>indica</span> <span>si l'element</span> <span>pot</span> <span>tenir</span> <span>el focus</span> <span>d'entrada</span> <span>(</span><span>és</span> <em><span>enfocable</span></em><span>)</span><span>,</span> <span>si</span> <span>ha de participar</span> <span>en la navegació</span> <span>per teclat</span> <span>seqüencial</span><span>, i en cas</span> <span>afirmatiu</span><span>,</span> <span>en quina posició</span><span>.</span> <span>Pot prendre</span> <span>diversos</span> <span>valors</span><span>:</span></span></p>
-
-<ul>
- <li><em>un valor negatiu</em> significa que l'element ha de ser enfocable, però no ha de ser accessible a través de la navegació seqüencial del teclat;</li>
- <li><code>0</code> vol dir que l'element ha de ser enfocable i accessible a través de la navegació seqüencial del teclat, però el seu ordre relatiu està definit per la convenció de la plataforma;</li>
- <li>un <em>valor positiu</em> significa que ha de ser enfocable i accessible a través de la navegació seqüencial del teclat; el seu ordre relatiu es defineix pel valor de l'atribut: el seguiment seqüencial va incrementan el nombre de tabindex. Si diversos elements comparteixen el mateix tabindex, el seu ordre relatiu segueix la seva posició relativa en el document.</li>
-</ul>
-
-<p>Un element amb un valor <code>0</code>, un valor no vàlid o cap valor <strong>tabindex</strong> ha de ser col·locat després dels elements amb un <strong>tabindex</strong> positiu en l'ordre navegació seqüencial del teclat.</p>
-
-<p>Podeu consultar <a href="/en/Focus_management_in_HTML" title="en/Focus management in HTML">aquest article</a> per veure una explicació completa d'administració de l'enfocament.</p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "editing.html#attr-tabindex", "tabindex")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "editing.html#attr-tabindex", "tabindex")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "editing.html#attr-tabindex", "tabindex")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}. Des de {{SpecName("HTML4.01")}}, <span id="result_box" lang="ca"><span>l'atribut</span> <span>ara</span> <span>és compatible</span> <span>amb</span> <span>tots</span> <span>els</span> <span>elements</span> <span>(</span><span>atributs</span> <span>globals</span><span>)</span><span>.</span></span></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'interact/forms.html#adef-tabindex', 'tabindex')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Només soportat en {{HTMLElement("a")}}, {{HTMLElement("area")}}, {{HTMLElement("button")}}, {{HTMLElement("object")}}, {{HTMLElement("select")}} i {{HTMLElement("textarea")}}.</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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>{{domxref("HTMLElement.tabIndex")}} <span class="short_text" id="result_box" lang="ca"><span>que reflecteix</span> <span>aquest</span> <span>atribut.</span></span></li>
- <li>Problemes d'accessibilitat amb tabindex: Veure <a href="http://adrianroselli.com/2014/11/dont-use-tabindex-greater-than-0.html" id="id-22" style="font-size: inherit; line-height: inherit;" title="Don’t Use Tabindex Greater than 0 | Adrian Roselli">No utilitzar Tabindex més gran que 0 | Adrian Roselli</a>.</li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/title/index.html b/files/ca/web/html/global_attributes/title/index.html
deleted file mode 100644
index de5b97f8e2..0000000000
--- a/files/ca/web/html/global_attributes/title/index.html
+++ /dev/null
@@ -1,139 +0,0 @@
----
-title: title
-slug: Web/HTML/Global_attributes/title
-tags:
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/title
----
-<p>{{HTMLSidebar("Global_attributes")}}</p>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <strong>title</strong> conté un text que representa informació d'assessorament en relació amb l'element al qual pertany. Aquesta informació pot generalment, però no necessàriament, presentar-se a l'usuari com una descripció. Aquests són alguns dels usos típics d'aquest atribut:</p>
-
-<ul>
- <li>Vincle: <span class="short_text" id="result_box" lang="ca"><span>el títol</span> <span>o una descripció</span> <span>del document</span> <span>vinculat</span></span></li>
- <li>Element Media com una imatge: <span class="short_text" id="result_box" lang="ca"><span>una descripció o</span> <span>crèdits</span> <span>associats</span></span></li>
- <li><span class="short_text" id="result_box" lang="ca"><span>Paràgraf</span></span>: <span class="short_text" id="result_box" lang="ca"><span>una nota</span> <span>al peu o</span> <span>un comentari</span> <span>sobre ell</span></span></li>
- <li>Cita: <span id="result_box" lang="ca"><span>alguna informació</span> <span>sobre l'autor,</span> <span>i</span> <span>així</span> <span>successivament</span></span>.</li>
-</ul>
-
-<p>Si s'omet aquest atribut, vol dir que el títol de l'ancestre més proper d'aquest element segueix sent rellevant per a ell (i legítimament es pot utilitzar com la descripció d'aquest element). Si aquest atribut s'estableix en una <em>cadena buida</em>, significa explícitament que el títol del seu ancestre més proper no és rellevant per a aquest element (i no ha de ser utilitzat en la descripció d'aquest element).</p>
-
-<p>Semàntiques addicionals estan connectats als atributs del <strong>title</strong> dels elements {{ HTMLElement("link") }}, {{ HTMLElement("abbr") }}, {{ HTMLElement("input") }} i {{ HTMLElement("menuitem") }}.</p>
-
-<p>L'atribut <strong>title</strong> pot contenir diverses línies. Cada <code>U+LINE FEED (LF)</code> que s'insereix representa un salt de línia. Algunes precaucions han de ser preses encara que, lo que vol dir que:</p>
-
-<pre class="brush: html">&lt;p&gt;Newlines in title should be taken into account,like this &lt;abbr title="This is a
-multiline title"&gt;example&lt;/abbr&gt;.&lt;/p&gt;
-</pre>
-
-<p><span class="short_text" id="result_box" lang="ca"><span>defineix un</span> <span>títol</span> <span>de dues</span> <span>línies.</span></span></p>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "elements.html#the-title-attribute", "title")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-title-attribute", "title")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, sense canvis des de {{SpecName('HTML5 W3C')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', "dom.html#the-title-attribute", "title")}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}. Des de {{SpecName("HTML4.01")}}, <span class="short_text" id="result_box" lang="ca"><span>és un veritable</span> <span>atribut</span> <span>global</span></span></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML4.01', 'struct/global.html#adef-title', 'title')}}</td>
- <td>{{Spec2('HTML4.01')}}</td>
- <td>Suportat amb tots els elements però {{HTMLElement("base")}}, {{HTMLElement("basefont")}}, {{HTMLElement("head")}}, {{HTMLElement("html")}}, {{HTMLElement("meta")}}, {{HTMLElement("param")}}, {{HTMLElement("script")}} i {{HTMLElement("title")}}.</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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- <tr>
- <td>Suport Multi-línia</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{CompatGeckoDesktop(12)}}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Chrome for 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>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- <td>{{ CompatVersionUnknown() }}</td>
- </tr>
- <tr>
- <td>Suport Multi-línia</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatGeckoMobile(12)}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>{{domxref("HTMLElement.title")}} <span class="short_text" id="result_box" lang="ca"><span>que reflecteix</span> <span>aquest</span> <span>atribut.</span></span></li>
-</ul>
diff --git a/files/ca/web/html/global_attributes/translate/index.html b/files/ca/web/html/global_attributes/translate/index.html
deleted file mode 100644
index 34d63218b9..0000000000
--- a/files/ca/web/html/global_attributes/translate/index.html
+++ /dev/null
@@ -1,99 +0,0 @@
----
-title: translate
-slug: Web/HTML/Global_attributes/translate
-tags:
- - Experimental
- - Global attributes
- - HTML
- - Reference
-translation_of: Web/HTML/Global_attributes/translate
----
-<p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p>
-
-<p>L'<a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atribut global</a> <span lang="ca"> </span> <strong>translate</strong> és un atribut enumerat que s'utilitza per especificar si els valors dels atributs d'un element i els valors dels seus node de <code id="the-translate-attribute:text"><a href="https://html.spec.whatwg.org/multipage/infrastructure.html#text">Text</a></code> fills s'han de traduir quan la pàgina es localitzada, o deixar-los sense canvis. Pot tenir els següents valors:</p>
-
-<ul>
- <li>cadena buida i <code>"yes"</code>, indica que l'element s'ha de traduir quan es localitza la pàgina.</li>
- <li><code>"no"</code>, <span class="short_text" id="result_box" lang="ca"><span>indica que</span> <span>l'element no</span> <span>s'ha de traduir.</span></span></li>
-</ul>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <tbody>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- <tr>
- <td>{{SpecName('HTML WHATWG', "dom.html#attr-translate", "translate")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td>Sense canvis des de l'última instantània, {{SpecName('HTML5.1')}}</td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5.1', "dom.html#the-translate-attribute", "translate")}}</td>
- <td>{{Spec2('HTML5.1')}}</td>
- <td>Instantània de {{SpecName('HTML WHATWG')}}, 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>{{ CompatNo }}</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>Chrome for 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>{{ CompatNo }}</td>
- <td>{{CompatNo }}</td>
- <td>{{ CompatNo }}</td>
- <td>{{ CompatNo }}</td>
- <td>{{ CompatNo }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Veure">Veure</h2>
-
-<ul>
- <li>Tots els <a href="https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes">atributs globals</a>.</li>
- <li>La propietat {{domxref("HTMLElement.translate")}} <span class="short_text" id="result_box" lang="ca"><span>reflecteix</span> <span>aquest</span> <span>atribut</span></span> .</li>
-</ul>