aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/atributos_globales/slot/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/atributos_globales/slot/index.html')
-rw-r--r--files/es/web/html/atributos_globales/slot/index.html46
1 files changed, 0 insertions, 46 deletions
diff --git a/files/es/web/html/atributos_globales/slot/index.html b/files/es/web/html/atributos_globales/slot/index.html
deleted file mode 100644
index ed2b8688db..0000000000
--- a/files/es/web/html/atributos_globales/slot/index.html
+++ /dev/null
@@ -1,46 +0,0 @@
----
-title: slot
-slug: Web/HTML/Atributos_Globales/slot
-tags:
- - Atributos globales
- - HTML
- - Referencia
-translation_of: Web/HTML/Global_attributes/slot
----
-<div>{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</div>
-
-<p>El <a href="/en-US/docs/Web/HTML/Global_attributes">atributo global</a> <strong>slot</strong> asigna un espacio en un <a href="/en-US/docs/Web/Web_Components/Shadow_DOM">shadow DOM</a> árbol shadow a un elemento: Un elemento con un atributo <code>slot</code> es asignado al espacio creado por el elemento {{HTMLElement("slot")}} cuyo valor de atributo {{htmlattrxref("name", "slot")}} coincide con el valor de ese atributo <code>slot</code>.</p>
-
-<h2 id="Especificaciones">Especificaciones</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#attr-slot", "slot attribute")}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName('DOM WHATWG', "#dom-element-slot", "slot attribute")}}</td>
- <td>{{Spec2('DOM WHATWG')}}</td>
- <td> </td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilidad_de_navegadores">Compatibilidad de navegadores</h2>
-
-<div class="hidden">La tabla de compatibilidad en esta página es generada a partir de datos estructurados. Si le gustaría contribuir con estos datos, por favor clone el repositorio <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> y envíenos un pull request.</div>
-
-<p>{{Compat("html.global_attributes.slot")}}</p>
-
-<h2 id="Vea_también">Vea también</h2>
-
-<ul>
- <li>Todos los <a href="/en-US/docs/Web/HTML/Global_attributes">atributos globales</a>.</li>
-</ul>