aboutsummaryrefslogtreecommitdiff
path: root/files/es
diff options
context:
space:
mode:
authorMDN <actions@users.noreply.github.com>2021-06-29 00:35:05 +0000
committerMDN <actions@users.noreply.github.com>2021-06-29 00:35:05 +0000
commit2d478fb11c4864129dffb10cb43630b2aaf26bc0 (patch)
tree61561b7187a5a2fa57eded7e64c2a74c52efe15e /files/es
parent19ba3e27d010ae914a441870b7d4f02ce2d35f7d (diff)
downloadtranslated-content-2d478fb11c4864129dffb10cb43630b2aaf26bc0.tar.gz
translated-content-2d478fb11c4864129dffb10cb43630b2aaf26bc0.tar.bz2
translated-content-2d478fb11c4864129dffb10cb43630b2aaf26bc0.zip
[CRON] sync translated content
Diffstat (limited to 'files/es')
-rw-r--r--files/es/_redirects.txt1
-rw-r--r--files/es/_wikihistory.json14
-rw-r--r--files/es/orphaned/web/api/childnode/after/index.html (renamed from files/es/web/api/childnode/after/index.html)3
3 files changed, 10 insertions, 8 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt
index 4a1c6a4158..ed34cdbec1 100644
--- a/files/es/_redirects.txt
+++ b/files/es/_redirects.txt
@@ -1781,6 +1781,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/after /es/docs/orphaned/Web/API/ChildNode/after
/es/docs/Web/API/ChildNode/remove /es/docs/orphaned/Web/API/ChildNode/remove
/es/docs/Web/API/ChildNode/replaceWith /es/docs/orphaned/Web/API/ChildNode/replaceWith
/es/docs/Web/API/Console/tabla /es/docs/Web/API/Console/table
diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json
index e2d81fa61b..b55d070ceb 100644
--- a/files/es/_wikihistory.json
+++ b/files/es/_wikihistory.json
@@ -5518,13 +5518,6 @@
"jpmedley"
]
},
- "Web/API/ChildNode/after": {
- "modified": "2020-10-15T21:50:39.528Z",
- "contributors": [
- "AlePerez92",
- "SoftwareRVG"
- ]
- },
"Web/API/ChildNode/before": {
"modified": "2019-03-23T22:23:28.772Z",
"contributors": [
@@ -23231,6 +23224,13 @@
"guiller1998"
]
},
+ "orphaned/Web/API/ChildNode/after": {
+ "modified": "2020-10-15T21:50:39.528Z",
+ "contributors": [
+ "AlePerez92",
+ "SoftwareRVG"
+ ]
+ },
"orphaned/Web/API/ChildNode/remove": {
"modified": "2020-10-15T21:50:43.901Z",
"contributors": [
diff --git a/files/es/web/api/childnode/after/index.html b/files/es/orphaned/web/api/childnode/after/index.html
index b6512e73c0..468dfd58ae 100644
--- a/files/es/web/api/childnode/after/index.html
+++ b/files/es/orphaned/web/api/childnode/after/index.html
@@ -1,6 +1,6 @@
---
title: ChildNode.after()
-slug: Web/API/ChildNode/after
+slug: orphaned/Web/API/ChildNode/after
tags:
- API
- DOM
@@ -9,6 +9,7 @@ tags:
- Referencia
- metodo
translation_of: Web/API/ChildNode/after
+original_slug: Web/API/ChildNode/after
---
<p>{{APIRef("DOM")}} {{SeeCompatTable}}<br>
<span lang="es"><span>El método <code><strong>ChildNode.after()</strong></code> inserta un conjunto de objetos {{domxref("Node")}} o {{domxref("DOMString")}} en la lista de hijos de este <code>ChildNode</code> del padre, justo después de este <code>ChildNode</code>.</span> <span>Los objetos {{domxref("DOMString")}} se insertan como nodos equivalentes {{domxref("Text")}}.</span></span></p>