From 9697aeab7d1f7b4fd249e5c4cf8dbf3c8e9e0b14 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Wed, 7 Jul 2021 12:40:08 -0400 Subject: remove wiki.developer.mozilla.org links (es) (#1443) Part of #1440 --- files/es/web/api/file/index.html | 6 +++--- files/es/web/api/htmlinputelement/index.html | 16 ++++++++-------- files/es/web/api/intersection_observer_api/index.html | 2 +- files/es/web/api/window/requestidlecallback/index.html | 2 +- .../api/xmlhttprequest/using_xmlhttprequest/index.html | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) (limited to 'files/es/web/api') diff --git a/files/es/web/api/file/index.html b/files/es/web/api/file/index.html index 006125622e..f23d046297 100644 --- a/files/es/web/api/file/index.html +++ b/files/es/web/api/file/index.html @@ -17,7 +17,7 @@ translation_of: Web/API/File

Un objeto File es una especie específica de {{DOMxRef("Blob")}}, y puede ser utilizada en cualquier contexto que un Blob puede ser usado. En particular, {{DOMxRef("FileReader")}}, {{DOMxRef("URL.createObjectURL()")}}, {{DOMxRef("ImageBitmapFactories.createImageBitmap()", "createImageBitmap()")}}, y {{DOMxRef("XMLHttpRequest", "", "send()")}} aceptan tanto Blobs y Files.

-

Ver Utilizando archivos desde aplicaciones web (Using files from web applications) para más información y ejemplos.

+

Ver Utilizando archivos desde aplicaciones web (Using files from web applications) para más información y ejemplos.

{{InheritanceDiagram}}

@@ -34,7 +34,7 @@ translation_of: Web/API/File
{{DOMxRef("File.lastModified")}}{{ReadOnlyInline}}
Retorna el último tiempo que el archivo se modifico, en milisegundos desde la época de UNIX (1 de enero de 1970 a medianoche).
{{DOMxRef("File.lastModifiedDate")}} {{Deprecated_Inline}}{{ReadOnlyInline}} {{Gecko_MinVersion_Inline("15.0")}}
-
Retorna la última fecha (en un objeto {{JSxRef("Date")}}Date) de modificación del archivo referenciada por el objeto File.
+
Retorna la última fecha (en un objeto {{JSxRef("Date")}}Date) de modificación del archivo referenciada por el objeto File.
{{DOMxRef("File.name")}}{{ReadOnlyInline}}
Retorna el nombre del archivo referenciada por el objeto File.
{{DOMxRef("File.webkitRelativePath")}} {{Non-standard_Inline}}{{ReadOnlyInline}}
@@ -45,7 +45,7 @@ translation_of: Web/API/File
{{DOMxRef("File.size")}}{{ReadOnlyInline}}
Retorna el tamaño del archivo en bytes.
{{DOMxRef("File.type")}}{{ReadOnlyInline}}
-
Retorna el tipo MIME del archivo.
+
Retorna el tipo MIME del archivo.

Métodos

diff --git a/files/es/web/api/htmlinputelement/index.html b/files/es/web/api/htmlinputelement/index.html index 049ddd7942..9bc67624b3 100644 --- a/files/es/web/api/htmlinputelement/index.html +++ b/files/es/web/api/htmlinputelement/index.html @@ -373,23 +373,23 @@ translation_of: Web/API/HTMLInputElement

Eventos

-

Responde a este elemento usando addEventListener() o asignando una respuesta a la propiedad oneventname de esta interface:

+

Responde a este elemento usando addEventListener() o asignando una respuesta a la propiedad oneventname de esta interface:

-
input
+
input
Se activa cuando el value de un elemento {{HTMLElement("input")}}, {{HTMLElement("select")}}, o {{HTMLElement("textarea")}} ha sido modificado.
-

Nota: Esto es actualmente gatillado en la interface {{domxref("HTMLElement")}} y también aplica a los elementos contenteditable, pero lo hemos listado acá porque es más utilizado con los elementos de entrada de formularios.

+

Nota: Esto es actualmente gatillado en la interface {{domxref("HTMLElement")}} y también aplica a los elementos contenteditable, pero lo hemos listado acá porque es más utilizado con los elementos de entrada de formularios.

-

También disponible por la propiedad manipuladora oninput.

+

También disponible por la propiedad manipuladora oninput.

-
invalid
+
invalid
Fired when an element does not satisfy its constraints during constraint validation.
-
Also available via the oninvalid event handler property.
-
search
+
Also available via the oninvalid event handler property.
+
search
Fired when a search is initiated on an {{HTMLElement("input")}} of type="search".
-
Also available via the onsearch event handler property.
+
Also available via the onsearch event handler property.

Especificaciones

diff --git a/files/es/web/api/intersection_observer_api/index.html b/files/es/web/api/intersection_observer_api/index.html index d96bb02280..832656d56f 100644 --- a/files/es/web/api/intersection_observer_api/index.html +++ b/files/es/web/api/intersection_observer_api/index.html @@ -290,7 +290,7 @@ function intersectionCallback(entries) {
  • Starting at the target's immediate parent block and moving outward, each containing block's clipping (if any) is applied to the intersection rectangle. A block's clipping is determined based on the intersection of the two blocks and the clipping mode (if any) specified by the {{cssxref("overflow")}} property. Setting overflow to anything but visible causes clipping to occur.
  • If one of the containing elements is the root of a nested browsing context (such as the document contained in an {{HTMLElement("iframe")}}, the intersection rectangle is clipped to the containing context's viewport, and recursion upward through the containers continues with the container's containing block. So if the top level of an <iframe> is reached, the intersection rectangle is clipped to the frame's viewport, then the frame's parent element is the next block recursed through toward the intersection root.
  • When recursion upward reaches the intersection root, the resulting rectangle is mapped to the intersection root's coordinate space.
  • -
  • The resulting rectangle is then updated by intersecting it with the root intersection rectangle.
  • +
  • The resulting rectangle is then updated by intersecting it with the root intersection rectangle.
  • This rectangle is, finally, mapped to the coordinate space of the target's {{domxref("document")}}.
  • diff --git a/files/es/web/api/window/requestidlecallback/index.html b/files/es/web/api/window/requestidlecallback/index.html index ba4351f818..daa283a28e 100644 --- a/files/es/web/api/window/requestidlecallback/index.html +++ b/files/es/web/api/window/requestidlecallback/index.html @@ -38,7 +38,7 @@ translation_of: Web/API/Window/requestIdleCallback

    Ejemplos

    -

    Ver ejemplo en el artículo Planificación Cooperativa de la API de Tareas en segundo plano.

    +

    Ver ejemplo en el artículo Planificación Cooperativa de la API de Tareas en segundo plano.

    Especificaciones

    diff --git a/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.html b/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.html index c3d2b48e7f..ce08ba50be 100644 --- a/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.html +++ b/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.html @@ -5,7 +5,7 @@ translation_of: Web/API/XMLHttpRequest/Using_XMLHttpRequest ---

    {{APIRef("XMLHttpRequest")}}

    -

    En esta guía le echaremos un vistazo a cómo usar {{domxref("XMLHttpRequest")}} para enviar solicitudes HTTP con el objetivo de intercambiar datos entre el sitio web y el servidor. Se incluyen ejemplos, tanto para los casos de uso comunes de XMLHttpRequest, como para los más inusuales.

    +

    En esta guía le echaremos un vistazo a cómo usar {{domxref("XMLHttpRequest")}} para enviar solicitudes HTTP con el objetivo de intercambiar datos entre el sitio web y el servidor. Se incluyen ejemplos, tanto para los casos de uso comunes de XMLHttpRequest, como para los más inusuales.

    Para enviar una solicitud HTTP, cree un objeto XMLHttpRequest, abra una URL y envíe la solicitud. Una vez que la transacción haya sido completada, el objeto contendrá información útil tal como el cuerpo de la respuesta y el estado HTTP del resultado.

    -- cgit v1.2.3-54-g00ecf