diff options
author | Tanner Dolby <tannercdolby@gmail.com> | 2022-02-22 01:49:36 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 17:49:36 +0800 |
commit | 6e9fe98036090a37cc6247b873845505e5b512fb (patch) | |
tree | 5fc00117ddfd9f448eb9e8011b5bd7f6d8000e8d /files/es/web/api | |
parent | 70c3e11f3335e7701325f125fd712c84d6c1f9bf (diff) | |
download | translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.gz translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.tar.bz2 translated-content-6e9fe98036090a37cc6247b873845505e5b512fb.zip |
Removes empty <div> or <p> elements from pages (#3093)
* 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 <julien.gattelier@gmail.com>
Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Diffstat (limited to 'files/es/web/api')
-rw-r--r-- | files/es/web/api/document/createdocumentfragment/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/globaleventhandlers/onclick/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/htmlelement/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/intersection_observer_api/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/notification/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/setinterval/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/window/history/index.html | 2 | ||||
-rw-r--r-- | files/es/web/api/window/requestanimationframe/index.html | 2 |
9 files changed, 9 insertions, 9 deletions
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 --- <div>{{ ApiRef("DOM") }}</div> -<div></div> + <p>Crea un nuevo <code><a href="/en-US/docs/DOM/DocumentFragment" title="DOM/DocumentFragment">DocumentFragment</a></code> vacio, dentro del cual un nodo del DOM puede ser adicionado para construir un nuevo arbol DOM fuera de pantalla.</p> 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 <div>{{ ApiRef("HTML DOM") }}</div> </div> -<div></div> + <p>La propiedad <strong>onclick</strong> devuelve el manejador del evento <code>click</code> del elemento actual.</p> 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 <div>{{ APIRef("HTML DOM") }}</div> </div> -<div></div> + <div>La interfaz <strong><code>HTMLElement</code></strong> representa cualquier elemento <a href="/en-US/docs/Web/HTML" title="/en-US/docs/Web/HTML">HTML</a>. Algunos elementos implementan directamente esta interfaz, otros la implementan a través de una interfaz que hereda de ella.</div> 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 <div>{{APIListAlpha}}</div> -<div></div> + <h2 id="Especificaciones">Especificaciones</h2> 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 --- <p>{{DefaultAPISidebar("Intersection Observer API")}}</p> -<div></div> + <p class="summary"><span class="seoSummary">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.</span></p> 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 --- <div>{{APIRef("Web Notifications")}}</div> -<div></div> + <p>La interfaz <code>Notification</code> de la <a href="https://developer.mozilla.org/en-US/docs/Web/API/Notifications_API">Notifications API</a> 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.</p> 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 <div>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.</div> -<div></div> + <h2 id="Sintaxis">Sintaxis</h2> 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(); <p> </p><h2 id="Specification" name="Specification">Especificaciones</h2> -<p></p> + <ul> <li><a class="external" href="http://whatwg.org/html#the-history-interface">Historial de interface HTML5</a></li> diff --git a/files/es/web/api/window/requestanimationframe/index.html b/files/es/web/api/window/requestanimationframe/index.html index 2f3ae5342b..04c597dd6d 100644 --- a/files/es/web/api/window/requestanimationframe/index.html +++ b/files/es/web/api/window/requestanimationframe/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/window/requestAnimationFrame <div>El método <strong><code>window.requestAnimationFrame</code></strong> informa al navegador que quieres realizar una animación y solicita que el navegador programe el repintado de la ventana para el próximo ciclo de animación. El método acepta como argumento una función a la que llamar antes de efectuar el repintado.</div> -<div></div> + <div class="note"><strong>Nota:</strong> Si no quieres que tu animación se detenga, debes asegurarte de llamar a su vez a <code>requestAnimationFrame() </code>desde tu callback.</div> |