From 4eca3f57d02a28ff6a5c764bfc10638006fdd225 Mon Sep 17 00:00:00 2001 From: Alexander Date: Tue, 20 Jun 2023 16:58:42 -0600 Subject: [PATCH] es: Remove HTMLShadowElement as en-US --- files/es/_redirects.txt | 2 -- files/es/_wikihistory.json | 8 ----- .../getdistributednodes/index.md | 34 ------------------ .../web/api/htmlshadowelement/index.md | 35 ------------------- 4 files changed, 79 deletions(-) delete mode 100644 files/es/orphaned/web/api/htmlshadowelement/getdistributednodes/index.md delete mode 100644 files/es/orphaned/web/api/htmlshadowelement/index.md diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index ccbd0fb22e5745..67c822b0946e78 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1676,8 +1676,6 @@ /es/docs/Web/API/HTMLElement/transitioncancel_event /es/docs/Web/API/Element/transitioncancel_event /es/docs/Web/API/HTMLElement/transitionend_event /es/docs/Web/API/Element/transitionend_event /es/docs/Web/API/HTMLOrForeignElement/focus /es/docs/orphaned/Web/API/HTMLOrForeignElement/focus -/es/docs/Web/API/HTMLShadowElement /es/docs/orphaned/Web/API/HTMLShadowElement -/es/docs/Web/API/HTMLShadowElement/getDistributedNodes /es/docs/orphaned/Web/API/HTMLShadowElement/getDistributedNodes /es/docs/Web/API/IDBObjectStore.add /es/docs/Web/API/IDBObjectStore/add /es/docs/Web/API/IndexedDB_API/Usando_IndexedDB /es/docs/Web/API/IndexedDB_API/Using_IndexedDB /es/docs/Web/API/KeyboardEvent/which /es/docs/Web/API/UIEvent/which diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index a79d6ed9033b9a..ccf5c7a3068e02 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -15542,14 +15542,6 @@ "modified": "2020-10-15T21:51:27.517Z", "contributors": ["IsraelFloresDGA", "AlePerez92", "jesumv"] }, - "orphaned/Web/API/HTMLShadowElement": { - "modified": "2019-03-23T22:10:24.059Z", - "contributors": ["dkocho4", "Sebastianz"] - }, - "orphaned/Web/API/HTMLShadowElement/getDistributedNodes": { - "modified": "2019-03-23T22:10:23.317Z", - "contributors": ["dkocho4"] - }, "orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB": { "modified": "2020-01-13T04:48:11.759Z", "contributors": ["chrisdavidmills", "fscholz", "elin3t", "sebasmagri"] diff --git a/files/es/orphaned/web/api/htmlshadowelement/getdistributednodes/index.md b/files/es/orphaned/web/api/htmlshadowelement/getdistributednodes/index.md deleted file mode 100644 index 0ccdeb4b06e3d4..00000000000000 --- a/files/es/orphaned/web/api/htmlshadowelement/getdistributednodes/index.md +++ /dev/null @@ -1,34 +0,0 @@ ---- -title: HTMLShadowElement.getDistributedNodes() -slug: orphaned/Web/API/HTMLShadowElement/getDistributedNodes -original_slug: Web/API/HTMLShadowElement/getDistributedNodes ---- - -{{APIRef("Web Components")}}{{Deprecated_Header}}{{Non-standard_Header}} - -El método **`HTMLShadowElement.getDistributedNodes()`** -devuelve un {{domxref("NodeList")}} estático de los {{glossary("distributed nodes","nodos distribuidos")}} -asociado con este elemento ``. - -## Valor - -Un {{domxref("NodeList")}}. - -## Ejemplo - -```js -// Obtener los nodos distribuidos -const nodes = myShadowObject.getDistributedNodes(); -``` - -## Especificaciones - -Esta función ya no está definida por ninguna especificación. - -## Compatibilidad con navegadores - -{{Compat}} - -## Véase también - -- [HTMLShadowElement](/es/docs/Web/API/HTMLShadowElement) diff --git a/files/es/orphaned/web/api/htmlshadowelement/index.md b/files/es/orphaned/web/api/htmlshadowelement/index.md deleted file mode 100644 index b4c6afbb98ec1e..00000000000000 --- a/files/es/orphaned/web/api/htmlshadowelement/index.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -title: HTMLShadowElement -slug: orphaned/Web/API/HTMLShadowElement -original_slug: Web/API/HTMLShadowElement ---- - -{{APIRef("Web Components")}}{{Deprecated_Header}}{{Non-standard_Header}} - -La interfaz **`HTMLShadowElement`** representa un elemento HTML {{HTMLElement("shadow")}}, que se utiliza en [Shadow DOM](/es/docs/Web/Web_Components/Using_shadow_DOM). - -{{InheritanceDiagram}} - -## Propiedades de instancia - -_Esta interfaz hereda las propiedades de {{domxref("HTMLElement")}}._ - -## Métodos de instancia - -_Esta interfaz hereda los métodos de {{domxref("HTMLElement")}}._ - -- {{domxref("HTMLShadowElement.getDistributedNodes()")}} {{Deprecated_Inline}} {{Non-standard_Inline}} - - : Devuelve una {{domxref("NodeList")}} estática de los {{glossary("distributed nodes","nodos distribuidos")}} asociados con este elemento ``. - -## Especificaciones - -Esta función ya no está definida por ninguna especificación. - -## Compatibilidad con navegadores - -{{Compat}} - -## Véase también - -- El elemento HTML {{HTMLElement("shadow")}}, que implementa esta interfaz. -- [Shadow DOM](/es/docs/Web/Web_Components/Using_shadow_DOM)