aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/api/document_object_model
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/api/document_object_model')
-rw-r--r--files/es/web/api/document_object_model/events/index.html3
-rw-r--r--files/es/web/api/document_object_model/examples/index.html3
-rw-r--r--files/es/web/api/document_object_model/how_to_create_a_dom_tree/index.html3
-rw-r--r--files/es/web/api/document_object_model/index.html3
-rw-r--r--files/es/web/api/document_object_model/introduction/index.html3
-rw-r--r--files/es/web/api/document_object_model/locating_dom_elements_using_selectors/index.html3
-rw-r--r--files/es/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html4
-rw-r--r--files/es/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html3
-rw-r--r--files/es/web/api/document_object_model/whitespace/index.html5
9 files changed, 20 insertions, 10 deletions
diff --git a/files/es/web/api/document_object_model/events/index.html b/files/es/web/api/document_object_model/events/index.html
index fce2530535..5f2c1b47cf 100644
--- a/files/es/web/api/document_object_model/events/index.html
+++ b/files/es/web/api/document_object_model/events/index.html
@@ -1,10 +1,11 @@
---
title: Eventos y el DOM
-slug: Referencia_DOM_de_Gecko/Eventos
+slug: Web/API/Document_Object_Model/Events
tags:
- DOM
- Guía
translation_of: Web/API/Document_Object_Model/Events
+original_slug: Referencia_DOM_de_Gecko/Eventos
---
<h2 id="Introduction" name="Introduction">Introducción</h2>
diff --git a/files/es/web/api/document_object_model/examples/index.html b/files/es/web/api/document_object_model/examples/index.html
index 33f0e9e2b7..92124a8994 100644
--- a/files/es/web/api/document_object_model/examples/index.html
+++ b/files/es/web/api/document_object_model/examples/index.html
@@ -1,12 +1,13 @@
---
title: Ejemplos
-slug: Referencia_DOM_de_Gecko/Ejemplos
+slug: Web/API/Document_Object_Model/Examples
tags:
- DOM
- Referencia_DOM_de_Gecko
- Todas_las_Categorías
- páginas_a_traducir
translation_of: Web/API/Document_Object_Model/Examples
+original_slug: Referencia_DOM_de_Gecko/Ejemplos
---
<p>En este capítulo se brindan ejemplos relativamente extensos que ilustran el uso del DOM para el desarrollo web y XML. Siempre que sea posible, usaremos las APIs, trucos y patrones comunes en JavaScript para la manipulación del objeto <code>document</code>.</p>
diff --git a/files/es/web/api/document_object_model/how_to_create_a_dom_tree/index.html b/files/es/web/api/document_object_model/how_to_create_a_dom_tree/index.html
index 25546a1704..71864ae1fa 100644
--- a/files/es/web/api/document_object_model/how_to_create_a_dom_tree/index.html
+++ b/files/es/web/api/document_object_model/how_to_create_a_dom_tree/index.html
@@ -1,7 +1,8 @@
---
title: Cómo crear un DOM tree
-slug: How_to_create_a_DOM_tree
+slug: Web/API/Document_object_model/How_to_create_a_DOM_tree
translation_of: Web/API/Document_object_model/How_to_create_a_DOM_tree
+original_slug: How_to_create_a_DOM_tree
---
<p> </p>
<p>Esta página describe cómo usar el API <a class="external" href="http://www.w3.org/TR/DOM-Level-3-Core/core.html">DOM Core</a> en JavaScript para crear o modificar objetos DOM. Es aplicable a todas las aplicaciones basadas en Gecko (como Mozilla Firefox) cuyo código tenga privilegios (como las extensiones) y a las que no (páginas web).</p>
diff --git a/files/es/web/api/document_object_model/index.html b/files/es/web/api/document_object_model/index.html
index 0f3a2a7f75..ee5003ec08 100644
--- a/files/es/web/api/document_object_model/index.html
+++ b/files/es/web/api/document_object_model/index.html
@@ -1,11 +1,12 @@
---
title: Referencia DOM de Gecko
-slug: Referencia_DOM_de_Gecko
+slug: Web/API/Document_Object_Model
tags:
- DOM
- NecesitaRevisiónTécnica
- Todas_las_Categorías
translation_of: Web/API/Document_Object_Model
+original_slug: Referencia_DOM_de_Gecko
---
<p>
« <a href="es/Referencia_DOM_de_Gecko">Referencia DOM de Gecko</a>
diff --git a/files/es/web/api/document_object_model/introduction/index.html b/files/es/web/api/document_object_model/introduction/index.html
index 5c604a7a6c..b6c5706536 100644
--- a/files/es/web/api/document_object_model/introduction/index.html
+++ b/files/es/web/api/document_object_model/introduction/index.html
@@ -1,12 +1,13 @@
---
title: Introducción
-slug: Referencia_DOM_de_Gecko/Introducción
+slug: Web/API/Document_Object_Model/Introduction
tags:
- DOM
- Gecko
- Manuales
- Todas_las_Categorías
translation_of: Web/API/Document_Object_Model/Introduction
+original_slug: Referencia_DOM_de_Gecko/Introducción
---
<p> </p>
diff --git a/files/es/web/api/document_object_model/locating_dom_elements_using_selectors/index.html b/files/es/web/api/document_object_model/locating_dom_elements_using_selectors/index.html
index cf8a94cd4a..75a66ad21b 100644
--- a/files/es/web/api/document_object_model/locating_dom_elements_using_selectors/index.html
+++ b/files/es/web/api/document_object_model/locating_dom_elements_using_selectors/index.html
@@ -1,11 +1,12 @@
---
title: Localizando elementos DOM usando selectores
-slug: Referencia_DOM_de_Gecko/Localizando_elementos_DOM_usando_selectores
+slug: Web/API/Document_object_model/Locating_DOM_elements_using_selectors
tags:
- DOM
- Necesita actualizacion para principiantes
- Principiante
translation_of: Web/API/Document_object_model/Locating_DOM_elements_using_selectors
+original_slug: Referencia_DOM_de_Gecko/Localizando_elementos_DOM_usando_selectores
---
<p>Los selectores api proveen metodos que hacen mas facil y rapido devolver elementos del nodo {{domxref("Element")}} del DOM mediante emparejamiento de un conjunto de selectores. Esto es mucho mas rapido que las tecnicas anteriores, donde fuera necesario, por ejemplo usar un loop en un codigo JavaScript para localizar el item especifico que quisieras encontrar.</p>
diff --git a/files/es/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html b/files/es/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html
index b8bc2e4cf9..04064e3d5c 100644
--- a/files/es/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html
+++ b/files/es/web/api/document_object_model/traversing_an_html_table_with_javascript_and_dom_interfaces/index.html
@@ -1,8 +1,10 @@
---
title: Trazado de una tabla HTML mediante JavaScript y la Interface DOM
-slug: Trazado_de_una_tabla_HTML_mediante_JavaScript_y_la_Interface_DOM
+slug: >-
+ Web/API/Document_Object_Model/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces
translation_of: >-
Web/API/Document_Object_Model/Traversing_an_HTML_table_with_JavaScript_and_DOM_Interfaces
+original_slug: Trazado_de_una_tabla_HTML_mediante_JavaScript_y_la_Interface_DOM
---
<h2 id="Introduction" name="Introduction">Introducción</h2>
diff --git a/files/es/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html b/files/es/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
index 6c5f14c025..1c1eea5a0e 100644
--- a/files/es/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
+++ b/files/es/web/api/document_object_model/using_the_w3c_dom_level_1_core/index.html
@@ -1,12 +1,13 @@
---
title: Using the W3C DOM Level 1 Core
-slug: Using_the_W3C_DOM_Level_1_Core
+slug: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core
tags:
- DOM
- NeedsTranslation
- NeedsUpdate
- TopicStub
translation_of: Web/API/Document_object_model/Using_the_W3C_DOM_Level_1_Core
+original_slug: Using_the_W3C_DOM_Level_1_Core
---
<p>The W3C's DOM Level 1 Core is a powerful object model for changing the content tree of documents. It is supported in all major browsers including Mozilla Firefox and Microsoft Internet Explorer. It is a powerful base for scripting on the web.</p>
diff --git a/files/es/web/api/document_object_model/whitespace/index.html b/files/es/web/api/document_object_model/whitespace/index.html
index a943896180..866185204c 100644
--- a/files/es/web/api/document_object_model/whitespace/index.html
+++ b/files/es/web/api/document_object_model/whitespace/index.html
@@ -1,6 +1,6 @@
---
-title: 'Cómo manejan el espacio en blanco HTML, CSS y el DOM'
-slug: Referencia_DOM_de_Gecko/Cómo_espacioenblanco
+title: Cómo manejan el espacio en blanco HTML, CSS y el DOM
+slug: Web/API/Document_Object_Model/Whitespace
tags:
- CSS
- DOM
@@ -9,6 +9,7 @@ tags:
- espacioenblanco
- whitespace
translation_of: Web/API/Document_Object_Model/Whitespace
+original_slug: Referencia_DOM_de_Gecko/Cómo_espacioenblanco
---
<div>{{APIRef("DOM")}}</div>