From 6e9fe98036090a37cc6247b873845505e5b512fb Mon Sep 17 00:00:00 2001 From: Tanner Dolby Date: Tue, 22 Feb 2022 01:49:36 -0800 Subject: Removes empty
or

elements from pages (#3093) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Removes all empty paragraph elements * Removes all empty div elements * Preserve empty div in code snippet * Preserve empty elements inside code snippets * Remove fr files which were converted into markdown * Web/CSS/transform-function/scaleX()/index.html The file is already renamed to index.md。 * remove not needed file * Resolve remaining conflict Co-authored-by: julieng Co-authored-by: Masahiro FUJIMOTO --- files/es/web/api/document/createdocumentfragment/index.html | 2 +- files/es/web/api/globaleventhandlers/onclick/index.html | 2 +- files/es/web/api/htmlelement/index.html | 2 +- files/es/web/api/index.html | 2 +- files/es/web/api/intersection_observer_api/index.html | 2 +- files/es/web/api/notification/index.html | 2 +- files/es/web/api/setinterval/index.html | 2 +- files/es/web/api/window/history/index.html | 2 +- files/es/web/api/window/requestanimationframe/index.html | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'files/es/web/api') diff --git a/files/es/web/api/document/createdocumentfragment/index.html b/files/es/web/api/document/createdocumentfragment/index.html index 5137778ee7..e5d22b7f34 100644 --- a/files/es/web/api/document/createdocumentfragment/index.html +++ b/files/es/web/api/document/createdocumentfragment/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Document/createDocumentFragment ---

{{ ApiRef("DOM") }}
-
+

Crea un nuevo DocumentFragment vacio, dentro del cual un nodo del DOM puede ser adicionado para construir un nuevo arbol DOM fuera de pantalla.

diff --git a/files/es/web/api/globaleventhandlers/onclick/index.html b/files/es/web/api/globaleventhandlers/onclick/index.html index 62d6c622ec..1dadddd51b 100644 --- a/files/es/web/api/globaleventhandlers/onclick/index.html +++ b/files/es/web/api/globaleventhandlers/onclick/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/GlobalEventHandlers/onclick
{{ ApiRef("HTML DOM") }}
-
+

La propiedad onclick devuelve el manejador del evento click del elemento actual.

diff --git a/files/es/web/api/htmlelement/index.html b/files/es/web/api/htmlelement/index.html index d27114fccc..c27333c878 100644 --- a/files/es/web/api/htmlelement/index.html +++ b/files/es/web/api/htmlelement/index.html @@ -9,7 +9,7 @@ translation_of: Web/API/HTMLElement
{{ APIRef("HTML DOM") }}
-
+
La interfaz HTMLElement representa cualquier elemento HTML. Algunos elementos implementan directamente esta interfaz, otros la implementan a través de una interfaz que hereda de ella.
diff --git a/files/es/web/api/index.html b/files/es/web/api/index.html index eb83cedc1b..74950fd235 100644 --- a/files/es/web/api/index.html +++ b/files/es/web/api/index.html @@ -13,7 +13,7 @@ translation_of: Web/API
{{APIListAlpha}}
-
+

Especificaciones

diff --git a/files/es/web/api/intersection_observer_api/index.html b/files/es/web/api/intersection_observer_api/index.html index 5746fdd5d6..4cf5011297 100644 --- a/files/es/web/api/intersection_observer_api/index.html +++ b/files/es/web/api/intersection_observer_api/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Intersection_Observer_API ---

{{DefaultAPISidebar("Intersection Observer API")}}

-
+

La API Observador de Intersección provee una vía asíncrona para observar cambios en la intersección de un elemento con un elemento ancestro o con el {{Glossary("viewport")}} del documento de nivel superior.

diff --git a/files/es/web/api/notification/index.html b/files/es/web/api/notification/index.html index a673bc5739..bcd7b2dd23 100644 --- a/files/es/web/api/notification/index.html +++ b/files/es/web/api/notification/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/Notification ---
{{APIRef("Web Notifications")}}
-
+

La interfaz Notification de la Notifications API se usa para configurar y mostrar notificaciones de escritorio al usuario. La apariencia y las funcionalidad especificas de esta notificacion varia a traves de las distintas plataformas, pero generalmente esta plataformas proveen un camino para proveer informacion al usuario de manera asincronica.

diff --git a/files/es/web/api/setinterval/index.html b/files/es/web/api/setinterval/index.html index 381711900a..b9ac21cacb 100644 --- a/files/es/web/api/setinterval/index.html +++ b/files/es/web/api/setinterval/index.html @@ -18,7 +18,7 @@ original_slug: Web/API/WindowOrWorkerGlobalScope/setInterval
Ejecuta una función o un fragmento de código de forma repetitiva cada vez que termina el periodo de tiempo determinado. Devuelve un ID de proceso.
-
+

Sintaxis

diff --git a/files/es/web/api/window/history/index.html b/files/es/web/api/window/history/index.html index 02fb7a8cab..9f3ac9d675 100644 --- a/files/es/web/api/window/history/index.html +++ b/files/es/web/api/window/history/index.html @@ -32,7 +32,7 @@ history.go(-1); // equivalente a history.back();

Especificaciones

-

+