diff options
Diffstat (limited to 'files/es')
-rw-r--r-- | files/es/_redirects.txt | 1 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 18 | ||||
-rw-r--r-- | files/es/orphaned/web/api/childnode/remove/index.html (renamed from files/es/web/api/childnode/remove/index.html) | 3 |
3 files changed, 12 insertions, 10 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index cdbad98cc4..acb86f967d 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1779,6 +1779,7 @@ /es/docs/Web/API/CameraCapabilities.maxExposureCompensation /es/docs/Web/API/CameraCapabilities/maxExposureCompensation /es/docs/Web/API/CameraCapabilities.maxFocusAreas /es/docs/Web/API/CameraCapabilities/maxFocusAreas /es/docs/Web/API/Canvas_API/Tutorial/Compositing/Ejemplo /es/docs/Web/API/Canvas_API/Tutorial/Compositing/Example +/es/docs/Web/API/ChildNode/remove /es/docs/orphaned/Web/API/ChildNode/remove /es/docs/Web/API/Console/tabla /es/docs/Web/API/Console/table /es/docs/Web/API/Constraint_validation/invalid_event /es/docs/Web/API/HTMLInputElement/invalid_event /es/docs/Web/API/Coordinates /es/docs/Web/API/GeolocationCoordinates diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index b3756077d8..933fa3d9f8 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -5547,15 +5547,6 @@ "SoftwareRVG" ] }, - "Web/API/ChildNode/remove": { - "modified": "2020-10-15T21:50:43.901Z", - "contributors": [ - "daniel.arango", - "teffcode", - "AlePerez92", - "SoftwareRVG" - ] - }, "Web/API/ChildNode/replaceWith": { "modified": "2019-03-23T22:23:34.633Z", "contributors": [ @@ -23485,6 +23476,15 @@ "HenryGR" ] }, + "orphaned/Web/API/ChildNode/remove": { + "modified": "2020-10-15T21:50:43.901Z", + "contributors": [ + "daniel.arango", + "teffcode", + "AlePerez92", + "SoftwareRVG" + ] + }, "orphaned/Web/API/Detecting_device_orientation": { "modified": "2020-08-11T08:30:00.189Z", "contributors": [ diff --git a/files/es/web/api/childnode/remove/index.html b/files/es/orphaned/web/api/childnode/remove/index.html index 90aab3d869..069ed69160 100644 --- a/files/es/web/api/childnode/remove/index.html +++ b/files/es/orphaned/web/api/childnode/remove/index.html @@ -1,6 +1,6 @@ --- title: ChildNode.remove() -slug: Web/API/ChildNode/remove +slug: orphaned/Web/API/ChildNode/remove tags: - API - ChildNode @@ -8,6 +8,7 @@ tags: - Experimental - metodo translation_of: Web/API/ChildNode/remove +original_slug: Web/API/ChildNode/remove --- <p><span id="result_box" lang="es"><span>{{APIRef ( "DOM")}}</span><br> <span>El método<strong> ChildNode.remove ( ) </strong>elimina el objeto del árbol al que pertenece.</span></span></p> |