From d3201793eafe8afd84cf836d08f203d2124d6379 Mon Sep 17 00:00:00 2001 From: Andi Pieper Date: Thu, 12 Dec 2024 12:01:52 +0100 Subject: [PATCH] fix table formatting --- files/es/games/introduction/index.md | 16 +- .../index.md | 16 +- files/es/glossary/entity/index.md | 10 +- .../css/building_blocks/selectors/index.md | 26 +- .../index.md | 12 +- .../index.md | 18 +- .../es/learn/javascript/objects/json/index.md | 4 +- .../objects/object_prototypes/index.md | 4 +- .../webextensions/modify_a_web_page/index.md | 6 +- .../firefox/experimental_features/index.md | 8 +- .../es/web/api/document/scroll_event/index.md | 16 +- files/es/web/api/element/index.md | 144 +++--- .../web/api/element/mousedown_event/index.md | 42 +- .../web/api/htmlimageelement/image/index.md | 4 +- .../web/api/idbdatabase/transaction/index.md | 10 +- files/es/web/api/node/nodename/index.md | 22 +- files/es/web/api/subtlecrypto/index.md | 34 +- files/es/web/css/@media/index.md | 2 +- files/es/web/css/cursor/index.md | 4 +- files/es/web/css/display/index.md | 14 +- files/es/web/css/layout_cookbook/index.md | 20 +- files/es/web/events/index.md | 448 +++++++++--------- files/es/web/html/element/abbr/index.md | 8 +- files/es/web/html/element/address/index.md | 10 +- files/es/web/html/element/aside/index.md | 4 +- files/es/web/html/element/audio/index.md | 8 +- files/es/web/html/element/bdi/index.md | 10 +- files/es/web/html/element/br/index.md | 10 +- files/es/web/html/element/canvas/index.md | 8 +- files/es/web/html/element/data/index.md | 10 +- files/es/web/html/element/em/index.md | 12 +- files/es/web/html/element/embed/index.md | 8 +- files/es/web/html/element/figure/index.md | 10 +- files/es/web/html/element/footer/index.md | 8 +- files/es/web/html/element/form/index.md | 8 +- files/es/web/html/element/head/index.md | 10 +- files/es/web/html/element/header/index.md | 10 +- .../html/element/heading_elements/index.md | 10 +- files/es/web/html/element/hgroup/index.md | 4 +- files/es/web/html/element/html/index.md | 10 +- files/es/web/html/element/index.md | 30 +- .../es/web/html/element/input/color/index.md | 2 +- files/es/web/html/element/link/index.md | 10 +- files/es/web/html/element/nav/index.md | 12 +- files/es/web/html/element/select/index.md | 8 +- files/es/web/html/element/sub/index.md | 12 +- files/es/web/html/element/td/index.md | 10 +- files/es/web/html/element/template/index.md | 14 +- files/es/web/html/element/textarea/index.md | 10 +- files/es/web/html/element/tr/index.md | 10 +- files/es/web/html/element/video/index.md | 8 +- files/es/web/html/element/wbr/index.md | 2 +- files/es/web/http/methods/connect/index.md | 12 +- files/es/web/http/methods/post/index.md | 12 +- .../resources_and_specifications/index.md | 2 +- .../guide/regular_expressions/index.md | 12 +- .../reference/errors/bad_regexp_flag/index.md | 2 +- .../errors/deprecated_octal_literal/index.md | 2 +- .../reference/errors/not_defined/index.md | 2 +- files/es/web/mathml/attribute/index.md | 16 +- .../es/web/svg/attribute/stop-color/index.md | 10 +- files/es/web/svg/attribute/transform/index.md | 8 +- files/es/web/svg/element/glyph/index.md | 6 +- 63 files changed, 625 insertions(+), 625 deletions(-) diff --git a/files/es/games/introduction/index.md b/files/es/games/introduction/index.md index 9719b82c037640..44a6dc434ec254 100644 --- a/files/es/games/introduction/index.md +++ b/files/es/games/introduction/index.md @@ -11,15 +11,15 @@ La Web rapidamente se ha convertido en una plataforma viable no solo para crear Puedes pensar en la Web como una mejor opción de plataforma para desarrollar tu juego. Como nos gusta decir, "la Web es la plataforma". Hechemos un vistazo al nucleo de la plataforma Web: -| Funcion | Tecnología | -| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| **Audio** | [Web Audio API](/es/docs/Web/API/Web_Audio_API) | -| **Graficos** | [WebGL](/es/docs/Web/API/WebGL_API) ([OpenGL ES](https://www.khronos.org/opengles/) 2.0) | +| Funcion | Tecnología | +| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| **Audio** | [Web Audio API](/es/docs/Web/API/Web_Audio_API) | +| **Graficos** | [WebGL](/es/docs/Web/API/WebGL_API) ([OpenGL ES](https://www.khronos.org/opengles/) 2.0) | | **Entrada** | [Touch events](/es/docs/Web/API/Touch_events), [Gamepad API](/es/docs/Web/API/Gamepad_API/Using_the_Gamepad_API), device sensors, [WebRTC](/es/docs/Web/API/WebRTC_API), [Full Screen API](/es/docs/Web/API/Fullscreen_API), [Pointer Lock API](/es/docs/Web/API/Pointer_Lock_API) | -| **Lenguaje** | [JavaScript](/es/docs/Web/JavaScript) (o C/C++ usando [Emscripten](https://github.com/kripken/emscripten/wiki) para compilar a JavaScript) | -| **Redes** | [WebRTC](/es/docs/Web/API/WebRTC_API) and/or [WebSockets](/es/docs/Web/API/WebSockets_API) | -| **Almacenamiento** | [IndexedDB](/es/docs/Web/API/IndexedDB_API) o la "nube" | -| **Web** | [HTML](/es/docs/Web/HTML), [CSS](/es/docs/Web/CSS), [SVG](/es/docs/Web/SVG), [Social API](/es/docs/Social_API) (y mucho más!) | +| **Lenguaje** | [JavaScript](/es/docs/Web/JavaScript) (o C/C++ usando [Emscripten](https://github.com/kripken/emscripten/wiki) para compilar a JavaScript) | +| **Redes** | [WebRTC](/es/docs/Web/API/WebRTC_API) and/or [WebSockets](/es/docs/Web/API/WebSockets_API) | +| **Almacenamiento** | [IndexedDB](/es/docs/Web/API/IndexedDB_API) o la "nube" | +| **Web** | [HTML](/es/docs/Web/HTML), [CSS](/es/docs/Web/CSS), [SVG](/es/docs/Web/SVG), [Social API](/es/docs/Social_API) (y mucho más!) | ## El caso de Exito diff --git a/files/es/games/introduction_to_html5_game_development/index.md b/files/es/games/introduction_to_html5_game_development/index.md index 74ac3c20cb1b35..eabe740aa0c6e9 100644 --- a/files/es/games/introduction_to_html5_game_development/index.md +++ b/files/es/games/introduction_to_html5_game_development/index.md @@ -17,15 +17,15 @@ slug: Games/Introduction_to_HTML5_Game_Development ## Tecnologías Web -| Funcionalidad | Tecnología | -| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Audio | [Web Audio API](/es/docs/Web/API/Web_Audio_API) | -| Graphics | [WebGL](/es/docs/Web/API/WebGL_API) ([OpenGL ES](https://www.khronos.org/opengles/) 2.0) | +| Funcionalidad | Tecnología | +| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Audio | [Web Audio API](/es/docs/Web/API/Web_Audio_API) | +| Graphics | [WebGL](/es/docs/Web/API/WebGL_API) ([OpenGL ES](https://www.khronos.org/opengles/) 2.0) | | Input | [Touch events](/es/docs/Web/API/Touch_events), [Gamepad API](/es/docs/Web/API/Gamepad_API/Using_the_Gamepad_API), sensores del dispositivo, [WebRTC](/es/docs/Web/API/WebRTC_API), [Full Screen API](/es/docs/Web/API/Fullscreen_API), [Pointer Lock API](/es/docs/Web/API/Pointer_Lock_API) | -| Language | [JavaScript](/es/docs/Web/JavaScript) (o C/C++ usando [Emscripten](https://github.com/kripken/emscripten/wiki) para compilar a JavaScript) | -| Networking | [WebRTC](/es/docs/Web/API/WebRTC_API) y/o [WebSockets](/es/docs/Web/API/WebSockets_API) | -| Storage | [IndexedDB](/es/docs/Web/API/IndexedDB_API) o la "nube" | -| Web | [HTML](/es/docs/Web/HTML), [CSS](/es/docs/Web/CSS), [SVG](/es/docs/Web/SVG), [Social API](/es/docs/Social_API) (¡y muchos más!) | +| Language | [JavaScript](/es/docs/Web/JavaScript) (o C/C++ usando [Emscripten](https://github.com/kripken/emscripten/wiki) para compilar a JavaScript) | +| Networking | [WebRTC](/es/docs/Web/API/WebRTC_API) y/o [WebSockets](/es/docs/Web/API/WebSockets_API) | +| Storage | [IndexedDB](/es/docs/Web/API/IndexedDB_API) o la "nube" | +| Web | [HTML](/es/docs/Web/HTML), [CSS](/es/docs/Web/CSS), [SVG](/es/docs/Web/SVG), [Social API](/es/docs/Social_API) (¡y muchos más!) | - [Full Screen API](/es/docs/Web/API/Fullscreen_API) - : Juego de pantalla completa. diff --git a/files/es/glossary/entity/index.md b/files/es/glossary/entity/index.md index 0772c448a4193d..97323a0954fb26 100644 --- a/files/es/glossary/entity/index.md +++ b/files/es/glossary/entity/index.md @@ -16,11 +16,11 @@ Algunos caracteres son reservados para uso en HTML, es decir que no pueden utili Para utilizar estos caracteres como texto, deben reemplazarse por la entidad que les corresponda, a saber: -| Caracter | Entitdad | Nota | -| -------- | -------- | ------------------------------------------------------------------------------------------- | -| & | `&` | Interpretado como el comienzo de una entidad HTML. | -| < | `<` | Interpretado como la apertura de una [etiqueta](/es/docs/Glossary/Tag). | -| > | `>` | Interpretado como el cierre de una [etiqueta](/es/docs/Glossary/Tag). | +| Caracter | Entitdad | Nota | +| -------- | -------- | -------------------------------------------------------------------------------------------- | +| & | `&` | Interpretado como el comienzo de una entidad HTML. | +| < | `<` | Interpretado como la apertura de una [etiqueta](/es/docs/Glossary/Tag). | +| > | `>` | Interpretado como el cierre de una [etiqueta](/es/docs/Glossary/Tag). | | " | `"` | Interpretado como apertura o cierre del valor de un [atributo](/es/docs/Glossary/Attribute). | ## Aprende más diff --git a/files/es/learn/css/building_blocks/selectors/index.md b/files/es/learn/css/building_blocks/selectors/index.md index 2748489a937efa..9d113703c6f58f 100644 --- a/files/es/learn/css/building_blocks/selectors/index.md +++ b/files/es/learn/css/building_blocks/selectors/index.md @@ -181,16 +181,16 @@ Echa un vistazo a esta tabla de referencia de selectores que contiene enlaces di La tabla que te mostramos a continuación proporciona una descripción general de los selectores que puedes utilizar junto con enlaces a diversas páginas de esta guía que te mostrarán cómo utilizar cada tipo de selector. También hemos incluido un enlace a la página MDN de cada selector para poder comprobar la información sobre los navegadores que lo admiten. Puedes utilizarlo como referencia para volver cuando necesites buscar los selectores a medida que avanzas con la materia o mientras experimentas con CSS por tu cuenta. -| Selector | Ejemplo | Tutorial de aprendizaje de CSS | -| ----------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| [Selector de tipo](/es/docs/Web/CSS/Type_selectors) | `h1 { }` | [Los tipos de selectores](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#tipos_de_selectores) | -| [Selector universal](/es/docs/Web/CSS/Universal_selectors) | `* { }` | [El selector universal](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#el_selector_universal) | -| [Selector de clase](/es/docs/Web/CSS/Class_selectors) | `.box { }` | [Los selectores de clase](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#selectores_de_clase) | -| [Selector de ID](/es/docs/Web/CSS/ID_selectors) | `#unique { }` | [Los selectores de ID](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#selectores_de_id) | -| [Selector de atributo](/es/docs/Web/CSS/Attribute_selectors) | `a[title] { }` | [Los selectores de atributo](/es/docs/Learn/CSS/Building_blocks/Selectors/Attribute_selectors) | -| [Pseudoclase](/es/docs/Web/CSS/Pseudo-classes) | `p:first-child { }` | [Las pseudoclases](/es/docs/Learn/CSS/Building_blocks/Selectores_CSS/Pseudo-clases_y_pseudo-elementos#%C2%BFQu%C3%A9_es_una_pseudoclase) | -| [Pseudoelemento](/es/docs/Web/CSS/Pseudo-elements) | `p::first-line { }` | [Los pseudoelementos](/es/docs/Learn/CSS/Building_blocks/Selectores_CSS/Pseudo-clases_y_pseudo-elementos#%C2%BFQu%C3%A9_es_un_pseudoelemento) | -| [Operadores de combinación descendentes](/es/docs/Web/CSS/Descendant_combinator) | `article p` | [Operadores de combinación descendentes](/es/docs/Learn/CSS/Building_blocks/Selectors/Combinators#selector_de_descendientes) | -| [Operador de combinación de elementos hijo](/es/docs/Web/CSS/Child_combinator) | `article > p` | [Operadores de combinación de elementos hijo](/es/docs/Learn/CSS/Building_blocks/Selectores_CSS/Combinadores#Selector_de_combinaci%C3%B3n_de_elementos_hijo) | -| [Operador de combinación de elementos hermanos adyacentes](/es/docs/Web/CSS/Next-sibling_combinator) | `h1 + p` | [Hermanos adyacentes](/es/docs/Learn/CSS/Building_blocks/Selectors/Combinators#hermanos_adyacentes) | -| [Operador de combinación general de elementos hermanos](/es/docs/Web/CSS/Subsequent-sibling_combinator) | `h1 ~ p` | [Hermanos generales](/es/docs/Learn/CSS/Building_blocks/Selectors/Combinators#hermanos_generales) | +| Selector | Ejemplo | Tutorial de aprendizaje de CSS | +| ------------------------------------------------------------------------------------------------------- | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| [Selector de tipo](/es/docs/Web/CSS/Type_selectors) | `h1 { }` | [Los tipos de selectores](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#tipos_de_selectores) | +| [Selector universal](/es/docs/Web/CSS/Universal_selectors) | `* { }` | [El selector universal](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#el_selector_universal) | +| [Selector de clase](/es/docs/Web/CSS/Class_selectors) | `.box { }` | [Los selectores de clase](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#selectores_de_clase) | +| [Selector de ID](/es/docs/Web/CSS/ID_selectors) | `#unique { }` | [Los selectores de ID](/es/docs/Learn/CSS/Building_blocks/Selectors/Type_Class_and_ID_Selectors#selectores_de_id) | +| [Selector de atributo](/es/docs/Web/CSS/Attribute_selectors) | `a[title] { }` | [Los selectores de atributo](/es/docs/Learn/CSS/Building_blocks/Selectors/Attribute_selectors) | +| [Pseudoclase](/es/docs/Web/CSS/Pseudo-classes) | `p:first-child { }` | [Las pseudoclases](/es/docs/Learn/CSS/Building_blocks/Selectores_CSS/Pseudo-clases_y_pseudo-elementos#%C2%BFQu%C3%A9_es_una_pseudoclase) | +| [Pseudoelemento](/es/docs/Web/CSS/Pseudo-elements) | `p::first-line { }` | [Los pseudoelementos](/es/docs/Learn/CSS/Building_blocks/Selectores_CSS/Pseudo-clases_y_pseudo-elementos#%C2%BFQu%C3%A9_es_un_pseudoelemento) | +| [Operadores de combinación descendentes](/es/docs/Web/CSS/Descendant_combinator) | `article p` | [Operadores de combinación descendentes](/es/docs/Learn/CSS/Building_blocks/Selectors/Combinators#selector_de_descendientes) | +| [Operador de combinación de elementos hijo](/es/docs/Web/CSS/Child_combinator) | `article > p` | [Operadores de combinación de elementos hijo](/es/docs/Learn/CSS/Building_blocks/Selectores_CSS/Combinadores#Selector_de_combinaci%C3%B3n_de_elementos_hijo) | +| [Operador de combinación de elementos hermanos adyacentes](/es/docs/Web/CSS/Next-sibling_combinator) | `h1 + p` | [Hermanos adyacentes](/es/docs/Learn/CSS/Building_blocks/Selectors/Combinators#hermanos_adyacentes) | +| [Operador de combinación general de elementos hermanos](/es/docs/Web/CSS/Subsequent-sibling_combinator) | `h1 ~ p` | [Hermanos generales](/es/docs/Learn/CSS/Building_blocks/Selectors/Combinators#hermanos_generales) | diff --git a/files/es/learn/css/building_blocks/selectors/pseudo-classes_and_pseudo-elements/index.md b/files/es/learn/css/building_blocks/selectors/pseudo-classes_and_pseudo-elements/index.md index 48f81eae88af29..375bec4797ea61 100644 --- a/files/es/learn/css/building_blocks/selectors/pseudo-classes_and_pseudo-elements/index.md +++ b/files/es/learn/css/building_blocks/selectors/pseudo-classes_and_pseudo-elements/index.md @@ -138,7 +138,7 @@ Hay un gran número de pseudoclases y pseudoelementos, así que resulta útil te | ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | {{ Cssxref(":active") }} | Selecciona un elemento cuando el usuario lo activa (por ejemplo, con un clic). | | {{ Cssxref(":any-link") }} | Selecciona los estados `:link` y `:visited` de un enlace. | -| {{ Cssxref(":blank") }} | Selecciona un [elemento ``](/es/docs/Web/HTML/Element/input) cuyo valor de entrada está vacío. | +| {{ Cssxref(":blank") }} | Selecciona un [elemento ``](/es/docs/Web/HTML/Element/input) cuyo valor de entrada está vacío. | | {{ Cssxref(":checked") }} | Selecciona un botón de opción o casilla de verificación en el estado que determines. | | {{ Cssxref(":current") }} | Selecciona el elemento que se muestra en ese momento, o un ancestro de ese elemento. | | {{ Cssxref(":default") }} | Selecciona uno o más elementos de interfaz de usuario cuyo valor es el predeterminado de entre un conjunto de elementos similares. | @@ -146,7 +146,7 @@ Hay un gran número de pseudoclases y pseudoelementos, así que resulta útil te | {{ Cssxref(":disabled") }} | Selecciona elementos de la interfaz de usuario que están en estado inactivo. | | {{ Cssxref(":empty") }} | Selecciona un elemento que no tiene elementos hijo, excepto por algún espacio en blanco opcional. | | {{ Cssxref(":enabled") }} | Selecciona elementos de la interfaz de usuario que están en estado activo. | -| {{ Cssxref(":first") }} | En [Paged Media](/es/docs/Web/CSS/CSS_paged_media), selecciona la primera página. | +| {{ Cssxref(":first") }} | En [Paged Media](/es/docs/Web/CSS/CSS_paged_media), selecciona la primera página. | | {{ Cssxref(":first-child") }} | Selecciona el primero entre elementos hermanos. | | {{ Cssxref(":first-of-type") }} | Selecciona el primero entre un tipo determinado de elementos hermanos. | | {{ Cssxref(":focus") }} | Selecciona el elemento que tiene el foco. | @@ -154,13 +154,13 @@ Hay un gran número de pseudoclases y pseudoelementos, así que resulta útil te | {{ Cssxref(":focus-within") }} | Selecciona el elemento que tiene el foco y el elemento con un descendiente que tiene el foco. | | {{ Cssxref(":future") }} | Selecciona los elementos que van después del elemento en curso. | | {{ Cssxref(":hover") }} | Selecciona un elemento cuando el usuario interactúa con él. | -| {{ Cssxref(":indeterminate") }} | Selecciona elementos de interfaz de usuario cuyo valor está en un estado no determinado, por lo general se trata de [casillas de verificación](/es/docs/Web/HTML/Element/input/checkbox). | +| {{ Cssxref(":indeterminate") }} | Selecciona elementos de interfaz de usuario cuyo valor está en un estado no determinado, por lo general se trata de [casillas de verificación](/es/docs/Web/HTML/Element/input/checkbox). | | {{ Cssxref(":in-range") }} | Selecciona un elemento cuyo valor se encuentra dentro de un rango de valores determinado. | | {{ Cssxref(":invalid") }} | Selecciona un elemento, como por ejemplo un ``, cuyo estado es no válido. | -| {{ Cssxref(":lang") }} | Selecciona un elemento según el idioma (valor del atributo [lang](/es/docs/Web/HTML/Global_attributes/lang) de HTML). | +| {{ Cssxref(":lang") }} | Selecciona un elemento según el idioma (valor del atributo [lang](/es/docs/Web/HTML/Global_attributes/lang) de HTML). | | {{ Cssxref(":last-child") }} | Selecciona el último elemento de entre sus elementos hermanos. | | {{ Cssxref(":last-of-type") }} | Selecciona el último de entre los elementos hermanos de un tipo determinado. | -| {{ Cssxref(":left") }} | En [Paged Media](/es/docs/Web/CSS/CSS_paged_media) selecciona las páginas de la izquierda. | +| {{ Cssxref(":left") }} | En [Paged Media](/es/docs/Web/CSS/CSS_paged_media) selecciona las páginas de la izquierda. | | {{ Cssxref(":link")}} | Selecciona los enlaces no visitados. | | {{ Cssxref(":local-link")}} | Selecciona los enlaces que dirigen a páginas que se encuentran en la misma página web que el documento activo. | | {{ Cssxref(":is", ":is()")}} | Selecciona cualquiera de los selectores de la lista de selección que se pase como valor de este selector. | @@ -180,7 +180,7 @@ Hay un gran número de pseudoclases y pseudoelementos, así que resulta útil te | {{ Cssxref(":read-only") }} | Selecciona los elementos que el usuario no puede modificar. | | {{ Cssxref(":read-write") }} | Selecciona los elementos que el usuario puede modificar. | | {{ Cssxref(":required") }} | Selecciona los elementos de formulario que son necesarios. | -| {{ Cssxref(":right") }} | En [Paged Media](/es/docs/Web/CSS/CSS_paged_media) selecciona las páginas de la derecha. | +| {{ Cssxref(":right") }} | En [Paged Media](/es/docs/Web/CSS/CSS_paged_media) selecciona las páginas de la derecha. | | {{ Cssxref(":root") }} | Selecciona un elemento que es la raíz del documento. | | {{ Cssxref(":scope") }} | Selecciona cualquier elemento de ámbito. | | {{ Cssxref(":valid") }} | Selecciona un elemento como ``, en un estado válido. | diff --git a/files/es/learn/forms/how_to_build_custom_form_controls/index.md b/files/es/learn/forms/how_to_build_custom_form_controls/index.md index 6374425b084c31..61e2620ee5788b 100644 --- a/files/es/learn/forms/how_to_build_custom_form_controls/index.md +++ b/files/es/learn/forms/how_to_build_custom_form_controls/index.md @@ -1276,9 +1276,9 @@ window.addEventListener("load", () => { }); ``` -| Live example | -| ------------------------------------------------------------------------------------------- | -| {{EmbedLiveSample("",120,130)}} | +| Live example | +| --------------------------------------------------------------------------------------------- | +| {{EmbedLiveSample("",120,130)}} | | [Check out the source code](/es/docs/Learn/Forms/How_to_build_custom_form_controls/Example_3) | ### Handling the widget's value @@ -1635,9 +1635,9 @@ window.addEventListener("load", () => { }); ``` -| Live example | -| ------------------------------------------------------------------------------------------- | -| {{EmbedLiveSample("",120,130)}} | +| Live example | +| --------------------------------------------------------------------------------------------- | +| {{EmbedLiveSample("",120,130)}} | | [Check out the source code](/es/docs/Learn/Forms/How_to_build_custom_form_controls/Example_4) | But wait a second, are we really done? @@ -1954,9 +1954,9 @@ window.addEventListener("load", () => { }); ``` -| Live example | -| ------------------------------------------------------------------------------------------------- | -| {{EmbedLiveSample("",120,130)}} | +| Live example | +| --------------------------------------------------------------------------------------------------- | +| {{EmbedLiveSample("",120,130)}} | | [Check out the final source code](/es/docs/Learn/Forms/How_to_build_custom_form_controls/Example_5) | ## Conclusion diff --git a/files/es/learn/javascript/objects/json/index.md b/files/es/learn/javascript/objects/json/index.md index d0b6229dc29f57..d543f2674751cf 100644 --- a/files/es/learn/javascript/objects/json/index.md +++ b/files/es/learn/javascript/objects/json/index.md @@ -8,8 +8,8 @@ slug: Learn/JavaScript/Objects/JSON JavaScript Object Notation (JSON) es un formato basado en texto estándar para representar datos estructurados en la sintaxis de objetos de JavaScript. Es comúnmente utilizado para transmitir datos en aplicaciones web (por ejemplo: enviar algunos datos desde el servidor al cliente, así estos datos pueden ser mostrados en páginas web, o vice versa). Se enfrentará a menudo con él, así que este artículo le entrega todo lo que necesita saber para trabajar con JSON utilizando JavaScript, incluyendo el análisis JSON para acceder a los datos en su interior, y cómo crear JSON. | Prerrequisitos: | Alfabetismo computacional básico, una comprensión básica de HTML y CSS, familiaridad con los temas básicos de JavaScript (vea [First steps](/es/docs/Learn/JavaScript/First_steps) y [Building blocks](/es/docs/Learn/JavaScript/Building_blocks)) y OOJS básico (vea [Introduction to objects](/es/docs/Learn/JavaScript/Objects/Basics)). | -| --------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Objetivo: | Entender cómo trabajar con datos almacenados en JSON, y crear objetos JSON propios. | +| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Objetivo: | Entender cómo trabajar con datos almacenados en JSON, y crear objetos JSON propios. | ## ¿Qué es realmente JSON? diff --git a/files/es/learn/javascript/objects/object_prototypes/index.md b/files/es/learn/javascript/objects/object_prototypes/index.md index a7c9754b5dafbb..1fa164f1e3b4ab 100644 --- a/files/es/learn/javascript/objects/object_prototypes/index.md +++ b/files/es/learn/javascript/objects/object_prototypes/index.md @@ -8,8 +8,8 @@ slug: Learn/JavaScript/Objects/Object_prototypes Los prototipos son un mecanismo mediante el cual los objetos en JavaScript heredan características entre sí. En este artículo, explicaremos como funcionan los prototipos y también cómo se pueden usar las propiedades de estos para añadir métodos a los contructores existentes. | Prerrequisitios: | Conocer las funciones en Javascript, conocimientos básicos de Javascript (ver [Primeros Pasos](/es/docs/Learn/JavaScript/First_steps) y [Building blocks](/es/docs/Learn/JavaScript/Building_blocks)) y Javascript orientado a Objetos (ver [Introducción a Objetos](/es/docs/Learn/JavaScript/Objects/Basics)). | -| ---------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | -| Objetivo: | Comprender los prototipos de objectos de Javascript, cómo funciona la cadena de prototype, y cómo añadir nuevos métodos a la propiedad prototype. | +| ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Objetivo: | Comprender los prototipos de objectos de Javascript, cómo funciona la cadena de prototype, y cómo añadir nuevos métodos a la propiedad prototype. | ## ¿Un lenguaje basado en prototipos? diff --git a/files/es/mozilla/add-ons/webextensions/modify_a_web_page/index.md b/files/es/mozilla/add-ons/webextensions/modify_a_web_page/index.md index f2fc0744219a11..d20703a9e75661 100644 --- a/files/es/mozilla/add-ons/webextensions/modify_a_web_page/index.md +++ b/files/es/mozilla/add-ons/webextensions/modify_a_web_page/index.md @@ -124,10 +124,10 @@ Ahora [recarga la extensión](/es/docs/Mozilla/Add-ons/WebExtensions/Temporary_I Scripts de contenido y scripts de fondo no pueden acceder directamente al estado del otro. Sin embargo, pueden comunicarse mediante el uso de mensajes. Una terminal configura un escuchador de mensajes y la otra terminal puede mandarle un mensaje. La siguente tabla resume las APIs involucradas en cada parte: -| | En el script de contenido | En el script de fondo | -| ------------------ | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------ | +| | En el script de contenido | En el script de fondo | +| ------------------ | ------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------- | | Mandar un mensaje | [`browser.runtime.sendMessage()`]() | [`browser.tabs.sendMessage()`](/es/docs/Mozilla/Add-ons/WebExtensions/API/Tabs/sendMessage) | -| Recibir un mensaje | [`browser.runtime.onMessage`](/es/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage) | [`browser.runtime.onMessage`](/es/docs/Mozilla/Add-ons/WebExtensions/API/runtime#onmessage) | +| Recibir un mensaje | [`browser.runtime.onMessage`](/es/docs/Mozilla/Add-ons/WebExtensions/API/runtime/onMessage) | [`browser.runtime.onMessage`](/es/docs/Mozilla/Add-ons/WebExtensions/API/runtime#onmessage) | Actualicemos nuestro ejemplo para ilustrar como mandar un mensaje desde una script de fondo. diff --git a/files/es/mozilla/firefox/experimental_features/index.md b/files/es/mozilla/firefox/experimental_features/index.md index 2dd23a00c9ee86..ceb8dc2a3e60ce 100644 --- a/files/es/mozilla/firefox/experimental_features/index.md +++ b/files/es/mozilla/firefox/experimental_features/index.md @@ -21,7 +21,7 @@ Para probar esas características experimentales, necesitas descargar [Firefox N | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------- | ------------------------------------------------ | --------------------------------------------------------------------- | --------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **Subgrids** | Desactivado(reconocido pero aún no implementado) | Desactivado(reconocido pero aún no implementado) | Desactivado(reconocido pero aún no implementado) | Desactivado(reconocido pero aún no implementado) | `layout.css.grid-template-subgrid-value.enabled` | | **Display stray control characters in CSS as hex boxes** This feature renders control characters (Unicode category Cc) other than _tab_ (`U+0009`), _line feed_ (`U+000A`), _form feed_ (`U+000C`), and _carriage return_ (`U+000D`) as a hexbox when they are not expected. | 43 | 43 | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1329613) | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1329613) | `layout.css.control-characters.enabled` or `layout.css.control-characters.visible` | -| **Positioned CSS Masks** A subset of CSS Masks that includes [longhand properties of CSS Masks](/es/docs/Web/CSS/CSS_masking), as well as a change in the shorthand property | 51 | 51 | 53 | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1251161) | Controlled by a compile flag (MOZ_ENABLE_MASK_AS_SHORTHAND). | +| **Positioned CSS Masks** A subset of CSS Masks that includes [longhand properties of CSS Masks](/es/docs/Web/CSS/CSS_masking), as well as a change in the shorthand property | 51 | 51 | 53 | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1251161) | Controlled by a compile flag (MOZ_ENABLE_MASK_AS_SHORTHAND). | | **The** **`font-variation-settings` property** The {{cssxref("font-variation-settings")}} provides low-level control over OpenType or TrueType font typographic features, by specifying the four letter axis names of the features you want to vary, along with their variation values. | No habilitado (disponible desde la versión 53) | No habilitado (disponible desde la versión 53) | No habilitado (disponible desde la versión 53) | No habilitado (disponible desde la versión 53) | `layout.css.font-variations.enabled` Functions only in Mac OS Sierra (and later). For the downloadable fonts on axis-praxis, you also need `gfx.downloadable_fonts.keep_variation_tables` (in Firefox 54 and later) | | **The `touch-action` CSS property** The {{cssxref("touch-action")}} CSS property is part of the [Pointer Events](https://www.w3.org/TR/pointerevents1/) specification and allows you to specify how and in what way the user is able to manipulate an object by touch. | 50 | — | — | — | `layout.css.touch_action.enabled` | | **The `shape-outside` CSS property** The {{cssxref("shape-outside")}} CSS property is part of the [CSS Shapes Module Level 1](https://drafts.csswg.org/css-shapes/) specification and allows you to specify a float area causing inline contents to wrap around a shape.Firefox currently implements the `` values ([Error 1309467 en Firefox](https://bugzil.la/1309467)) as well as the `circle()` ([Error 1311244 en Firefox](https://bugzil.la/1311244)), `ellipse()` ([Error 1326406 en Firefox](https://bugzil.la/1326406)), and `polygon()` ([Error 1326409 en Firefox](https://bugzil.la/1326409)) functions. {{cssxref("shape-outside")}} is animatable desde la versión Firefox 57 ([Error 1289049 en Firefox](https://bugzil.la/1289049)). | No habilitado (disponible desde la versión 53) | — | — | — | `layout.css.shape-outside.enabled` | @@ -53,8 +53,8 @@ See also [ECMAScript Next support](/es/docs/Web/JavaScript/New_in_JavaScript/ECM | **OffscreenCanvas** The {{domxref("OffscreenCanvas")}} interface provides a canvas that can be rendered off screen. It is available in both the window and [worker](/es/docs/Web/API/Web_Workers_API) contexts. | No habilitado (disponible desde la versión 44) | No habilitado (disponible desde la versión 44) | No habilitado (disponible desde la versión 44) | No habilitado (disponible desde la versión 44) | `gfx.offscreencanvas.enabled` | | **[Hit regions](/es/docs/Web/API/Canvas_API/Tutorial/Hit_regions_and_accessibility)** Whether the mouse coordinates are within a particular area on the canvas is a common problem to solve. The hit region API allows you define an area of your canvas and provides another possibility to expose interactive content on a canvas to accessibility tools. | No habilitado (disponible desde la versión 30) | No habilitado (disponible desde la versión 30) | No habilitado (disponible desde la versión 30) | No habilitado (disponible desde la versión 30) | `canvas.hitregions.enabled` | | **[Streams API](/es/docs/Web/API/Streams_API)** Allows JavaScript to programmatically access streams of data received over the network and process them as desired by the developer. | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | `dom.streams.enabled` and `javascript.options.streams` | -| **[Custom elements](/es/docs/Web/API/Web_components/Using_custom_elements)** Allows the definition and registering of custom elements that can then be used in the document. | Habilitado (desde la versión 59) | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | `dom.webcomponents.enabled` and `dom.webcomponents.customelements.enabled` | -| **[Shadow DOM](/es/docs/Web/API/Web_components/Using_shadow_DOM)** Allows a shadow DOM to be attached to any element, inside which markup, style, and scripting can be safely encapsulated. | No habilitado (disponible desde la versión 58) | No habilitado (disponible desde la versión 58) | No habilitado (disponible desde la versión 58) | No habilitado (disponible desde la versión 58) | `dom.webcomponents.enabled` and `dom.webcomponents.shadowdom.enabled` | +| **[Custom elements](/es/docs/Web/API/Web_components/Using_custom_elements)** Allows the definition and registering of custom elements that can then be used in the document. | Habilitado (desde la versión 59) | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | No habilitado (disponible desde la versión 57) | `dom.webcomponents.enabled` and `dom.webcomponents.customelements.enabled` | +| **[Shadow DOM](/es/docs/Web/API/Web_components/Using_shadow_DOM)** Allows a shadow DOM to be attached to any element, inside which markup, style, and scripting can be safely encapsulated. | No habilitado (disponible desde la versión 58) | No habilitado (disponible desde la versión 58) | No habilitado (disponible desde la versión 58) | No habilitado (disponible desde la versión 58) | `dom.webcomponents.enabled` and `dom.webcomponents.shadowdom.enabled` | ### DOM @@ -65,7 +65,7 @@ See also [ECMAScript Next support](/es/docs/Web/JavaScript/New_in_JavaScript/ECM | **`GeometryUtils.getBoxQuads()`** ([Error 917755 en Firefox](https://bugzil.la/917755)) | 31 | 31 | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1107559) | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1107559) | `layout.css.getBoxQuads.enabled` | | **`GeometryUtils.convertPointFromNode()`**, **`GeometryUtils.RectFromNode()`**, y **`GeometryUtils.convertQuadFromNode()`** ([Error 918189 en Firefox](https://bugzil.la/918189)) | 31 | 31 | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1107559) | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1107559) | `layout.css.convertFromNode.enabled` | | **`Node.rootNode`** The {{domxref("Node.rootNode")}} property returns a {{domxref("Node")}} object representing the topmost node in the tree, or the current node if it's the topmost node in the tree. _This feature is kept experimental as its naming poses Web compatibility problems. It will be renamed in the future._ | 48 | 48 | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1269155) | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1269155) | `dom.node.rootNode.enabled` | -| **WebVTT Regions API** [WebVTT](/es/docs/Web/API/WebVTT_API) regions are parts of the video viewport that provide a rendering area for WebVTT cues. The {{domxref("VTTRegion")}} is the interface exposing the WebVTT cues. _This interface is considered to be in flux and isn't therefore activated in any version by default._ | No habilitado (Experimental implementation desde la versión version 30) | No habilitado | No habilitado | No habilitado | `media.webvtt.regions.enabled` | +| **WebVTT Regions API** [WebVTT](/es/docs/Web/API/WebVTT_API) regions are parts of the video viewport that provide a rendering area for WebVTT cues. The {{domxref("VTTRegion")}} is the interface exposing the WebVTT cues. _This interface is considered to be in flux and isn't therefore activated in any version by default._ | No habilitado (Experimental implementation desde la versión version 30) | No habilitado | No habilitado | No habilitado | `media.webvtt.regions.enabled` | | **Support for audio and video tracks** Implementa {{domxref("HTMLMediaElement.audioTracks")}} y {{domxref("HTMLMediaElement.videoTracks")}}. _Firefox no soporta pistas de audio o vídeo múltiples, evitando que los usos más comunes de estas propiedades funcionen correctamente. Es por ello que estas propiedades no están activadas por defecto en ninguna versión._ | No habilitado (Implementación experimental desde la versión 33) | No habilitado | No habilitado | No habilitado | `media.track.enabled` | | **Better value for `Event.timestamp`** The property {{domxref("Event.timestamp")}} is returning a {{domxref("DOMHighResTimeStamp")}}, which is now relative to the Unix epoch. | 32 (Windows) 43 (Linux) | 32 (Windows) 43 (Linux) | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1026804) | [No habilitado](https://bugzilla.mozilla.org/show_bug.cgi?id=1026804) | `media.track.enabled` | | **Pointer Events** | 59 | 59 (todavía no habilitado en Firefox para Android) | 59 (todavía no habilitado en Firefox para Android) | 59 (todavía no habilitado en Firefox para Android) | `dom.w3c_pointer_events.enabled` | diff --git a/files/es/web/api/document/scroll_event/index.md b/files/es/web/api/document/scroll_event/index.md index 5e279549d6b306..2421de646553c4 100644 --- a/files/es/web/api/document/scroll_event/index.md +++ b/files/es/web/api/document/scroll_event/index.md @@ -22,14 +22,14 @@ El evento **`scroll`** se produce cuando la vista del documento o un elemento es ## Propiedades -| Property | Type | Description | -| ------------------------------- | --------------------------------------------- | ------------------------------------------------------------------------------------------ | -| `target` {{readonlyInline}} | [`EventTarget`](/es/docs/Web/API/EventTarget) | El objetivo de evento (el objetivo superior en el árbol DOM). | -| `type` {{readonlyInline}} | [`DOMString`](/es/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String) | El tipo de evento. | -| `bubbles` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Si el evento burbujea o no. | -| `cancelable` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Si el evento puede ser cancelado o no. | -| `view` {{readonlyInline}} | [`WindowProxy`](/es/docs/Web/API/WindowProxy) | [`document.defaultView`](/es/docs/Web/API/Document/defaultView) (`window` de el documento) | -| `detail` {{readonlyInline}} | `long` (`float`) | 0. | +| Property | Type | Description | +| ------------------------------- | ---------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------ | +| `target` {{readonlyInline}} | [`EventTarget`](/es/docs/Web/API/EventTarget) | El objetivo de evento (el objetivo superior en el árbol DOM). | +| `type` {{readonlyInline}} | [`DOMString`](/es/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String) | El tipo de evento. | +| `bubbles` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Si el evento burbujea o no. | +| `cancelable` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Si el evento puede ser cancelado o no. | +| `view` {{readonlyInline}} | [`WindowProxy`](/es/docs/Web/API/WindowProxy) | [`document.defaultView`](/es/docs/Web/API/Document/defaultView) (`window` de el documento) | +| `detail` {{readonlyInline}} | `long` (`float`) | 0. | ## Ejemplo diff --git a/files/es/web/api/element/index.md b/files/es/web/api/element/index.md index 2c254c6db3694c..0ac5eba2a20709 100644 --- a/files/es/web/api/element/index.md +++ b/files/es/web/api/element/index.md @@ -19,81 +19,81 @@ Mientras que estas interfaces son generalmente compartidas por la mayoría de lo ## Propiedades -| Nombre | Descripción | Tipo | Disponibilidad | -| ---------------------------------------------------- | ---------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ------------------------------------- | -| [`attributes`](/es/docs/DOM/element.attributes) | Todos los atributos asociados a un elemento. | [`NamedNodeMap`](/es/docs/DOM/NamedNodeMap) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`childNodes`](/es/docs/DOM/element.childNodes) | Todos los nodos hijos de un elemento. | [`Listado de nudo`](/es/docs/DOM/NodeList) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`className`](/es/docs/DOM/element.className) | La clase del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | -| [`clientHeight`](/es/docs/DOM/element.clientHeight) | El alto interior del elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`clientWidth`](/es/docs/DOM/element.clientWidth) | El ancho interior del elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`dir`](/es/docs/DOM/element.dir) | La direccionalidad del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | -| [`firstChild`](/es/docs/DOM/element.firstChild) | El primer hijo directo del elemento, `null` si no hay. | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`id`](/es/docs/DOM/element.id) | La identificación del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | -| [`innerHTML`](/es/docs/Web/API/Element/innerHTML) | El contenido y el código que hay dentro del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML) | -| [`lang`](/es/docs/DOM/element.lang) | El lenguaje de los atributos, texto y contenidos del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML) | -| [`lastChild`](/es/docs/DOM/element.lastChild) | El último hijo directo del elemento, `null` si no hay. | [`Node`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`localName`](/es/docs/DOM/element.localName) | La parte local del nombre cualificado del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| Nombre | Descripción | Tipo | Disponibilidad | -| [`name`](/es/docs/DOM/element.name) | El nombre del elemento. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML) | -| [`namespaceURI`](/es/docs/DOM/element.namespaceURI) | El URI del espacio de nombre de ese nodo, `null` si no está especificado. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`nextSibling`](/es/docs/DOM/element.nextSibling) | El nodo inmediatamente posterior al primero dado en el árbol, `null` si no hay. | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`nodeName`](/es/docs/Web/API/Node/nodeName) | El nombre del nodo de ese elemento. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`nodeType`](/es/docs/DOM/element.nodeType) | Un número que representa el tipo del nodo. Lo mismo que `1` para los elementos DOM. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`nodeValue`](/es/docs/DOM/element.nodeValue) | El valor del nodo. Lo mismo que `null` para los elementos DOM. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`offsetHeight`](/es/docs/DOM/element.offsetHeight) | El alto de un elemento, tal cual está escrito en la composición. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`offsetLeft`](/es/docs/DOM/element.offsetLeft) | La distancia que hay desde el borde izquierdo del elemento al de su `offsetParent`. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`offsetParent`](/es/docs/DOM/element.offsetParent) | El elemento del cual todos los cálculos de distancia son actualmente computados. | [`Elemento`](/es/docs/Web/API/Element) | para [HTML](/es/docs/Web/HTML) | -| [`offsetTop`](/es/docs/DOM/element.offsetTop) | La distancia desde el borde superior del elemento hasta el de su `offsetParent`. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`offsetWidth`](/es/docs/DOM/element.offsetWidth) | El ancho de un elemento, tal cual está escrito en la composición. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`ownerDocument`](/es/docs/DOM/element.ownerDocument) | El documento en el cual está ese nodo, `null` si no hay. | [`Documento`](/es/docs/Web/API/Document) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| Nombre | Descripción | Tipo | Disponibilidad | -| [`parentNode`](/es/docs/DOM/element.parentNode) | El elemento original(padre) de ese nodo, `null` si no hay dentro del [documento de DOM](/es/docs/Web/API/Document). | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`prefix`](/es/docs/DOM/element.prefix) | El prefijo del espacio de nombre del nodo, `null` si no está especificado. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`previousSibling`](/es/docs/DOM/element.previousSibling) | El nodo inmediatamente anterior al primero dado en el árbol , `null` si no hay. | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`scrollHeight`](/es/docs/DOM/element.scrollHeight) | Muestra la altura de deslizamiento del elemento. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`scrollLeft`](/es/docs/DOM/element.scrollLeft) | Obtiene/establece el offset de scroll izquierdo de un elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`scrollTop`](/es/docs/DOM/element.scrollTop) | Obtiene/establece el offset de scroll superior de un elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`scrollWidth`](/es/docs/DOM/element.scrollWidth) | Muestra el ancho de deslizamiento de un elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`style`](/Es/docs/DOM/Element.style) | Un objeto representando las declaraciones de los atributos de estilo del elemento. | [`Estilo CSS`](/es/docs/DOM/CSSStyleDeclaration) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | -| [`tabIndex`](/es/docs/DOM/element.tabIndex) | Obtiene/establece la posición del elemento en el órden de tabulación. | [`Número`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | -| [`tagName`](/es/docs/Web/API/Element/tagName) | El nombre de la etiqueta para el elemento dado. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | -| [`textContent`](/es/docs/DOM/element.textContent) | Obtiene/establece los contenidos textuales de un elemento y todos sus descendentes. | [`Secuencia`](/en-US/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| Nombre | Descripción | Tipo | Disponibilidad | +| --------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------- | +| [`attributes`](/es/docs/DOM/element.attributes) | Todos los atributos asociados a un elemento. | [`NamedNodeMap`](/es/docs/DOM/NamedNodeMap) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`childNodes`](/es/docs/DOM/element.childNodes) | Todos los nodos hijos de un elemento. | [`Listado de nudo`](/es/docs/DOM/NodeList) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`className`](/es/docs/DOM/element.className) | La clase del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | +| [`clientHeight`](/es/docs/DOM/element.clientHeight) | El alto interior del elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`clientWidth`](/es/docs/DOM/element.clientWidth) | El ancho interior del elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`dir`](/es/docs/DOM/element.dir) | La direccionalidad del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | +| [`firstChild`](/es/docs/DOM/element.firstChild) | El primer hijo directo del elemento, `null` si no hay. | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`id`](/es/docs/DOM/element.id) | La identificación del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | +| [`innerHTML`](/es/docs/Web/API/Element/innerHTML) | El contenido y el código que hay dentro del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML) | +| [`lang`](/es/docs/DOM/element.lang) | El lenguaje de los atributos, texto y contenidos del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML) | +| [`lastChild`](/es/docs/DOM/element.lastChild) | El último hijo directo del elemento, `null` si no hay. | [`Node`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`localName`](/es/docs/DOM/element.localName) | La parte local del nombre cualificado del elemento. | [`Secuencia`](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| Nombre | Descripción | Tipo | Disponibilidad | +| [`name`](/es/docs/DOM/element.name) | El nombre del elemento. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [HTML](/es/docs/Web/HTML) | +| [`namespaceURI`](/es/docs/DOM/element.namespaceURI) | El URI del espacio de nombre de ese nodo, `null` si no está especificado. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`nextSibling`](/es/docs/DOM/element.nextSibling) | El nodo inmediatamente posterior al primero dado en el árbol, `null` si no hay. | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`nodeName`](/es/docs/Web/API/Node/nodeName) | El nombre del nodo de ese elemento. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`nodeType`](/es/docs/DOM/element.nodeType) | Un número que representa el tipo del nodo. Lo mismo que `1` para los elementos DOM. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`nodeValue`](/es/docs/DOM/element.nodeValue) | El valor del nodo. Lo mismo que `null` para los elementos DOM. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`offsetHeight`](/es/docs/DOM/element.offsetHeight) | El alto de un elemento, tal cual está escrito en la composición. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`offsetLeft`](/es/docs/DOM/element.offsetLeft) | La distancia que hay desde el borde izquierdo del elemento al de su `offsetParent`. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`offsetParent`](/es/docs/DOM/element.offsetParent) | El elemento del cual todos los cálculos de distancia son actualmente computados. | [`Elemento`](/es/docs/Web/API/Element) | para [HTML](/es/docs/Web/HTML) | +| [`offsetTop`](/es/docs/DOM/element.offsetTop) | La distancia desde el borde superior del elemento hasta el de su `offsetParent`. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`offsetWidth`](/es/docs/DOM/element.offsetWidth) | El ancho de un elemento, tal cual está escrito en la composición. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`ownerDocument`](/es/docs/DOM/element.ownerDocument) | El documento en el cual está ese nodo, `null` si no hay. | [`Documento`](/es/docs/Web/API/Document) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| Nombre | Descripción | Tipo | Disponibilidad | +| [`parentNode`](/es/docs/DOM/element.parentNode) | El elemento original(padre) de ese nodo, `null` si no hay dentro del [documento de DOM](/es/docs/Web/API/Document). | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`prefix`](/es/docs/DOM/element.prefix) | El prefijo del espacio de nombre del nodo, `null` si no está especificado. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`previousSibling`](/es/docs/DOM/element.previousSibling) | El nodo inmediatamente anterior al primero dado en el árbol , `null` si no hay. | [`Nudo`](/es/docs/Web/API/Node) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`scrollHeight`](/es/docs/DOM/element.scrollHeight) | Muestra la altura de deslizamiento del elemento. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`scrollLeft`](/es/docs/DOM/element.scrollLeft) | Obtiene/establece el offset de scroll izquierdo de un elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`scrollTop`](/es/docs/DOM/element.scrollTop) | Obtiene/establece el offset de scroll superior de un elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`scrollWidth`](/es/docs/DOM/element.scrollWidth) | Muestra el ancho de deslizamiento de un elemento. | [`Número`](/es/Core_JavaScript_1.5_Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`style`](/es/docs/DOM/Element.style) | Un objeto representando las declaraciones de los atributos de estilo del elemento. | [`Estilo CSS`](/es/docs/DOM/CSSStyleDeclaration) | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | +| [`tabIndex`](/es/docs/DOM/element.tabIndex) | Obtiene/establece la posición del elemento en el órden de tabulación. | [`Número`](/es/docs/Web/JavaScript/Reference/Global_Objects/Number) | para [HTML](/es/docs/Web/HTML) | +| [`tagName`](/es/docs/Web/API/Element/tagName) | El nombre de la etiqueta para el elemento dado. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | +| [`textContent`](/es/docs/DOM/element.textContent) | Obtiene/establece los contenidos textuales de un elemento y todos sus descendentes. | [`Secuencia`](/es/docs/Web/JavaScript/Reference/Global_Objects/String) | para [todos](/es/docs/Web/API/Document_Object_Model) | ## Métodos -| Nombre y Descripción | Devuelve | Disponible | -| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------- | -| [`addEventListener`](/es/docs/Web/API/EventTarget/addEventListener) ( [type](/es/docs/Web/JavaScript/Reference/Global_Objects/String), [handler](/es/docs/JavaScript/Reference/Global_Objects/Function), [bubble](/es/docs/JavaScript/Reference/Global_Objects/Boolean))
Registra un controlador de evento para un tipo de evento específico en un elemento. | - | [Todos](/es/docs/Web/API/Event) | -| [`appendChild`](/es/docs/Web/API/Node/appendChild)( [appendedNode](/es/docs/Web/API/Node) )
Inserta un nodo así como el último nodo hijo de este elemento. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`blur`](/es/docs/Web/API/HTMLElement/blur)()
Quita el foco del teclado del elemento actual. | - | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | -| [`click`](/es/docs/Web/API/HTMLElement/click)()
Simula un clic sobre el elemento actual. | - | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | -| [`cloneNode`](/es/docs/Web/API/Node/cloneNode)( [deep](/es/docs/JavaScript/Reference/Global_Objects/Boolean))
Hace copia de un nudo, y opcionalmente, de todo sus contenidos | [Node](/es/docs/Web/API/Node) | para [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`dispatchEvent`](/es/docs/Web/API/EventTarget/dispatchEvent)( [event](/es/docs/Web/API/Event) )
Envía un evento a este nodo en el DOM. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`getAttribute`](/es/docs/Web/API/Element/getAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve el valor de un atributo nombrado desde el nodo actual. | [Object](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`getAttributeNS`](/es/docs/Web/API/Element/getAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve el valor del atributo con el nombre especificado, desde el nodo actual. | [Object](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`getAttributeNode`](/es/docs/Web/API/Element/getAttributeNode)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve la representación del nodo del atributo nombrado desde el nodo actual. | [Attr](/es/docs/Web/API/Attr) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`getAttributeNodeNS`](/es/docs/Web/API/Element/getAttributeNodeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve la representación del nodo del atributo con el nombre especificado, desde el nodo actual. | [Attr](/es/docs/Web/API/Attr) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| Nombre y Descripción | Devuelve | Disponibilidad | -| [`getElementsByTagName`](/es/docs/Web/API/Element/getElementsByTagName)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve un conjunto de todos los elementos descendentes, de un nombre de etiqueta particular, desde el elemento actual. | [NodeSet](/es/docs/DOM/NodeSet) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`getElementsByTagNameNS`](/es/docs/Web/API/Element/getElementsByTagNameNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve un conjunto de todos los elementos descendentes, de un nombre de etiqueta y espacio particular, desde el elemento actual. | [NodeSet](/es/docs/DOM/NodeSet) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`hasAttribute`](/es/docs/Web/API/Element/hasAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Verifica si el elemento tiene el atributo especificado o no. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`hasAttributeNS`](/es/docs/Web/API/Element/hasAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Verifica si el elemento tiene el atributo especificado, en el nombre de espacio especificado o no. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`hasAttributes`](/es/docs/Web/API/Element/hasAttributes)()
Verifica si el elemento tiene o no algún atributo. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`hasChildNodes`](/es/docs/Web/API/Node/hasChildNodes)()
Verifica si el elemento tiene nodos hijos o no. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`insertBefore`](/es/docs/Web/API/Node/insertBefore)( [insertedNode](/es/docs/Web/API/Node), [adjacentNode](/es/docs/Web/API/Node) )
Inserta el primer nodo antes que el segundo, Nodo hijo en el DOM. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`normalize`](/es/docs/Web/API/Node/normalize)()
Limpia todos los nodos de texto debajo de este elemento (une lo adyacente, quita lo vacío). | - | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`removeAttribute`](/es/docs/Web/API/Element/removeAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Quita el atributo nombrado desde el nodo actual. | - | [All](/es/docs/Web/API/Document_Object_Model) | -| [`removeAttributeNS`](/es/docs/Web/API/Element/removeAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Quita el atributo con el nombre y nombre de espacio especificado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | -| Nombre y Descripción | Devuelve | Disponibilidad | -| [`removeAttributeNode`](/es/docs/Web/API/Element/removeAttributeNode)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Quita la representación del nodo del atributo nombrado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`removeChild`](/es/docs/Web/API/Node/removeChild)( [removedNode](/es/docs/Web/API/Node) )
Quita el nodo hijo desde el elemento actual. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`removeEventListener`](/es/docs/Web/API/Element/removeEventListener)( [type](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [handler](/es/Core_JavaScript_1.5_Reference/Global_Objects/Function) )
Quita un oyente de evento desde el elemento. | - | [Todos](/es/docs/Web/API/Event) | -| [`replaceChild`](/es/docs/Web/API/Node/replaceChild)( [insertedNode](/es/docs/Web/API/Node), [replacedNode](/es/docs/Web/API/Node) )
Reemplaza un nodo hijo en el elemento actual con otro. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`scrollIntoView`](/es/docs/Web/API/Element/scrollIntoView)( [alignWithTop](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) )
Recorre la página hasta que el elemento se obtiene en la vista. | - | [HTML](/es/docs/Web/HTML) | -| [`setAttribute`](/es/docs/Web/API/Element/setAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [value](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) )
Establece el valor de un atributo nombrado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`setAttributeNS`](/es/docs/Web/API/Element/setAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [value](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) )
Establece el valor del atributo con el nombre y nombre de espacio especificado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`setAttributeNode`](/es/docs/Web/API/Element/setAttributeNode)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [attrNode](/es/docs/Web/API/Attr) )
Establece la representación del nodo del atributo nombrado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | -| [`setAttributeNodeNS`](/es/docs/Web/API/Element/setAttributeNodeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [attrNode](/es/docs/Web/API/Attr) )
Establece la representación del nodo del atributo con el nombre y nombre de espacio especificado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| Nombre y Descripción | Devuelve | Disponible | +| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- | ---------------------------------------------------- | +| [`addEventListener`](/es/docs/Web/API/EventTarget/addEventListener) ( [type](/es/docs/Web/JavaScript/Reference/Global_Objects/String), [handler](/es/docs/JavaScript/Reference/Global_Objects/Function), [bubble](/es/docs/JavaScript/Reference/Global_Objects/Boolean))
Registra un controlador de evento para un tipo de evento específico en un elemento. | - | [Todos](/es/docs/Web/API/Event) | +| [`appendChild`](/es/docs/Web/API/Node/appendChild)( [appendedNode](/es/docs/Web/API/Node) )
Inserta un nodo así como el último nodo hijo de este elemento. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`blur`](/es/docs/Web/API/HTMLElement/blur)()
Quita el foco del teclado del elemento actual. | - | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | +| [`click`](/es/docs/Web/API/HTMLElement/click)()
Simula un clic sobre el elemento actual. | - | para [HTML](/es/docs/Web/HTML), [XUL](/es/XUL) | +| [`cloneNode`](/es/docs/Web/API/Node/cloneNode)( [deep](/es/docs/JavaScript/Reference/Global_Objects/Boolean))
Hace copia de un nudo, y opcionalmente, de todo sus contenidos | [Node](/es/docs/Web/API/Node) | para [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`dispatchEvent`](/es/docs/Web/API/EventTarget/dispatchEvent)( [event](/es/docs/Web/API/Event) )
Envía un evento a este nodo en el DOM. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`getAttribute`](/es/docs/Web/API/Element/getAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve el valor de un atributo nombrado desde el nodo actual. | [Object](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`getAttributeNS`](/es/docs/Web/API/Element/getAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve el valor del atributo con el nombre especificado, desde el nodo actual. | [Object](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`getAttributeNode`](/es/docs/Web/API/Element/getAttributeNode)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve la representación del nodo del atributo nombrado desde el nodo actual. | [Attr](/es/docs/Web/API/Attr) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`getAttributeNodeNS`](/es/docs/Web/API/Element/getAttributeNodeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve la representación del nodo del atributo con el nombre especificado, desde el nodo actual. | [Attr](/es/docs/Web/API/Attr) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| Nombre y Descripción | Devuelve | Disponibilidad | +| [`getElementsByTagName`](/es/docs/Web/API/Element/getElementsByTagName)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve un conjunto de todos los elementos descendentes, de un nombre de etiqueta particular, desde el elemento actual. | [NodeSet](/es/docs/DOM/NodeSet) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`getElementsByTagNameNS`](/es/docs/Web/API/Element/getElementsByTagNameNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Devuelve un conjunto de todos los elementos descendentes, de un nombre de etiqueta y espacio particular, desde el elemento actual. | [NodeSet](/es/docs/DOM/NodeSet) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`hasAttribute`](/es/docs/Web/API/Element/hasAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Verifica si el elemento tiene el atributo especificado o no. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`hasAttributeNS`](/es/docs/Web/API/Element/hasAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Verifica si el elemento tiene el atributo especificado, en el nombre de espacio especificado o no. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`hasAttributes`](/es/docs/Web/API/Element/hasAttributes)()
Verifica si el elemento tiene o no algún atributo. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`hasChildNodes`](/es/docs/Web/API/Node/hasChildNodes)()
Verifica si el elemento tiene nodos hijos o no. | [Boolean](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`insertBefore`](/es/docs/Web/API/Node/insertBefore)( [insertedNode](/es/docs/Web/API/Node), [adjacentNode](/es/docs/Web/API/Node) )
Inserta el primer nodo antes que el segundo, Nodo hijo en el DOM. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`normalize`](/es/docs/Web/API/Node/normalize)()
Limpia todos los nodos de texto debajo de este elemento (une lo adyacente, quita lo vacío). | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`removeAttribute`](/es/docs/Web/API/Element/removeAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Quita el atributo nombrado desde el nodo actual. | - | [All](/es/docs/Web/API/Document_Object_Model) | +| [`removeAttributeNS`](/es/docs/Web/API/Element/removeAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Quita el atributo con el nombre y nombre de espacio especificado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| Nombre y Descripción | Devuelve | Disponibilidad | +| [`removeAttributeNode`](/es/docs/Web/API/Element/removeAttributeNode)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String) )
Quita la representación del nodo del atributo nombrado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`removeChild`](/es/docs/Web/API/Node/removeChild)( [removedNode](/es/docs/Web/API/Node) )
Quita el nodo hijo desde el elemento actual. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`removeEventListener`](/es/docs/Web/API/Element/removeEventListener)( [type](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [handler](/es/Core_JavaScript_1.5_Reference/Global_Objects/Function) )
Quita un oyente de evento desde el elemento. | - | [Todos](/es/docs/Web/API/Event) | +| [`replaceChild`](/es/docs/Web/API/Node/replaceChild)( [insertedNode](/es/docs/Web/API/Node), [replacedNode](/es/docs/Web/API/Node) )
Reemplaza un nodo hijo en el elemento actual con otro. | [Node](/es/docs/Web/API/Node) | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`scrollIntoView`](/es/docs/Web/API/Element/scrollIntoView)( [alignWithTop](/es/Core_JavaScript_1.5_Reference/Global_Objects/Boolean) )
Recorre la página hasta que el elemento se obtiene en la vista. | - | [HTML](/es/docs/Web/HTML) | +| [`setAttribute`](/es/docs/Web/API/Element/setAttribute)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [value](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) )
Establece el valor de un atributo nombrado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`setAttributeNS`](/es/docs/Web/API/Element/setAttributeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [value](/es/Core_JavaScript_1.5_Reference/Global_Objects/Object) )
Establece el valor del atributo con el nombre y nombre de espacio especificado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`setAttributeNode`](/es/docs/Web/API/Element/setAttributeNode)( [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [attrNode](/es/docs/Web/API/Attr) )
Establece la representación del nodo del atributo nombrado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | +| [`setAttributeNodeNS`](/es/docs/Web/API/Element/setAttributeNodeNS)( [namespace](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [name](/es/Core_JavaScript_1.5_Reference/Global_Objects/String), [attrNode](/es/docs/Web/API/Attr) )
Establece la representación del nodo del atributo con el nombre y nombre de espacio especificado desde el nodo actual. | - | [Todos](/es/docs/Web/API/Document_Object_Model) | ## Eventos diff --git a/files/es/web/api/element/mousedown_event/index.md b/files/es/web/api/element/mousedown_event/index.md index 154b6b19d1137a..e035c05259d05a 100644 --- a/files/es/web/api/element/mousedown_event/index.md +++ b/files/es/web/api/element/mousedown_event/index.md @@ -24,27 +24,27 @@ El evento `mousedown` se activa cuando el botón de un dispositivo apuntador (us ## Properties -| Property | Type | Description | -| ---------------------------------- | --------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `target` {{readonlyInline}} | [`EventTarget`](/es/docs/Web/API/EventTarget) | The event target (the topmost target in the DOM tree). | -| `type` {{readonlyInline}} | [`DOMString`](/es/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String) | The type of event. | -| `bubbles` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Whether the event normally bubbles or not | -| `cancelable` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Whether the event is cancellable or not? | -| `view` {{readonlyInline}} | [`WindowProxy`](/es/docs/Web/API/WindowProxy) | [`document.defaultView`](/es/docs/Web/API/Document/defaultView) (`window` of the document) | -| `detail` {{readonlyInline}} | `long` (`float`) | A count of consecutive clicks that happened in a short amount of time, incremented by one. | -| `currentTarget` {{readonlyInline}} | EventTarget | The node that had the event listener attached. | -| `relatedTarget` {{readonlyInline}} | EventTarget | For `mouseover`, `mouseout`, `mouseenter` and `mouseleave` events: the target of the complementary event (the `mouseleave` target in the case of a `mouseenter` event). `null` otherwise. | -| `screenX` {{readonlyInline}} | long | The X coordinate of the mouse pointer in global (screen) coordinates. | -| `screenY` {{readonlyInline}} | long | The Y coordinate of the mouse pointer in global (screen) coordinates. | -| `clientX` {{readonlyInline}} | long | The X coordinate of the mouse pointer in local (DOM content) coordinates. | -| `clientY` {{readonlyInline}} | long | The Y coordinate of the mouse pointer in local (DOM content) coordinates. | -| `button` {{readonlyInline}} | unsigned short | The button number that was pressed when the mouse event was fired: Left button=0, middle button=1 (if present), right button=2. For mice configured for left handed use in which the button actions are reversed the values are instead read from right to left. | -| `buttons` {{readonlyInline}} | unsigned short | The buttons being pressed when the mouse event was fired: Left button=1, Right button=2, Middle (wheel) button=4, 4th button (typically, "Browser Back" button)=8, 5th button (typically, "Browser Forward" button)=16. If two or more buttons are pressed, returns the logical sum of the values. E.g., if Left button and Right button are pressed, returns 3 (=1 \| 2). [More info](/es/docs/Web/API/MouseEvent). | -| `mozPressure` {{readonlyInline}} | float | The amount of pressure applied to a touch or tabdevice when generating the event; this value ranges between 0.0 (minimum pressure) and 1.0 (maximum pressure). | -| `ctrlKey` {{readonlyInline}} | boolean | `true` if the control key was down when the event was fired. `false` otherwise. | -| `shiftKey` {{readonlyInline}} | boolean | `true` if the shift key was down when the event was fired. `false` otherwise. | -| `altKey` {{readonlyInline}} | boolean | `true` if the alt key was down when the event was fired. `false` otherwise. | -| `metaKey` {{readonlyInline}} | boolean | `true` if the meta key was down when the event was fired. `false` otherwise. | +| Property | Type | Description | +| ---------------------------------- | ---------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `target` {{readonlyInline}} | [`EventTarget`](/es/docs/Web/API/EventTarget) | The event target (the topmost target in the DOM tree). | +| `type` {{readonlyInline}} | [`DOMString`](/es/docs/conflicting/Web/JavaScript/Reference/Global_Objects/String) | The type of event. | +| `bubbles` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Whether the event normally bubbles or not | +| `cancelable` {{readonlyInline}} | [`Boolean`](/es/docs/Web/JavaScript/Reference/Global_Objects/Boolean) | Whether the event is cancellable or not? | +| `view` {{readonlyInline}} | [`WindowProxy`](/es/docs/Web/API/WindowProxy) | [`document.defaultView`](/es/docs/Web/API/Document/defaultView) (`window` of the document) | +| `detail` {{readonlyInline}} | `long` (`float`) | A count of consecutive clicks that happened in a short amount of time, incremented by one. | +| `currentTarget` {{readonlyInline}} | EventTarget | The node that had the event listener attached. | +| `relatedTarget` {{readonlyInline}} | EventTarget | For `mouseover`, `mouseout`, `mouseenter` and `mouseleave` events: the target of the complementary event (the `mouseleave` target in the case of a `mouseenter` event). `null` otherwise. | +| `screenX` {{readonlyInline}} | long | The X coordinate of the mouse pointer in global (screen) coordinates. | +| `screenY` {{readonlyInline}} | long | The Y coordinate of the mouse pointer in global (screen) coordinates. | +| `clientX` {{readonlyInline}} | long | The X coordinate of the mouse pointer in local (DOM content) coordinates. | +| `clientY` {{readonlyInline}} | long | The Y coordinate of the mouse pointer in local (DOM content) coordinates. | +| `button` {{readonlyInline}} | unsigned short | The button number that was pressed when the mouse event was fired: Left button=0, middle button=1 (if present), right button=2. For mice configured for left handed use in which the button actions are reversed the values are instead read from right to left. | +| `buttons` {{readonlyInline}} | unsigned short | The buttons being pressed when the mouse event was fired: Left button=1, Right button=2, Middle (wheel) button=4, 4th button (typically, "Browser Back" button)=8, 5th button (typically, "Browser Forward" button)=16. If two or more buttons are pressed, returns the logical sum of the values. E.g., if Left button and Right button are pressed, returns 3 (=1 \| 2). [More info](/es/docs/Web/API/MouseEvent). | +| `mozPressure` {{readonlyInline}} | float | The amount of pressure applied to a touch or tabdevice when generating the event; this value ranges between 0.0 (minimum pressure) and 1.0 (maximum pressure). | +| `ctrlKey` {{readonlyInline}} | boolean | `true` if the control key was down when the event was fired. `false` otherwise. | +| `shiftKey` {{readonlyInline}} | boolean | `true` if the shift key was down when the event was fired. `false` otherwise. | +| `altKey` {{readonlyInline}} | boolean | `true` if the alt key was down when the event was fired. `false` otherwise. | +| `metaKey` {{readonlyInline}} | boolean | `true` if the meta key was down when the event was fired. `false` otherwise. | ## Especificaciones diff --git a/files/es/web/api/htmlimageelement/image/index.md b/files/es/web/api/htmlimageelement/image/index.md index cc6c5bb537ac1e..c94c12b5cf7bdf 100644 --- a/files/es/web/api/htmlimageelement/image/index.md +++ b/files/es/web/api/htmlimageelement/image/index.md @@ -25,6 +25,6 @@ Resultado: ``` -| Specification | Status | Comment | -| -------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Specification | Status | Comment | +| --------------------------------------------------------------------------------------------------------------------------------------- | -------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | [HTML5 La definición del constructor de imagen, en esta especificación.](https://www.w3.org/TR/html5/embedded-content-0.html#dom-image) | Recommendación | Un constructor (con 2 parametros opcionales) han sido agregados. Las siguientes propiedades ahora son obsoletas: `name`, `border`, `align`, `hspace`, `vspace`, and `longdesc`. The following properties are now `unsigned long`, instead of `long`: `height`, and `width`. Las siguientes propiedadeas ahora han sido agrgados: `crossorigin`, | diff --git a/files/es/web/api/idbdatabase/transaction/index.md b/files/es/web/api/idbdatabase/transaction/index.md index 5c04d5f1378a28..b70d8a1c990d9a 100644 --- a/files/es/web/api/idbdatabase/transaction/index.md +++ b/files/es/web/api/idbdatabase/transaction/index.md @@ -23,12 +23,12 @@ Un objeto {{domxref("IDBTransaction")}}. Éste método puede invocar una excepción {{domxref("DOMException")}} de alguno de los siguientes tipos: -| Excepción | Descripción | -| -------------------------------- | ------------------------------------------------------------------------------------------------ | +| Excepción | Descripción | +| ----------------------------------- | ------------------------------------------------------------------------------------------------ | | [`InvalidStateError`](/es/docs/Web) | El método `close()` ha sido llamado previamente en esta instancia de {{domxref("IDBDatabase")}}. | -| `NotFoundError` | Un almacén de objetos especificado en el parámetro `storeNames` ha sido borrado o removido. | -| `TypeError` | El valor para el parámetro `mode` es inválido. | -| `InvalidAccessError` | La función fue llamada con una lista vacía de nombres de almacenes. | +| `NotFoundError` | Un almacén de objetos especificado en el parámetro `storeNames` ha sido borrado o removido. | +| `TypeError` | El valor para el parámetro `mode` es inválido. | +| `InvalidAccessError` | La función fue llamada con una lista vacía de nombres de almacenes. | ## Ejemplo diff --git a/files/es/web/api/node/nodename/index.md b/files/es/web/api/node/nodename/index.md index 77406da5077abf..95ada1d6cfc482 100644 --- a/files/es/web/api/node/nodename/index.md +++ b/files/es/web/api/node/nodename/index.md @@ -23,20 +23,20 @@ var str = node.nodeName; Aquí tenemos el valor devuelto por varios tipos de nodo. -| Interfaz | nodeName | -| ------------------------------------------------------ | -------------------------------------------------------------------------------- | +| Interfaz | nodeName | +| ----------------------------------------------------------- | ------------------------------------------------------------------------------------- | | [Attr](/es/docs/DOM/Attr) | igual que [`Attr.name`](/es/docs/DOM/Attr.name) | -| [CDATASection](/es/docs/DOM/CDATASection) | "#cdata-section" | -| [Comment](/es/docs/DOM/Comment) | "#comment" | -| [Document](/es/docs/Web/API/Document) | "#document" | -| [DocumentFragment](/es/docs/DOM/DocumentFragment) | "#document-fragment" | +| [CDATASection](/es/docs/DOM/CDATASection) | "#cdata-section" | +| [Comment](/es/docs/DOM/Comment) | "#comment" | +| [Document](/es/docs/Web/API/Document) | "#document" | +| [DocumentFragment](/es/docs/DOM/DocumentFragment) | "#document-fragment" | | [DocumentType](/es/docs/DOM/DocumentType) | igual que [`DocumentType.name`](/es/docs/DOM/DocumentType.name) | -| [Element](/es/docs/Web/API/Element) | igual que [`Element.tagName`](/es/docs/Web/API/Element/tagName) | -| [Entity](/es/docs/DOM/Entity) | nombre de entity | -| [EntityReference](/es/docs/DOM/EntityReference) | nombre de la identidad de referencia | -| [Notation](/es/docs/DOM/Notation) | nombre de la notación | +| [Element](/es/docs/Web/API/Element) | igual que [`Element.tagName`](/es/docs/Web/API/Element/tagName) | +| [Entity](/es/docs/DOM/Entity) | nombre de entity | +| [EntityReference](/es/docs/DOM/EntityReference) | nombre de la identidad de referencia | +| [Notation](/es/docs/DOM/Notation) | nombre de la notación | | [ProcessingInstruction](/es/docs/DOM/ProcessingInstruction) | igual que [`ProcessingInstruction.target`](/es/docs/DOM/ProcessingInstruction.target) | -| Text | "#text" | +| Text | "#text" | ### Ejemplo diff --git a/files/es/web/api/subtlecrypto/index.md b/files/es/web/api/subtlecrypto/index.md index 6f80df1d243a99..f342a3ca2b7662 100644 --- a/files/es/web/api/subtlecrypto/index.md +++ b/files/es/web/api/subtlecrypto/index.md @@ -59,23 +59,23 @@ Las funciones criptográficas que proporciona la Web Crypto API pueden ser reali En el cuadro que figura a continuación se resume qué algoritmos son adecuados para cada operación criptográfica: | | [sign()](/es/docs/Web/API/SubtleCrypto/sign)[verify()](/es/docs/Web/API/SubtleCrypto/verify) | [encrypt()](/es/docs/Web/HTTP/Headers/Content-Digest)[decrypt()](/es/docs/Web/API/SubtleCrypto/decrypt) | [digest()](/es/docs/Web/API/SubtleCrypto/digest) | [deriveBits()](/es/docs/Web/API/SubtleCrypto/deriveBits)[deriveKey()](/es/docs/Web/API/SubtleCrypto/deriveKey) | [wrapKey()](/es/docs/Web/API/SubtleCrypto/wrapKey)[unwrapKey()](/es/docs/Web/API/SubtleCrypto/unwrapKey) | -| ----------------- | -------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -| RSASSA-PKCS1-v1_5 | ✓ | | | | | -| RSA-PSS | ✓ | | | | | -| ECDSA | ✓ | | | | | -| HMAC | ✓ | | | | | -| RSA-OAEP | | ✓ | | | ✓ | -| AES-CTR | | ✓ | | | ✓ | -| AES-CBC | | ✓ | | | ✓ | -| AES-GCM | | ✓ | | | ✓ | -| SHA-1 | | | ✓ | | | -| SHA-256 | | | ✓ | | | -| SHA-384 | | | ✓ | | | -| SHA-512 | | | ✓ | | | -| ECDH | | | | ✓ | | -| HKDF | | | | ✓ | | -| PBKDF2 | | | | ✓ | | -| AES-KW | | | | | ✓ | +| ----------------- | -------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------- | ------------------------------------------------ | -------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | +| RSASSA-PKCS1-v1_5 | ✓ | | | | | +| RSA-PSS | ✓ | | | | | +| ECDSA | ✓ | | | | | +| HMAC | ✓ | | | | | +| RSA-OAEP | | ✓ | | | ✓ | +| AES-CTR | | ✓ | | | ✓ | +| AES-CBC | | ✓ | | | ✓ | +| AES-GCM | | ✓ | | | ✓ | +| SHA-1 | | | ✓ | | | +| SHA-256 | | | ✓ | | | +| SHA-384 | | | ✓ | | | +| SHA-512 | | | ✓ | | | +| ECDH | | | | ✓ | | +| HKDF | | | | ✓ | | +| PBKDF2 | | | | ✓ | | +| AES-KW | | | | | ✓ | ## Propiedades diff --git a/files/es/web/css/@media/index.md b/files/es/web/css/@media/index.md index 9d209e11a62724..6525c9d066bdd7 100644 --- a/files/es/web/css/@media/index.md +++ b/files/es/web/css/@media/index.md @@ -42,7 +42,7 @@ Cada _característica de medios_ verifica una característica específica del na | [`resolution`](/es/docs/Web/CSS/@media/resolution) | Densidad de pixeles del dispositivo | | | [`scan`](/es/docs/Web/CSS/@media/scan) | Proceso de escaneo del dispositivo | | | [`grid`](/es/docs/Web/CSS/@media/grid) | ¿El dispositivo es un grid o un mapa de bits? | | -| [`update-frequency`](/es/docs/Web/CSS/@media/update) | Qué tan rápido (si lo hace) puede el dispositivo modificar la apariencia del contenido | Incluido en Media Queries Nivel 4 | +| [`update-frequency`](/es/docs/Web/CSS/@media/update) | Qué tan rápido (si lo hace) puede el dispositivo modificar la apariencia del contenido | Incluido en Media Queries Nivel 4 | | [`overflow-block`](/es/docs/Web/CSS/@media/overflow-block) | Cómo maneja el dispositivo el contenido que excede los límites del viewport a lo largo del eje de bloque | Incluido en Media Queries Nivel 4 | | [`overflow-inline`](/es/docs/Web/CSS/@media/overflow-inline) | ¿Puede desplazarse hacia el contenido que excede los límites del viewport? | Incluido en Media Queries Nivel 4 | | [`color`](/es/docs/Web/CSS/@media/color) | Componente de número de bits por color del dispositivo, o cero si el dispositivo no es a color. | | diff --git a/files/es/web/css/cursor/index.md b/files/es/web/css/cursor/index.md index 683d9b5abbc8ee..3504cff8f59d4a 100644 --- a/files/es/web/css/cursor/index.md +++ b/files/es/web/css/cursor/index.md @@ -198,8 +198,8 @@ cursor: [ [ ]?,]* ; #### Extended Gecko CSS values -| CSS name | Description | Deprecation | -| ------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------- | ----------- | +| CSS name | Description | Deprecation | +| ----------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------- | ----------- | | [`-moz-alias`](/es/docs/CSS/-moz-alias) | replaced by standard value `alias` as described in the previous table | Gecko 1.8a6 | | [`-moz-cell`](/es/docs/CSS/-moz-cell) | replaced by standard value `cell` as described in the previous table | Gecko 1.8a6 | | [`-moz-context-menu`](/es/docs/CSS/-moz-context-menu) | replaced by standard value `context-menu` as described in the previous table | Gecko 1.8a6 | diff --git a/files/es/web/css/display/index.md b/files/es/web/css/display/index.md index 30680203d4f1fc..d958a868a5fccd 100644 --- a/files/es/web/css/display/index.md +++ b/files/es/web/css/display/index.md @@ -103,15 +103,15 @@ En la actualidad, es mejor especificar `display` utilizando una sola palabra cla - : Estas palabras clave especifican el tipo de pantalla interna del elemento, que define el tipo de contexto de formato que establece su contenido (suponiendo que es un elemento no reemplazado). Se definen como sigue: - | Valor | Descripción | - | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | + | Valor | Descripción | + | ----------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | `flow` {{experimental_inline}} | El elemento expone su contenido utilizando el diseño de flujo (diseño en bloque y en línea).Si su tipo de pantalla externa es inline o run-in, y está participando en un contexto de formato de bloque o en línea, entonces genera un cuadro en línea. De lo contrario genera una caja de contenedor de bloques.Dependiendo del valor de otras propiedades (como {{cssxref("position")}}, {{cssxref("float")}} o {{cssxref("overflow")}} en un contexto de formato en bloque o en línea, establece un nuevo [contexto de formato de bloque](/es/docs/Web/CSS/CSS_display/Block_formatting_context) para su contenido o integra su contenido en su contexto de formato padre. | | `flow-root` {{experimental_inline}} | El elemento genera un cuadro de elemento de bloque que establece un nuevo [contexto de formato de bloque](/es/docs/Web/CSS/CSS_display/Block_formatting_context) . | - | `table` | Estos elementos se comportan como elementos HTML {{HTMLElement ("table")}}. Define un cuadro de nivel de bloque. | - | `flex` | El elemento se comporta como un elemento de bloque y establece su contenido de acuerdo con el [modelo de flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) . | - | `grid` | El elemento se comporta como un elemento de bloque y establece su contenido de acuerdo con el modelo de cuadrícula. | - | `subgrid` {{experimental_inline}} | Si el elemento padre tiene `display:grid`, el elemento en sí y su contenido se establecen de acuerdo con el modelo de cuadrícula. | - | `ruby` {{experimental_inline}} | El elemento se comporta como un elemento en línea y establece su contenido de acuerdo con el modelo de formato ruby. Se comporta como los elementos HTML {{HTMLElement ("ruby")}} correspondientes. | + | `table` | Estos elementos se comportan como elementos HTML {{HTMLElement ("table")}}. Define un cuadro de nivel de bloque. | + | `flex` | El elemento se comporta como un elemento de bloque y establece su contenido de acuerdo con el [modelo de flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) . | + | `grid` | El elemento se comporta como un elemento de bloque y establece su contenido de acuerdo con el modelo de cuadrícula. | + | `subgrid` {{experimental_inline}} | Si el elemento padre tiene `display:grid`, el elemento en sí y su contenido se establecen de acuerdo con el modelo de cuadrícula. | + | `ruby` {{experimental_inline}} | El elemento se comporta como un elemento en línea y establece su contenido de acuerdo con el modelo de formato ruby. Se comporta como los elementos HTML {{HTMLElement ("ruby")}} correspondientes. | - \ diff --git a/files/es/web/css/layout_cookbook/index.md b/files/es/web/css/layout_cookbook/index.md index e907e81e00c04c..349cc803f9e9d1 100644 --- a/files/es/web/css/layout_cookbook/index.md +++ b/files/es/web/css/layout_cookbook/index.md @@ -12,17 +12,17 @@ El libro de recetas de maquetación CSS tiene como objetivo reunir recetas para ## Las recetas -| Receta | Descripción | Metodos de maquetación | -| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------- | -| [Objetos media](/docs/Web/CSS/Layout_cookbook/Media_objects) | Una caja con dos-columnas con una imagen en un lado y texto descriptivo en el otro, por ejemplo, una entrada de facebook o un tweet. | [CSS Grid](/es/docs/Web/CSS/CSS_grid_layout), alternativa {{cssxref("float")}}, dimensionamiento {{cssxref("fit-content")}} | +| Receta | Descripción | Metodos de maquetación | +| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------- | +| [Objetos media](/docs/Web/CSS/Layout_cookbook/Media_objects) | Una caja con dos-columnas con una imagen en un lado y texto descriptivo en el otro, por ejemplo, una entrada de facebook o un tweet. | [CSS Grid](/es/docs/Web/CSS/CSS_grid_layout), alternativa {{cssxref("float")}}, dimensionamiento {{cssxref("fit-content")}} | | [Columnas](/docs/Web/CSS/Layout_cookbook/Column_layouts) | Cuándo elegir el diseño de varias columnas, flexbox o grid para sus columnas. | [CSS Grid](/es/docs/Web/CSS/CSS_grid_layout), [Multicol](/es/docs/Web/CSS/CSS_multicol_layout), [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) | -| [Centrar un elemento](/docs/Web/CSS/Layout_cookbook/Center_an_element) | Cómo centrar un elemento horizontal y verticalmente. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), [Box Alignment](/es/docs/Web/CSS/CSS_Box_Alignment) | -| [Pies de página pegajosos](/docs/Web/CSS/Layout_cookbook/Sticky_footers) | Creación de un pie de página que se coloca en la parte inferior del contenedor o en la ventana de visualización cuando el contenido es más corto. | [CSS Grid](/es/docs/Web/CSS/CSS_grid_layout), [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) | -| [Navegación dividida](/docs/Web/CSS/Layout_cookbook/Split_Navigation) | Un patrón de navegación en el que algunos enlaces se separan visualmente de los demás. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), {{cssxref("margin")}} | -| [Navegación con migas de pan](/docs/Web/CSS/Layout_cookbook/Breadcrumb_Navigation) | Crear una lista de enlaces para permitir al visitante navegar de nuevo a través de la jerarquía de la página. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) | -| [Lista de grupos con insignias](/docs/Web/CSS/Layout_cookbook/List_group_with_badges) | Una lista de elementos con una insignia para mostrar un conteo. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), [Box Alignment](/es/docs/Web/CSS/CSS_Box_Alignment) | -| [Paginación](/docs/Web/CSS/Layout_cookbook/Pagination) | Enlaces a páginas de contenido (como los resultados de búsqueda). | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), [Box Alignment](/es/docs/Web/CSS/CSS_Box_Alignment) | -| [Tarjeta](/es/docs/Web/CSS/Layout_cookbook/Card) | Un componente de tarjeta, que se muestra en una rejilla de tarjetas. | [Grid Layout](/es/docs/Web/CSS/CSS_grid_layout) | +| [Centrar un elemento](/docs/Web/CSS/Layout_cookbook/Center_an_element) | Cómo centrar un elemento horizontal y verticalmente. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), [Box Alignment](/es/docs/Web/CSS/CSS_Box_Alignment) | +| [Pies de página pegajosos](/docs/Web/CSS/Layout_cookbook/Sticky_footers) | Creación de un pie de página que se coloca en la parte inferior del contenedor o en la ventana de visualización cuando el contenido es más corto. | [CSS Grid](/es/docs/Web/CSS/CSS_grid_layout), [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) | +| [Navegación dividida](/docs/Web/CSS/Layout_cookbook/Split_Navigation) | Un patrón de navegación en el que algunos enlaces se separan visualmente de los demás. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), {{cssxref("margin")}} | +| [Navegación con migas de pan](/docs/Web/CSS/Layout_cookbook/Breadcrumb_Navigation) | Crear una lista de enlaces para permitir al visitante navegar de nuevo a través de la jerarquía de la página. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout) | +| [Lista de grupos con insignias](/docs/Web/CSS/Layout_cookbook/List_group_with_badges) | Una lista de elementos con una insignia para mostrar un conteo. | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), [Box Alignment](/es/docs/Web/CSS/CSS_Box_Alignment) | +| [Paginación](/docs/Web/CSS/Layout_cookbook/Pagination) | Enlaces a páginas de contenido (como los resultados de búsqueda). | [Flexbox](/es/docs/Web/CSS/CSS_flexible_box_layout), [Box Alignment](/es/docs/Web/CSS/CSS_Box_Alignment) | +| [Tarjeta](/es/docs/Web/CSS/Layout_cookbook/Card) | Un componente de tarjeta, que se muestra en una rejilla de tarjetas. | [Grid Layout](/es/docs/Web/CSS/CSS_grid_layout) | ## Aporta con una receta diff --git a/files/es/web/events/index.md b/files/es/web/events/index.md index d4a5944899d960..a6fe63b1705dae 100644 --- a/files/es/web/events/index.md +++ b/files/es/web/events/index.md @@ -11,238 +11,238 @@ Este artículo ofrece una lista de eventos que se pueden enviar; algunos son eve Estos eventos se definen en las especificaciones Web oficiales, y deben ser comunes en todos los navegadores. Cada evento aparece junto con la interfaz que representa el objeto enviado a los destinatarios del evento (por lo que puede encontrar información sobre los datos que se incluyen en cada caso), así como un enlace a la especificación o especificaciones que definen el evento. -| Nombre del evento | Tipo de evento | Especificación | Se activa al... | -| ----------------------------------------------------------------------------------- | ------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| [`abort`](/es/docs/Web/API/HTMLMediaElement/abort_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-abort) | La carga de un recurso ha sido abortada. | +| Nombre del evento | Tipo de evento | Especificación | Se activa al... | +| ----------------------------------------------------------------------------------- | ------------------------------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| [`abort`](/es/docs/Web/API/HTMLMediaElement/abort_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-abort) | La carga de un recurso ha sido abortada. | | [`abort`]() | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-abort) | La progresión se ha terminado (no debido a un error). | -| [`abort`](/es/docs/Web/API/IDBTransaction/abort_event) | {{domxref("Event")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#database-interface) | Una transacción ha sido abortada. | -| [`afterprint`](/es/docs/Web/API/Window/afterprint_event) | {{domxref("Event")}} | [HTML5](https://www.w3.org/TR/html5/webappapis.html#printing) | El documento asociado ha iniciado la impresión o la vista previa de impresión de ha cerrado | -| [`animationend`](/es/docs/Web/API/Element/animationend_event) | {{domxref("AnimationEvent")}} | [CSS Animations](https://www.w3.org/TR/css3-animations/#animation-events) | Una [animation de CSS](/es/docs/Web/CSS/CSS_animations/Using_CSS_animations) ha terminado. | -| [`animationiteration`](/es/docs/Web/API/Element/animationiteration_event) | {{domxref("AnimationEvent")}} | [CSS Animations](https://www.w3.org/TR/css3-animations/#animation-events) | Una [animation de CSS](/es/docs/Web/CSS/CSS_animations/Using_CSS_animations) se repite. | -| [`animationstart`](/es/docs/Web/API/Element/animationstart_event) | {{domxref("AnimationEvent")}} | [CSS Animations](https://www.w3.org/TR/css3-animations/#animation-events) | Una [animation de CSS](/es/docs/Web/CSS/CSS_animations/Using_CSS_animations) ha iniciado. | -| [`audioprocess`](/es/docs/Web/API/ScriptProcessorNode/audioprocess_event) | {{domxref("AudioProcessingEvent")}} | [Web Audio API
La definición de 'audioprocess' en esta especificación.](https://www.w3.org/TR/webaudio/#AudioProcessingEvent) | El búfer de entrada de un {{domxref("ScriptProcessorNode")}} está listo para ser procesado. | -| [`beforeprint`](/es/docs/Web/API/Window/beforeprint_event) | {{domxref("Event")}} | [HTML5](https://www.w3.org/TR/html5/webappapis.html#printing) | El documento asociado está a punto de ser impreso o previsualizado para imprimir. | -| [`beforeunload`](/es/docs/Web/API/Window/beforeunload_event) | {{domxref("BeforeUnloadEvent")}} | [HTML5](https://www.w3.org/TR/html5/browsers.html#unloading-documents) | | -| [`beginEvent`](/es/docs/Web/API/SVGAnimationElement/beginEvent_event) | {{domxref("TimeEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | Inicia un elemento de animación [SMIL](/es/docs/Web/SVG/SVG_animation_with_SMIL). | -| [`blocked`](/es/docs/Web/API/IDBOpenDBRequest/blocked_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | Una conexión abierta en la base de datos está bloqueando una transacción `versionchange` en la misma base de datos. | -| [`blur`](/es/docs/Web/API/Element/blur_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-blur) | Un elemento ha perdido el foco (does not bubble). | -| [`cached`](/es/docs/Web/Reference/Events/cached) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | Los recursosn que aparecen en el manifiesto se han descargado, y la aplicación está ahora almacenada en caché. | -| [`canplay`](/es/docs/Web/API/HTMLMediaElement/canplay_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-canplay) | La aplicación del usuario puede reproducir los medios, pero se estima que no hay datos suficientes, han sido cargados para reproducir el medio hasta el final sin tener que parar para una mayor amortiguación del contenido. | -| [`canplaythrough`](/es/docs/Web/API/HTMLMediaElement/canplaythrough_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-canplaythrough) | La aplicación de usuario puede reproducir los medios, y se estima que hay datos suficientes, han sido cargados para reproducir el medio hasta el final sin tener que parar para una mayor amortiguación del contenido | -| [`change`](/es/docs/Web/API/HTMLElement/change_event) | {{domxref("Event")}} | [DOM L2](https://www.w3.org/TR/DOM-Level-2-Events/events.html), [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#event-input-change) | Un elemento perdió el foco y su valor cambio desde que obtuvo el foco. | -| [`chargingchange`](/es/docs/Web/Reference/Events/chargingchange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | La batería inició o dejo de cargar | -| [`chargingtimechange`](/es/docs/Web/Reference/Events/chargingtimechange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | El atributo `chargingTime` se ha actualizado. | -| [`checking`](/es/docs/Web/Reference/Events/checking) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | La aplicación de usuario está comprobando una actualización o intenta descargar el manifiesto de caché por primera vez. | -| [`click`](/es/docs/Web/API/Element/click_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click) | Un botón en el dispositivo señalador se ha pulsado y soltado en un elemento. | -| [`close`](/es/docs/Web/API/WebSocket/close_event) | {{domxref("Event")}} | [WebSocket](https://www.w3.org/TR/websockets/) | Una conexión WeSocket se ha cerrado. | -| [`compassneedscalibration`](/es/docs/Web/Reference/Events/compassneedscalibration) | {{domxref("SensorEvent")}} | [Orientation](https://www.w3.org/TR/orientation-event/#compassneedscalibration) | La brujula usada para obtener los datos de la orientación en que está necesita calibración. | -| [`complete`](/es/docs/Web/API/IDBTransaction/complete_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#transaction) | | -| [`complete`](/es/docs/Web/API/OfflineAudioContext/complete_event) | {{domxref("OfflineAudioCompletionEvent")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#transaction) | El renderizado de un {{domxref("OfflineAudioContext")}} finaliza. | -| [`compositionend`](/es/docs/Web/API/Element/compositionend_event) | {{domxref("CompositionEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-compositionend) | La composición de un pasaje de texto se ha completado o cancelado. | -| [`compositionstart`](/es/docs/Web/API/Element/compositionstart_event) | {{domxref("CompositionEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-compositionstart) | La composición de un pasaje de un texto está preparado (similar a KeyDown para una entrada de teclado, sino que trabaja con otros insumos, como el reconocimiento de voz). | -| [`compositionupdate`](/es/docs/Web/API/Element/compositionupdate_event) | {{domxref("CompositionEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-compositionupdate) | Un carácter se añade a un pasaje de texto que está siendo compuesto. | -| [`contextmenu`](/es/docs/Web/API/Element/contextmenu_event) | {{domxref("MouseEvent")}} | [HTML5](https://www.w3.org/TR/html5/interactive-elements.html#context-menus) | Se hace clic en el botón derecho del ratón (antes de que aparezca el menú contextual). | -| [`copy`](/es/docs/Web/API/Element/copy_event) | {{domxref("ClipboardEvent")}} | [Clipboard](https://www.w3.org/TR/clipboard-apis/#copy-event) | El texto seleccionado se ha agregado al porta papeles. | -| [`cut`](/es/docs/Web/API/Element/cut_event) | {{domxref("ClipboardEvent")}} | [Clipboard](https://www.w3.org/TR/clipboard-apis/#cut-event) | El texto seleccionado ha sido borrado del documento y agregado al portapapeles. | -| [`dblclick`](/es/docs/Web/API/Element/dblclick_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-dblclick) | Un botón del dispositivo señalador hace click dos veces en un elemento. | -| [`devicelight`](/es/docs/Web/Reference/Events/devicelight) | {{domxref("DeviceLightEvent")}} | [Ambient Light Events](https://dvcs.w3.org/hg/dap/raw-file/tip/light/Overview.html) | Datos nuevos están disponibles desde un sensor de luz. | -| [`devicemotion`](/es/docs/Web/API/Window/devicemotion_event) | {{domxref("DeviceMotionEvent")}} | [Device Orientation Events](https://dev.w3.org/geo/api/spec-source-orientation.html) | Datos nuevos están disponibles desde un sesor de movimiento. | -| [`deviceorientation`](/es/docs/Web/API/Window/deviceorientation_event) | {{domxref("DeviceOrientationEvent")}} | [Device Orientation Events](https://dev.w3.org/geo/api/spec-source-orientation.html) | Datos nuevos están disponibles desde un sensor de orientación. | -| [`deviceproximity`](/es/docs/Web/Reference/Events/deviceproximity) | {{domxref("DeviceProximityEvent")}} | [Proximity Events](https://dvcs.w3.org/hg/dap/raw-file/tip/proximity/Overview.html) | Datos nuevos están disponibles desde un sensor de proximidad (indica una distancia aproximada entre el dispositivo y un objeto cercano). | -| [`dischargingtimechange`](/es/docs/Web/Reference/Events/dischargingtimechange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | El atributo `dischargingTime` se ha actualizado. | -| `DOMActivate` {{deprecated_inline}} | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMActivate) | Un botón, enlace o elemento de estado cambiante esta activado (usa [`click`](/es/docs/Web/API/Element/click_event) en su lugar). | -| [`DOMAttributeNameChanged`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationNameEvent")}} | [DOM L3](https://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531/#event-type-DOMAttributeNameChanged) Removed | El nombre de un atributo cambiado (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMAttrModified`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMAttrModified) | El valor de un atributo ha sido cambiado (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMCharacterDataModified`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMCharacterDataModified) | Un texto u otro [CharacterData](/es/docs/Web/API/CharacterData) ha sido cambiado (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMContentLoaded`](/es/docs/Web/API/Document/DOMContentLoaded_event) | {{domxref("Event")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#the-end) | El documento ha terminado de cargar (pero no sus recursos dependientes). | -| [`DOMElementNameChanged`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationNameEvent")}} | [DOM L3](https://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531/#event-type-DOMElementNameChanged) Removed | El nombre de un elemento dependiente (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| `DOMFocusIn` {{deprecated_inline}} | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMFocusIn) | Un elemento ha recibido el foco (usa [`focus`](/es/docs/Web/API/Element/focus_event) o [`focusin`](/es/docs/Web/API/Element/focusin_event) en su lugar). | -| `DOMFocusOut` {{deprecated_inline}} | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMFocusOut) | Un elemento ha perdido el foco (usa [`blur`](/es/docs/Web/API/Element/blur_event) o [`focusout`](/es/docs/Web/API/Element/focusout_event) en su lugar). | -| [`DOMNodeInserted`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeInserted) | Un nodo ha sido añadido como un hijo de otro nodo (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMNodeInsertedIntoDocument`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeInsertedIntoDocument) | Un nodo ha sido insertado en el documento (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMNodeRemoved`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeRemoved) | Un nodo ha sido eliminado de su nodo padre A node has been removed from its parent node (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMNodeRemovedFromDocument`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeRemovedFromDocument) | Un nodo ha sido eliminado del documento (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`DOMSubtreeModified`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMSubtreeModified) | Ocurrio un cambio en el documento (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | -| [`downloading`](/es/docs/Web/Reference/Events/downloading) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | La aplicación de usuario ha encontrado una actualización y está buscando o descargando los recursos enumerados en el caché del manifiesto por primera vez. | -| [`drag`](/es/docs/Web/API/HTMLElement/drag_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-drag) | Un elemento o texto seleccionato está siendo arrastrado (cada 35ms). | -| [`dragend`](/es/docs/Web/API/HTMLElement/dragend_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragend) | Una operación de arrastre ha finalizado (al pulsar un botón del ratón o pulsando la tecla escape). | -| [`dragenter`](/es/docs/Web/API/HTMLElement/dragenter_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragenter) | Un elemento arrastrado o un texto seleccionado entró en un destino válido. | -| [`dragleave`](/es/docs/Web/API/HTMLElement/dragleave_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragleave) | Un elemento arrastrado o un texto seleccionado salió de un destino válido. | -| [`dragover`](/es/docs/Web/API/HTMLElement/dragover_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragover) | Un elemento o texto seleccionado es arrastrado encima de un destino válido (cada 50ms). | -| [`dragstart`](/es/docs/Web/API/HTMLElement/dragstart_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragstart) | El usuario empezó a arrastrar un elemento o un texto seleccionado. | -| [`drop`](/es/docs/Web/API/HTMLElement/drop_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-drop) | Un elemento es soltado en un destino válido. | -| [`durationchange`](/es/docs/Web/API/HTMLMediaElement/durationchange_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-durationchange) | El atributo `duration` se ha actualizado. | -| [`emptied`](/es/docs/Web/API/HTMLMediaElement/emptied_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-emptied) | Los medios de comunicación se ha convertido en vacío, por ejemplo, este evento se envía si los medios de comunicación ya se ha cargado (o parcialmente cargado), y el método [`load()`](/es/docs/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement) es llamado para volver a cargarlo. | -| [`ended`](/es/docs/Web/API/HTMLMediaElement/ended_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-ended) | La reproducción se ha detenido porque se ha alcanzado el final de los medios de comunicación. | -| [`ended`]() | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-ended) | | -| [`endEvent`](/es/docs/Web/API/SVGAnimationElement/endEvent_event) | {{domxref("TimeEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | Un elento de animación [SMIL](/es/docs/Web/SVG/SVG_animation_with_SMIL) termina. | -| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-error) | Un recurso no se pudo cargar. | -| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-error) | La progresión a fallado. | -| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | Se ha producido un error al descargar el manifiesto de caché o actualizar el contenido de la aplicación. | -| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [WebSocket](https://www.w3.org/TR/websockets/) | A WebSocket connection has been closed with prejudice (some data couldn't be sent for example). | -| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [Server Sent Events](https://dev.w3.org/html5/eventsource/) | An event source connection has been failed. | -| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | A request caused an error and failed. | -| [`focus`](/es/docs/Web/API/Element/focus_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-focus) | An element has received focus (does not bubble). | -| [`focusin`](/es/docs/Web/API/Element/focusin_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-focusIn) | An element is about to receive focus (bubbles). | -| [`focusout`](/es/docs/Web/API/Element/focusout_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-focusout) | An element is about to lose focus (bubbles). | -| [`fullscreenchange`](/es/docs/Web/API/Document/fullscreenchange_event) | {{domxref("Event")}} | [Full Screen](https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#api) | An element was turned to fullscreen mode or back to normal mode. | -| [`fullscreenerror`](/es/docs/Web/API/Document/fullscreenerror_event) | {{domxref("Event")}} | [Full Screen](https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#api) | It was impossible to switch to fullscreen mode for technical reasons or because the permission was denied. | -| [`gamepadconnected`](/es/docs/Web/API/Window/gamepadconnected_event) | {{domxref("GamepadEvent")}} | [Gamepad](https://www.w3.org/TR/gamepad/#the-gamepadconnected-event) | A gamepad has been connected. | -| [`gamepaddisconnected`](/es/docs/Web/API/Window/gamepaddisconnected_event) | {{domxref("GamepadEvent")}} | [Gamepad](https://www.w3.org/TR/gamepad/#the-gamepaddisconnected-event) | A gamepad has been disconnected. | -| [`hashchange`](/es/docs/Web/API/Window/hashchange_event) | {{domxref("HashChangeEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-hashchange) | The fragment identifier of the URL has changed (the part of the URL after the #). | -| [`input`](/es/docs/Web/API/Element/input_event) | {{domxref("Event")}} | [HTML5](https://www.w3.org/TR/html5/forms.html#common-event-behaviors) | The value of an element changes or the content of an element with the attribute [contenteditable](/es/docs/Web/API/HTMLElement/contentEditable) is modified. | -| [`invalid`](/es/docs/Web/API/HTMLInputElement/invalid_event) | {{domxref("Event")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#constraint-validation) | A submittable element has been checked and doesn't satisfy its constraints. | -| [`keydown`](/es/docs/Web/API/Element/keydown_event) | {{domxref("KeyboardEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keydown) | A key is pressed down. | -| [`keypress`](/es/docs/Web/API/Element/keypress_event) | {{domxref("KeyboardEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keypress) | A key is pressed down and that key normally produces a character value (use input instead). | -| [`keyup`](/es/docs/Web/API/Element/keyup_event) | {{domxref("KeyboardEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keyup) | A key is released. | -| [`levelchange`](/es/docs/Web/Reference/Events/levelchange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | The `level` attribute has been updated. | -| [`load`](/es/docs/Web/API/Window/load_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-load) | A resource and its dependent resources have finished loading. | +| [`abort`](/es/docs/Web/API/IDBTransaction/abort_event) | {{domxref("Event")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#database-interface) | Una transacción ha sido abortada. | +| [`afterprint`](/es/docs/Web/API/Window/afterprint_event) | {{domxref("Event")}} | [HTML5](https://www.w3.org/TR/html5/webappapis.html#printing) | El documento asociado ha iniciado la impresión o la vista previa de impresión de ha cerrado | +| [`animationend`](/es/docs/Web/API/Element/animationend_event) | {{domxref("AnimationEvent")}} | [CSS Animations](https://www.w3.org/TR/css3-animations/#animation-events) | Una [animation de CSS](/es/docs/Web/CSS/CSS_animations/Using_CSS_animations) ha terminado. | +| [`animationiteration`](/es/docs/Web/API/Element/animationiteration_event) | {{domxref("AnimationEvent")}} | [CSS Animations](https://www.w3.org/TR/css3-animations/#animation-events) | Una [animation de CSS](/es/docs/Web/CSS/CSS_animations/Using_CSS_animations) se repite. | +| [`animationstart`](/es/docs/Web/API/Element/animationstart_event) | {{domxref("AnimationEvent")}} | [CSS Animations](https://www.w3.org/TR/css3-animations/#animation-events) | Una [animation de CSS](/es/docs/Web/CSS/CSS_animations/Using_CSS_animations) ha iniciado. | +| [`audioprocess`](/es/docs/Web/API/ScriptProcessorNode/audioprocess_event) | {{domxref("AudioProcessingEvent")}} | [Web Audio API
La definición de 'audioprocess' en esta especificación.](https://www.w3.org/TR/webaudio/#AudioProcessingEvent) | El búfer de entrada de un {{domxref("ScriptProcessorNode")}} está listo para ser procesado. | +| [`beforeprint`](/es/docs/Web/API/Window/beforeprint_event) | {{domxref("Event")}} | [HTML5](https://www.w3.org/TR/html5/webappapis.html#printing) | El documento asociado está a punto de ser impreso o previsualizado para imprimir. | +| [`beforeunload`](/es/docs/Web/API/Window/beforeunload_event) | {{domxref("BeforeUnloadEvent")}} | [HTML5](https://www.w3.org/TR/html5/browsers.html#unloading-documents) | | +| [`beginEvent`](/es/docs/Web/API/SVGAnimationElement/beginEvent_event) | {{domxref("TimeEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | Inicia un elemento de animación [SMIL](/es/docs/Web/SVG/SVG_animation_with_SMIL). | +| [`blocked`](/es/docs/Web/API/IDBOpenDBRequest/blocked_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | Una conexión abierta en la base de datos está bloqueando una transacción `versionchange` en la misma base de datos. | +| [`blur`](/es/docs/Web/API/Element/blur_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-blur) | Un elemento ha perdido el foco (does not bubble). | +| [`cached`](/es/docs/Web/Reference/Events/cached) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | Los recursosn que aparecen en el manifiesto se han descargado, y la aplicación está ahora almacenada en caché. | +| [`canplay`](/es/docs/Web/API/HTMLMediaElement/canplay_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-canplay) | La aplicación del usuario puede reproducir los medios, pero se estima que no hay datos suficientes, han sido cargados para reproducir el medio hasta el final sin tener que parar para una mayor amortiguación del contenido. | +| [`canplaythrough`](/es/docs/Web/API/HTMLMediaElement/canplaythrough_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-canplaythrough) | La aplicación de usuario puede reproducir los medios, y se estima que hay datos suficientes, han sido cargados para reproducir el medio hasta el final sin tener que parar para una mayor amortiguación del contenido | +| [`change`](/es/docs/Web/API/HTMLElement/change_event) | {{domxref("Event")}} | [DOM L2](https://www.w3.org/TR/DOM-Level-2-Events/events.html), [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#event-input-change) | Un elemento perdió el foco y su valor cambio desde que obtuvo el foco. | +| [`chargingchange`](/es/docs/Web/Reference/Events/chargingchange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | La batería inició o dejo de cargar | +| [`chargingtimechange`](/es/docs/Web/Reference/Events/chargingtimechange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | El atributo `chargingTime` se ha actualizado. | +| [`checking`](/es/docs/Web/Reference/Events/checking) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | La aplicación de usuario está comprobando una actualización o intenta descargar el manifiesto de caché por primera vez. | +| [`click`](/es/docs/Web/API/Element/click_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-click) | Un botón en el dispositivo señalador se ha pulsado y soltado en un elemento. | +| [`close`](/es/docs/Web/API/WebSocket/close_event) | {{domxref("Event")}} | [WebSocket](https://www.w3.org/TR/websockets/) | Una conexión WeSocket se ha cerrado. | +| [`compassneedscalibration`](/es/docs/Web/Reference/Events/compassneedscalibration) | {{domxref("SensorEvent")}} | [Orientation](https://www.w3.org/TR/orientation-event/#compassneedscalibration) | La brujula usada para obtener los datos de la orientación en que está necesita calibración. | +| [`complete`](/es/docs/Web/API/IDBTransaction/complete_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#transaction) | | +| [`complete`](/es/docs/Web/API/OfflineAudioContext/complete_event) | {{domxref("OfflineAudioCompletionEvent")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#transaction) | El renderizado de un {{domxref("OfflineAudioContext")}} finaliza. | +| [`compositionend`](/es/docs/Web/API/Element/compositionend_event) | {{domxref("CompositionEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-compositionend) | La composición de un pasaje de texto se ha completado o cancelado. | +| [`compositionstart`](/es/docs/Web/API/Element/compositionstart_event) | {{domxref("CompositionEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-compositionstart) | La composición de un pasaje de un texto está preparado (similar a KeyDown para una entrada de teclado, sino que trabaja con otros insumos, como el reconocimiento de voz). | +| [`compositionupdate`](/es/docs/Web/API/Element/compositionupdate_event) | {{domxref("CompositionEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-compositionupdate) | Un carácter se añade a un pasaje de texto que está siendo compuesto. | +| [`contextmenu`](/es/docs/Web/API/Element/contextmenu_event) | {{domxref("MouseEvent")}} | [HTML5](https://www.w3.org/TR/html5/interactive-elements.html#context-menus) | Se hace clic en el botón derecho del ratón (antes de que aparezca el menú contextual). | +| [`copy`](/es/docs/Web/API/Element/copy_event) | {{domxref("ClipboardEvent")}} | [Clipboard](https://www.w3.org/TR/clipboard-apis/#copy-event) | El texto seleccionado se ha agregado al porta papeles. | +| [`cut`](/es/docs/Web/API/Element/cut_event) | {{domxref("ClipboardEvent")}} | [Clipboard](https://www.w3.org/TR/clipboard-apis/#cut-event) | El texto seleccionado ha sido borrado del documento y agregado al portapapeles. | +| [`dblclick`](/es/docs/Web/API/Element/dblclick_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-dblclick) | Un botón del dispositivo señalador hace click dos veces en un elemento. | +| [`devicelight`](/es/docs/Web/Reference/Events/devicelight) | {{domxref("DeviceLightEvent")}} | [Ambient Light Events](https://dvcs.w3.org/hg/dap/raw-file/tip/light/Overview.html) | Datos nuevos están disponibles desde un sensor de luz. | +| [`devicemotion`](/es/docs/Web/API/Window/devicemotion_event) | {{domxref("DeviceMotionEvent")}} | [Device Orientation Events](https://dev.w3.org/geo/api/spec-source-orientation.html) | Datos nuevos están disponibles desde un sesor de movimiento. | +| [`deviceorientation`](/es/docs/Web/API/Window/deviceorientation_event) | {{domxref("DeviceOrientationEvent")}} | [Device Orientation Events](https://dev.w3.org/geo/api/spec-source-orientation.html) | Datos nuevos están disponibles desde un sensor de orientación. | +| [`deviceproximity`](/es/docs/Web/Reference/Events/deviceproximity) | {{domxref("DeviceProximityEvent")}} | [Proximity Events](https://dvcs.w3.org/hg/dap/raw-file/tip/proximity/Overview.html) | Datos nuevos están disponibles desde un sensor de proximidad (indica una distancia aproximada entre el dispositivo y un objeto cercano). | +| [`dischargingtimechange`](/es/docs/Web/Reference/Events/dischargingtimechange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | El atributo `dischargingTime` se ha actualizado. | +| `DOMActivate` {{deprecated_inline}} | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMActivate) | Un botón, enlace o elemento de estado cambiante esta activado (usa [`click`](/es/docs/Web/API/Element/click_event) en su lugar). | +| [`DOMAttributeNameChanged`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationNameEvent")}} | [DOM L3](https://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531/#event-type-DOMAttributeNameChanged) Removed | El nombre de un atributo cambiado (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMAttrModified`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMAttrModified) | El valor de un atributo ha sido cambiado (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMCharacterDataModified`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMCharacterDataModified) | Un texto u otro [CharacterData](/es/docs/Web/API/CharacterData) ha sido cambiado (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMContentLoaded`](/es/docs/Web/API/Document/DOMContentLoaded_event) | {{domxref("Event")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-end.html#the-end) | El documento ha terminado de cargar (pero no sus recursos dependientes). | +| [`DOMElementNameChanged`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationNameEvent")}} | [DOM L3](https://www.w3.org/TR/2011/WD-DOM-Level-3-Events-20110531/#event-type-DOMElementNameChanged) Removed | El nombre de un elemento dependiente (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| `DOMFocusIn` {{deprecated_inline}} | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMFocusIn) | Un elemento ha recibido el foco (usa [`focus`](/es/docs/Web/API/Element/focus_event) o [`focusin`](/es/docs/Web/API/Element/focusin_event) en su lugar). | +| `DOMFocusOut` {{deprecated_inline}} | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMFocusOut) | Un elemento ha perdido el foco (usa [`blur`](/es/docs/Web/API/Element/blur_event) o [`focusout`](/es/docs/Web/API/Element/focusout_event) en su lugar). | +| [`DOMNodeInserted`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeInserted) | Un nodo ha sido añadido como un hijo de otro nodo (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMNodeInsertedIntoDocument`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeInsertedIntoDocument) | Un nodo ha sido insertado en el documento (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMNodeRemoved`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeRemoved) | Un nodo ha sido eliminado de su nodo padre A node has been removed from its parent node (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMNodeRemovedFromDocument`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMNodeRemovedFromDocument) | Un nodo ha sido eliminado del documento (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`DOMSubtreeModified`](/es/docs/DOM/Mutation_events) {{deprecated_inline}} | {{domxref("MutationEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-DOMSubtreeModified) | Ocurrio un cambio en el documento (usa [mutation observers](/es/docs/Web/API/MutationObserver) en su lugar). | +| [`downloading`](/es/docs/Web/Reference/Events/downloading) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | La aplicación de usuario ha encontrado una actualización y está buscando o descargando los recursos enumerados en el caché del manifiesto por primera vez. | +| [`drag`](/es/docs/Web/API/HTMLElement/drag_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-drag) | Un elemento o texto seleccionato está siendo arrastrado (cada 35ms). | +| [`dragend`](/es/docs/Web/API/HTMLElement/dragend_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragend) | Una operación de arrastre ha finalizado (al pulsar un botón del ratón o pulsando la tecla escape). | +| [`dragenter`](/es/docs/Web/API/HTMLElement/dragenter_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragenter) | Un elemento arrastrado o un texto seleccionado entró en un destino válido. | +| [`dragleave`](/es/docs/Web/API/HTMLElement/dragleave_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragleave) | Un elemento arrastrado o un texto seleccionado salió de un destino válido. | +| [`dragover`](/es/docs/Web/API/HTMLElement/dragover_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragover) | Un elemento o texto seleccionado es arrastrado encima de un destino válido (cada 50ms). | +| [`dragstart`](/es/docs/Web/API/HTMLElement/dragstart_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-dragstart) | El usuario empezó a arrastrar un elemento o un texto seleccionado. | +| [`drop`](/es/docs/Web/API/HTMLElement/drop_event) | {{domxref("DragEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/dnd.html#event-drop) | Un elemento es soltado en un destino válido. | +| [`durationchange`](/es/docs/Web/API/HTMLMediaElement/durationchange_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-durationchange) | El atributo `duration` se ha actualizado. | +| [`emptied`](/es/docs/Web/API/HTMLMediaElement/emptied_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-emptied) | Los medios de comunicación se ha convertido en vacío, por ejemplo, este evento se envía si los medios de comunicación ya se ha cargado (o parcialmente cargado), y el método [`load()`](/es/docs/XPCOM_Interface_Reference/NsIDOMHTMLMediaElement) es llamado para volver a cargarlo. | +| [`ended`](/es/docs/Web/API/HTMLMediaElement/ended_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-ended) | La reproducción se ha detenido porque se ha alcanzado el final de los medios de comunicación. | +| [`ended`]() | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-ended) | | +| [`endEvent`](/es/docs/Web/API/SVGAnimationElement/endEvent_event) | {{domxref("TimeEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | Un elento de animación [SMIL](/es/docs/Web/SVG/SVG_animation_with_SMIL) termina. | +| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-error) | Un recurso no se pudo cargar. | +| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-error) | La progresión a fallado. | +| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | Se ha producido un error al descargar el manifiesto de caché o actualizar el contenido de la aplicación. | +| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [WebSocket](https://www.w3.org/TR/websockets/) | A WebSocket connection has been closed with prejudice (some data couldn't be sent for example). | +| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [Server Sent Events](https://dev.w3.org/html5/eventsource/) | An event source connection has been failed. | +| [`error`](/es/docs/Web/API/HTMLElement/error_event) | {{domxref("Event")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | A request caused an error and failed. | +| [`focus`](/es/docs/Web/API/Element/focus_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-focus) | An element has received focus (does not bubble). | +| [`focusin`](/es/docs/Web/API/Element/focusin_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-focusIn) | An element is about to receive focus (bubbles). | +| [`focusout`](/es/docs/Web/API/Element/focusout_event) | {{domxref("FocusEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-focusout) | An element is about to lose focus (bubbles). | +| [`fullscreenchange`](/es/docs/Web/API/Document/fullscreenchange_event) | {{domxref("Event")}} | [Full Screen](https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#api) | An element was turned to fullscreen mode or back to normal mode. | +| [`fullscreenerror`](/es/docs/Web/API/Document/fullscreenerror_event) | {{domxref("Event")}} | [Full Screen](https://dvcs.w3.org/hg/fullscreen/raw-file/tip/Overview.html#api) | It was impossible to switch to fullscreen mode for technical reasons or because the permission was denied. | +| [`gamepadconnected`](/es/docs/Web/API/Window/gamepadconnected_event) | {{domxref("GamepadEvent")}} | [Gamepad](https://www.w3.org/TR/gamepad/#the-gamepadconnected-event) | A gamepad has been connected. | +| [`gamepaddisconnected`](/es/docs/Web/API/Window/gamepaddisconnected_event) | {{domxref("GamepadEvent")}} | [Gamepad](https://www.w3.org/TR/gamepad/#the-gamepaddisconnected-event) | A gamepad has been disconnected. | +| [`hashchange`](/es/docs/Web/API/Window/hashchange_event) | {{domxref("HashChangeEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-hashchange) | The fragment identifier of the URL has changed (the part of the URL after the #). | +| [`input`](/es/docs/Web/API/Element/input_event) | {{domxref("Event")}} | [HTML5](https://www.w3.org/TR/html5/forms.html#common-event-behaviors) | The value of an element changes or the content of an element with the attribute [contenteditable](/es/docs/Web/API/HTMLElement/contentEditable) is modified. | +| [`invalid`](/es/docs/Web/API/HTMLInputElement/invalid_event) | {{domxref("Event")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#constraint-validation) | A submittable element has been checked and doesn't satisfy its constraints. | +| [`keydown`](/es/docs/Web/API/Element/keydown_event) | {{domxref("KeyboardEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keydown) | A key is pressed down. | +| [`keypress`](/es/docs/Web/API/Element/keypress_event) | {{domxref("KeyboardEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keypress) | A key is pressed down and that key normally produces a character value (use input instead). | +| [`keyup`](/es/docs/Web/API/Element/keyup_event) | {{domxref("KeyboardEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-keyup) | A key is released. | +| [`levelchange`](/es/docs/Web/Reference/Events/levelchange) | {{domxref("Event")}} | [Battery status](https://dvcs.w3.org/hg/dap/raw-file/tip/battery/Overview.html) | The `level` attribute has been updated. | +| [`load`](/es/docs/Web/API/Window/load_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-load) | A resource and its dependent resources have finished loading. | | [`load`]() | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-load) | Progression has been successful. | -| [`loadeddata`](/es/docs/Web/API/HTMLMediaElement/loadeddata_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-loadeddata) | The first frame of the media has finished loading. | -| [`loadedmetadata`](/es/docs/Web/API/HTMLMediaElement/loadedmetadata_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-loadedmetadata) | The metadata has been loaded. | -| [`loadend`](/es/docs/Web/API/XMLHttpRequest/loadend_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-loadend) | Progress has stopped (after "error", "abort" or "load" have been dispatched). | -| [`loadstart`](/es/docs/Web/API/XMLHttpRequest/loadstart_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/)and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-loadstart) | Progress has begun. | -| [`message`](/es/docs/Web/API/WebSocket/message_event) | {{domxref("MessageEvent")}} | [WebSocket](https://www.w3.org/TR/websockets/) | A message is received through a WebSocket. | -| [`message`](/es/docs/Web/API/DedicatedWorkerGlobalScope/message_event) | {{domxref("MessageEvent")}} | [Web Workers](https://www.w3.org/TR/workers/#communicating-with-a-dedicated-worker) | A message is received from a Web Worker. | -| [`message`](/es/docs/Web/Reference/Events/message_webmessaging) | {{domxref("MessageEvent")}} | [Web Messaging](https://www.w3.org/TR/webmessaging/) | A message is received from a child (i)frame or a parent window. | -| [`message`](/es/docs/Web/API/EventSource/message_event) | {{domxref("MessageEvent")}} | [Server Sent Events](https://dev.w3.org/html5/eventsource/) | A message is received through an event source. | -| [`mousedown`](/es/docs/Web/API/Element/mousedown_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mousedown) | A pointing device button (usually a mouse) is pressed on an element. | -| [`mouseenter`](/es/docs/Web/API/Element/mouseenter_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseenter) | A pointing device is moved onto the element that has the listener attached. | -| [`mouseleave`](/es/docs/Web/API/Element/mouseleave_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseleave) | A pointing device is moved off the element that has the listener attached. | -| [`mousemove`](/es/docs/Web/API/Element/mousemove_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mousemove) | A pointing device is moved over an element. | -| [`mouseout`](/es/docs/Web/API/Element/mouseout_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseout) | A pointing device is moved off the element that has the listener attached or off one of its children. | -| [`mouseover`](/es/docs/Web/API/Element/mouseover_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseover) | A pointing device is moved onto the element that has the listener attached or onto one of its children. | -| [`mouseup`](/es/docs/Web/API/Element/mouseup_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseup) | A pointing device button is released over an element. | -| [`noupdate`](/es/docs/Web/Reference/Events/noupdate) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The manifest hadn't changed. | -| [`obsolete`](/es/docs/Web/Reference/Events/obsolete) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The manifest was found to have become a 404 or 410 page, so the application cache is being deleted. | -| [`offline`](/es/docs/Web/API/Window/offline_event) | {{domxref("Event")}} | [HTML5 offline](https://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#event-offline) | The browser has lost access to the network. | -| [`online`](/es/docs/Web/API/Window/online_event) | {{domxref("Event")}} | [HTML5 offline](https://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#event-online) | The browser has gained access to the network (but particular websites might be unreachable). | -| [`open`](/es/docs/Web/API/WebSocket/open_event) | {{domxref("Event")}} | [WebSocket](https://www.w3.org/TR/websockets/) | A WebSocket connection has been established. | -| [`open`](/es/docs/Web/API/EventSource/open_event) | {{domxref("Event")}} | [Server Sent Events](https://dev.w3.org/html5/eventsource/) | An event source connection has been established. | -| [`orientationchange`](/es/docs/Web/API/Window/orientationchange_event) | {{domxref("Event")}} | [Screen Orientation](https://www.w3.org/TR/screen-orientation/) | The orientation of the device (portrait/landscape) has changed | -| [`pagehide`](/es/docs/Web/API/Window/pagehide_event) | {{domxref("PageTransitionEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-pagehide) | A session history entry is being traversed from. | -| [`pageshow`](/es/docs/Web/API/Window/pageshow_event) | {{domxref("PageTransitionEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-pageshow) | A session history entry is being traversed to. | -| [`paste`](/es/docs/Web/API/Element/paste_event) | {{domxref("ClipboardEvent")}} | [Clipboard](https://www.w3.org/TR/clipboard-apis/#paste-event) | Data has been transfered from the system clipboard to the document. | -| [`pause`](/es/docs/Web/API/HTMLMediaElement/pause_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-pause) | Playback has been paused. | -| [`pointerlockchange`](/es/docs/Web/API/Document/pointerlockchange_event) | {{domxref("Event")}} | [Pointer Lock](https://www.w3.org/TR/pointerlock/#pointerlockchange-and-pointerlockerror-events) | The pointer was locked or released. | -| [`pointerlockerror`](/es/docs/Web/API/Document/pointerlockerror_event) | {{domxref("Event")}} | [Pointer Lock](https://www.w3.org/TR/pointerlock/#pointerlockchange-and-pointerlockerror-events) | It was impossible to lock the pointer for technical reasons or because the permission was denied. | -| [`play`](/es/docs/Web/API/HTMLMediaElement/play_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-play) | Playback has begun. | -| [`playing`](/es/docs/Web/API/HTMLMediaElement/playing_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-playing) | Playback is ready to start after having been paused or delayed due to lack of data. | -| [`popstate`](/es/docs/Web/API/Window/popstate_event) | {{domxref("PopStateEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-popstate) | A session history entry is being navigated to (in certain cases). | -| [`progress`](/es/docs/Web/API/XMLHttpRequest/progress_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-progress) | In progress. | -| [`progress`]() | {{domxref("ProgressEvent")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The user agent is downloading resources listed by the manifest. | -| [`ratechange`](/es/docs/Web/API/HTMLMediaElement/ratechange_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-ratechange) | The playback rate has changed. | -| [`readystatechange`](/es/docs/Web/API/Document/readystatechange_event) | {{domxref("Event")}} | HTML5 and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-readystatechange) | The readyState attribute of a document has changed. | -| [`repeatEvent`](/es/docs/Web/API/SVGAnimationElement/repeatEvent_event) | {{domxref("TimeEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | A [SMIL](/es/docs/Web/SVG/SVG_animation_with_SMIL) animation element is repeated. | -| [`reset`](/es/docs/Web/API/HTMLFormElement/reset_event) | {{domxref("Event")}} | [DOM L2](https://www.w3.org/TR/DOM-Level-2-Events/events.html), [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission-0#resetting-a-form) | A form is reset. | -| [`resize`](/es/docs/Web/API/Window/resize_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-resize) | The document view has been resized. | -| [`scroll`](/es/docs/Web/API/Document/scroll_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-scroll) | The document view or an element has been scrolled. | -| [`seeked`](/es/docs/Web/API/HTMLMediaElement/seeked_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-seeked) | A _seek_ operation completed. | -| [`seeking`](/es/docs/Web/API/HTMLMediaElement/seeking_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-seeking) | A _seek_ operation began. | -| [`select`](/es/docs/Web/API/HTMLInputElement/select_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-select) | Some text is being selected. | -| [`show`](/es/docs/Web/Reference/Events/show) | {{domxref("MouseEvent")}} | [HTML5](https://www.w3.org/TR/html5/interactive-elements.html#context-menus) | A contextmenu event was fired on/bubbled to an element that has a [contextmenu](/es/docs/DOM/element.contextmenu) attribute | -| [`stalled`](/es/docs/Web/API/HTMLMediaElement/stalled_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-stalled) | The user agent is trying to fetch media data, but data is unexpectedly not forthcoming. | -| [`storage`](/es/docs/Web/API/Window/storage_event) | {{domxref("StorageEvent")}} | [Web Storage](https://www.w3.org/TR/webstorage/#the-storage-event) | A storage area ([localStorage](/es/docs/Web/API/Web_Storage_API#localstorage) or [sessionStorage](/es/docs/Web/API/Web_Storage_API#sessionstorage)) has changed. | -| [`submit`](/es/docs/Web/API/HTMLFormElement/submit_event) | {{domxref("Event")}} | [DOM L2](https://www.w3.org/TR/DOM-Level-2-Events/events.html), [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission-algorithm) | A form is submitted. | -| [`success`](/es/docs/Web/API/IDBRequest/success_event) | {{domxref("Event")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | A request successfully completed. | -| [`suspend`](/es/docs/Web/API/HTMLMediaElement/suspend_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-suspend) | Media data loading has been suspended. | -| [`SVGAbort`](/es/docs/Web/Reference/Events/SVGAbort) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | Page loading has been stopped before the [SVG](/es/docs/Web/SVG) was loaded. | -| [`SVGError`](/es/docs/Web/API/SVGElement/error_event) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An error has occurred before the [SVG](/es/docs/Web/SVG) was loaded. | -| [`SVGLoad`](/es/docs/Web/API/SVGElement/load_event) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document has been loaded and parsed. | -| [`SVGResize`](/es/docs/Web/Reference/Events/SVGResize) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document is being resized. | -| [`SVGScroll`](/es/docs/Web/Reference/Events/SVGScroll) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document is being scrolled. | -| [`SVGUnload`](/es/docs/Web/Reference/Events/SVGUnload) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document has been removed from a window or frame. | -| [`SVGZoom`](/es/docs/Web/Reference/Events/SVGZoom) | {{domxref("SVGZoomEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document is being zoomed. | -| [`timeout`](/es/docs/Web/Reference/Events/timeout) | {{domxref("ProgressEvent")}} | [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-timeout) | | -| [`timeupdate`](/es/docs/Web/API/HTMLMediaElement/timeupdate_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-timeupdate) | The time indicated by the `currentTime` attribute has been updated. | -| [`touchcancel`](/es/docs/Web/API/Element/touchcancel_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/) | A touch point has been disrupted in an implementation-specific manners (too many touch points for example). | -| [`touchend`](/es/docs/Web/API/Element/touchend_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/#the-touchend-event) | A touch point is removed from the touch surface. | -| [`touchenter`](/es/docs/Web/Reference/Events/touchenter) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/) Removed | A touch point is moved onto the interactive area of an element. | -| [`touchleave`](/es/docs/Web/Reference/Events/touchleave) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/) Removed | A touch point is moved off the interactive area of an element. | -| [`touchmove`](/es/docs/Web/API/Element/touchmove_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/#the-touchmove-event) | A touch point is moved along the touch surface. | -| [`touchstart`](/es/docs/Web/API/Element/touchstart_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/#the-touchstart---------event) | A touch point is placed on the touch surface. | -| [`transitionend`](/es/docs/Web/API/Element/transitionend_event) | {{domxref("TransitionEvent")}} | [CSS Transitions](https://www.w3.org/TR/css3-transitions/#transition-events) | A [CSS transition](/es/docs/Web/CSS/CSS_transitions/Using_CSS_transitions) has completed. | -| [`unload`](/es/docs/Web/API/Window/unload_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-unload) | The document or a dependent resource is being unloaded. | -| [`updateready`](/es/docs/Web/Reference/Events/updateready) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The resources listed in the manifest have been newly redownloaded, and the script can use `swapCache()` to switch to the new cache. | -| [`upgradeneeded`](/es/docs/Web/API/IDBOpenDBRequest/upgradeneeded_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | An attempt was made to open a database with a version number higher than its current version. A `versionchange` transaction has been created. | -| [`userproximity`](/es/docs/Web/Reference/Events/userproximity) | {{domxref("SensorEvent")}} | [Sensor](https://dvcs.w3.org/hg/dap/raw-file/tip/proximity/Overview.html) | Fresh data is available from a proximity sensor (indicates whether the nearby object is `near` the device or not). | -| [`versionchange`](/es/docs/Web/API/IDBDatabase/versionchange_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#database-interface) | A `versionchange` transaction completed. | -| [`visibilitychange`](/es/docs/Web/API/Document/visibilitychange_event) | {{domxref("Event")}} | [Page visibility](https://www.w3.org/TR/page-visibility/#sec-visibilitychange-event) | The content of a tab has become visible or has been hidden. | -| [`volumechange`](/es/docs/Web/API/HTMLMediaElement/volumechange_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-volumechange) | The volume has changed. | -| [`waiting`](/es/docs/Web/API/HTMLMediaElement/waiting_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-waiting) | Playback has stopped because of a temporary lack of data. | -| [`wheel`](/es/docs/Web/API/Element/wheel_event) | {{domxref("WheelEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-wheel) | A wheel button of a pointing device is rotated in any direction. | +| [`loadeddata`](/es/docs/Web/API/HTMLMediaElement/loadeddata_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-loadeddata) | The first frame of the media has finished loading. | +| [`loadedmetadata`](/es/docs/Web/API/HTMLMediaElement/loadedmetadata_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-loadedmetadata) | The metadata has been loaded. | +| [`loadend`](/es/docs/Web/API/XMLHttpRequest/loadend_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-loadend) | Progress has stopped (after "error", "abort" or "load" have been dispatched). | +| [`loadstart`](/es/docs/Web/API/XMLHttpRequest/loadstart_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/)and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-loadstart) | Progress has begun. | +| [`message`](/es/docs/Web/API/WebSocket/message_event) | {{domxref("MessageEvent")}} | [WebSocket](https://www.w3.org/TR/websockets/) | A message is received through a WebSocket. | +| [`message`](/es/docs/Web/API/DedicatedWorkerGlobalScope/message_event) | {{domxref("MessageEvent")}} | [Web Workers](https://www.w3.org/TR/workers/#communicating-with-a-dedicated-worker) | A message is received from a Web Worker. | +| [`message`](/es/docs/Web/Reference/Events/message_webmessaging) | {{domxref("MessageEvent")}} | [Web Messaging](https://www.w3.org/TR/webmessaging/) | A message is received from a child (i)frame or a parent window. | +| [`message`](/es/docs/Web/API/EventSource/message_event) | {{domxref("MessageEvent")}} | [Server Sent Events](https://dev.w3.org/html5/eventsource/) | A message is received through an event source. | +| [`mousedown`](/es/docs/Web/API/Element/mousedown_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mousedown) | A pointing device button (usually a mouse) is pressed on an element. | +| [`mouseenter`](/es/docs/Web/API/Element/mouseenter_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseenter) | A pointing device is moved onto the element that has the listener attached. | +| [`mouseleave`](/es/docs/Web/API/Element/mouseleave_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseleave) | A pointing device is moved off the element that has the listener attached. | +| [`mousemove`](/es/docs/Web/API/Element/mousemove_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mousemove) | A pointing device is moved over an element. | +| [`mouseout`](/es/docs/Web/API/Element/mouseout_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseout) | A pointing device is moved off the element that has the listener attached or off one of its children. | +| [`mouseover`](/es/docs/Web/API/Element/mouseover_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseover) | A pointing device is moved onto the element that has the listener attached or onto one of its children. | +| [`mouseup`](/es/docs/Web/API/Element/mouseup_event) | {{domxref("MouseEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-mouseup) | A pointing device button is released over an element. | +| [`noupdate`](/es/docs/Web/Reference/Events/noupdate) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The manifest hadn't changed. | +| [`obsolete`](/es/docs/Web/Reference/Events/obsolete) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The manifest was found to have become a 404 or 410 page, so the application cache is being deleted. | +| [`offline`](/es/docs/Web/API/Window/offline_event) | {{domxref("Event")}} | [HTML5 offline](https://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#event-offline) | The browser has lost access to the network. | +| [`online`](/es/docs/Web/API/Window/online_event) | {{domxref("Event")}} | [HTML5 offline](https://www.whatwg.org/specs/web-apps/current-work/multipage/offline.html#event-online) | The browser has gained access to the network (but particular websites might be unreachable). | +| [`open`](/es/docs/Web/API/WebSocket/open_event) | {{domxref("Event")}} | [WebSocket](https://www.w3.org/TR/websockets/) | A WebSocket connection has been established. | +| [`open`](/es/docs/Web/API/EventSource/open_event) | {{domxref("Event")}} | [Server Sent Events](https://dev.w3.org/html5/eventsource/) | An event source connection has been established. | +| [`orientationchange`](/es/docs/Web/API/Window/orientationchange_event) | {{domxref("Event")}} | [Screen Orientation](https://www.w3.org/TR/screen-orientation/) | The orientation of the device (portrait/landscape) has changed | +| [`pagehide`](/es/docs/Web/API/Window/pagehide_event) | {{domxref("PageTransitionEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-pagehide) | A session history entry is being traversed from. | +| [`pageshow`](/es/docs/Web/API/Window/pageshow_event) | {{domxref("PageTransitionEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-pageshow) | A session history entry is being traversed to. | +| [`paste`](/es/docs/Web/API/Element/paste_event) | {{domxref("ClipboardEvent")}} | [Clipboard](https://www.w3.org/TR/clipboard-apis/#paste-event) | Data has been transfered from the system clipboard to the document. | +| [`pause`](/es/docs/Web/API/HTMLMediaElement/pause_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-pause) | Playback has been paused. | +| [`pointerlockchange`](/es/docs/Web/API/Document/pointerlockchange_event) | {{domxref("Event")}} | [Pointer Lock](https://www.w3.org/TR/pointerlock/#pointerlockchange-and-pointerlockerror-events) | The pointer was locked or released. | +| [`pointerlockerror`](/es/docs/Web/API/Document/pointerlockerror_event) | {{domxref("Event")}} | [Pointer Lock](https://www.w3.org/TR/pointerlock/#pointerlockchange-and-pointerlockerror-events) | It was impossible to lock the pointer for technical reasons or because the permission was denied. | +| [`play`](/es/docs/Web/API/HTMLMediaElement/play_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-play) | Playback has begun. | +| [`playing`](/es/docs/Web/API/HTMLMediaElement/playing_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-playing) | Playback is ready to start after having been paused or delayed due to lack of data. | +| [`popstate`](/es/docs/Web/API/Window/popstate_event) | {{domxref("PopStateEvent")}} | [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/history.html#event-popstate) | A session history entry is being navigated to (in certain cases). | +| [`progress`](/es/docs/Web/API/XMLHttpRequest/progress_event) | {{domxref("ProgressEvent")}} | [Progress](https://www.w3.org/TR/progress-events/) and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-progress) | In progress. | +| [`progress`]() | {{domxref("ProgressEvent")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The user agent is downloading resources listed by the manifest. | +| [`ratechange`](/es/docs/Web/API/HTMLMediaElement/ratechange_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-ratechange) | The playback rate has changed. | +| [`readystatechange`](/es/docs/Web/API/Document/readystatechange_event) | {{domxref("Event")}} | HTML5 and [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-readystatechange) | The readyState attribute of a document has changed. | +| [`repeatEvent`](/es/docs/Web/API/SVGAnimationElement/repeatEvent_event) | {{domxref("TimeEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | A [SMIL](/es/docs/Web/SVG/SVG_animation_with_SMIL) animation element is repeated. | +| [`reset`](/es/docs/Web/API/HTMLFormElement/reset_event) | {{domxref("Event")}} | [DOM L2](https://www.w3.org/TR/DOM-Level-2-Events/events.html), [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission-0#resetting-a-form) | A form is reset. | +| [`resize`](/es/docs/Web/API/Window/resize_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-resize) | The document view has been resized. | +| [`scroll`](/es/docs/Web/API/Document/scroll_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-scroll) | The document view or an element has been scrolled. | +| [`seeked`](/es/docs/Web/API/HTMLMediaElement/seeked_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-seeked) | A _seek_ operation completed. | +| [`seeking`](/es/docs/Web/API/HTMLMediaElement/seeking_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-seeking) | A _seek_ operation began. | +| [`select`](/es/docs/Web/API/HTMLInputElement/select_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-select) | Some text is being selected. | +| [`show`](/es/docs/Web/Reference/Events/show) | {{domxref("MouseEvent")}} | [HTML5](https://www.w3.org/TR/html5/interactive-elements.html#context-menus) | A contextmenu event was fired on/bubbled to an element that has a [contextmenu](/es/docs/DOM/element.contextmenu) attribute | +| [`stalled`](/es/docs/Web/API/HTMLMediaElement/stalled_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-stalled) | The user agent is trying to fetch media data, but data is unexpectedly not forthcoming. | +| [`storage`](/es/docs/Web/API/Window/storage_event) | {{domxref("StorageEvent")}} | [Web Storage](https://www.w3.org/TR/webstorage/#the-storage-event) | A storage area ([localStorage](/es/docs/Web/API/Web_Storage_API#localstorage) or [sessionStorage](/es/docs/Web/API/Web_Storage_API#sessionstorage)) has changed. | +| [`submit`](/es/docs/Web/API/HTMLFormElement/submit_event) | {{domxref("Event")}} | [DOM L2](https://www.w3.org/TR/DOM-Level-2-Events/events.html), [HTML5](https://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#form-submission-algorithm) | A form is submitted. | +| [`success`](/es/docs/Web/API/IDBRequest/success_event) | {{domxref("Event")}} | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | A request successfully completed. | +| [`suspend`](/es/docs/Web/API/HTMLMediaElement/suspend_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-suspend) | Media data loading has been suspended. | +| [`SVGAbort`](/es/docs/Web/Reference/Events/SVGAbort) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | Page loading has been stopped before the [SVG](/es/docs/Web/SVG) was loaded. | +| [`SVGError`](/es/docs/Web/API/SVGElement/error_event) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An error has occurred before the [SVG](/es/docs/Web/SVG) was loaded. | +| [`SVGLoad`](/es/docs/Web/API/SVGElement/load_event) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document has been loaded and parsed. | +| [`SVGResize`](/es/docs/Web/Reference/Events/SVGResize) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document is being resized. | +| [`SVGScroll`](/es/docs/Web/Reference/Events/SVGScroll) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document is being scrolled. | +| [`SVGUnload`](/es/docs/Web/Reference/Events/SVGUnload) | {{domxref("SVGEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document has been removed from a window or frame. | +| [`SVGZoom`](/es/docs/Web/Reference/Events/SVGZoom) | {{domxref("SVGZoomEvent")}} | [SVG](https://www.w3.org/TR/SVG/interact.html#SVGEvents) | An [SVG](/es/docs/Web/SVG) document is being zoomed. | +| [`timeout`](/es/docs/Web/Reference/Events/timeout) | {{domxref("ProgressEvent")}} | [XMLHttpRequest](https://www.w3.org/TR/XMLHttpRequest/#event-xhr-timeout) | | +| [`timeupdate`](/es/docs/Web/API/HTMLMediaElement/timeupdate_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-timeupdate) | The time indicated by the `currentTime` attribute has been updated. | +| [`touchcancel`](/es/docs/Web/API/Element/touchcancel_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/) | A touch point has been disrupted in an implementation-specific manners (too many touch points for example). | +| [`touchend`](/es/docs/Web/API/Element/touchend_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/#the-touchend-event) | A touch point is removed from the touch surface. | +| [`touchenter`](/es/docs/Web/Reference/Events/touchenter) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/) Removed | A touch point is moved onto the interactive area of an element. | +| [`touchleave`](/es/docs/Web/Reference/Events/touchleave) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/) Removed | A touch point is moved off the interactive area of an element. | +| [`touchmove`](/es/docs/Web/API/Element/touchmove_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/#the-touchmove-event) | A touch point is moved along the touch surface. | +| [`touchstart`](/es/docs/Web/API/Element/touchstart_event) | {{domxref("TouchEvent")}} | [Touch Events](https://www.w3.org/TR/touch-events/#the-touchstart---------event) | A touch point is placed on the touch surface. | +| [`transitionend`](/es/docs/Web/API/Element/transitionend_event) | {{domxref("TransitionEvent")}} | [CSS Transitions](https://www.w3.org/TR/css3-transitions/#transition-events) | A [CSS transition](/es/docs/Web/CSS/CSS_transitions/Using_CSS_transitions) has completed. | +| [`unload`](/es/docs/Web/API/Window/unload_event) | {{domxref("UIEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-unload) | The document or a dependent resource is being unloaded. | +| [`updateready`](/es/docs/Web/Reference/Events/updateready) | {{domxref("Event")}} | [Offline](https://dev.w3.org/html5/spec/offline.html) | The resources listed in the manifest have been newly redownloaded, and the script can use `swapCache()` to switch to the new cache. | +| [`upgradeneeded`](/es/docs/Web/API/IDBOpenDBRequest/upgradeneeded_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#request-api) | An attempt was made to open a database with a version number higher than its current version. A `versionchange` transaction has been created. | +| [`userproximity`](/es/docs/Web/Reference/Events/userproximity) | {{domxref("SensorEvent")}} | [Sensor](https://dvcs.w3.org/hg/dap/raw-file/tip/proximity/Overview.html) | Fresh data is available from a proximity sensor (indicates whether the nearby object is `near` the device or not). | +| [`versionchange`](/es/docs/Web/API/IDBDatabase/versionchange_event) | | [IndexedDB](https://www.w3.org/TR/IndexedDB/#database-interface) | A `versionchange` transaction completed. | +| [`visibilitychange`](/es/docs/Web/API/Document/visibilitychange_event) | {{domxref("Event")}} | [Page visibility](https://www.w3.org/TR/page-visibility/#sec-visibilitychange-event) | The content of a tab has become visible or has been hidden. | +| [`volumechange`](/es/docs/Web/API/HTMLMediaElement/volumechange_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-volumechange) | The volume has changed. | +| [`waiting`](/es/docs/Web/API/HTMLMediaElement/waiting_event) | {{domxref("Event")}} | [HTML5 media](https://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#event-media-waiting) | Playback has stopped because of a temporary lack of data. | +| [`wheel`](/es/docs/Web/API/Element/wheel_event) | {{domxref("WheelEvent")}} | [DOM L3](https://www.w3.org/TR/DOM-Level-3-Events/#event-type-wheel) | A wheel button of a pointing device is rotated in any direction. | ## Eventos no estándar -| Nombre del evento | Tipo de evento | Especificación | Se activa al... | -| ------------------------------------------------------------------------------------------------ | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Nombre del evento | Tipo de evento | Especificación | Se activa al... | +| ------------------------------------------------------------------------------------------------- | --------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | [`afterscriptexecute`](/es/docs/Web/API/Element/afterscriptexecute_event) | {{domxref("Event")}} | _Mozilla Specific_ | A script has been executed. | | [`beforescriptexecute`](/es/docs/Web/API/Element/beforescriptexecute_event) | {{domxref("Event")}} | _Mozilla Specific_ | A script is about to be executed. | -| [`cardstatechange`](/es/docs/Web/Reference/Events/cardstatechange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.cardState")}} property changes value. | -| [`change`](/es/docs/Web/API/HTMLElement/change_event) | {{domxref("DeviceStorageChangeEvent")}} | _Firefox OS specific_ | This event is triggered each time a file is created, modified or deleted on a given storage area. | -| [`connectionInfoUpdate`](/es/docs/Web/Reference/Events/connectionInfoUpdate) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#176) | The informations about the signal strength and the link speed have been updated. | -| [`cfstatechange`](/es/docs/Web/Reference/Events/cfstatechange) | | _Firefox OS specific_ | The call forwarding state changes. | -| [`datachange`](/es/docs/Web/Reference/Events/datachange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.data")}} object changes values. | -| [`dataerror`](/es/docs/Web/Reference/Events/dataerror) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.data")}} object receive an error from the RIL. | -| [`DOMMouseScroll`](/es/docs/Web/API/Element/DOMMouseScroll_event) {{deprecated_inline}} | | _Mozilla specific_ | The wheel button of a pointing device is rotated (detail attribute is a number of lines). (use [`wheel`](/es/docs/Web/API/Element/wheel_event) instead) | -| `dragdrop` {{deprecated_inline}} | `DragEvent` | _Mozilla specific_ | An element is dropped (use [`drop`](/es/docs/Web/API/HTMLElement/drop_event) instead). | -| `dragexit` {{deprecated_inline}} | `DragEvent` | _Mozilla specific_ | A drag operation is being ended(use [`dragend`](/es/docs/Web/API/HTMLElement/dragend_event) instead). | -| `draggesture` {{deprecated_inline}} | `DragEvent` | _Mozilla specific_ | The user starts dragging an element or text selection (use [`dragstart`](/es/docs/Web/API/HTMLElement/dragstart_event) instead). | -| [`icccardlockerror`](/es/docs/Web/Reference/Events/icccardlockerror) | | _Firefox OS specific_ | the {{domxref("MozMobileConnection.unlockCardLock()")}} or {{domxref("MozMobileConnection.setCardLock()")}} methods fails. | -| [`iccinfochange`](/es/docs/Web/Reference/Events/iccinfochange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.iccInfo")}} object changes. | -| [`localized`](/es/docs/Web/Reference/Events/localized) | | _[Mozilla Specific](https://github.com/fabi1cazenave/webL10n)_ | The page has been localized using data-l10n-\* attributes. | +| [`cardstatechange`](/es/docs/Web/Reference/Events/cardstatechange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.cardState")}} property changes value. | +| [`change`](/es/docs/Web/API/HTMLElement/change_event) | {{domxref("DeviceStorageChangeEvent")}} | _Firefox OS specific_ | This event is triggered each time a file is created, modified or deleted on a given storage area. | +| [`connectionInfoUpdate`](/es/docs/Web/Reference/Events/connectionInfoUpdate) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#176) | The informations about the signal strength and the link speed have been updated. | +| [`cfstatechange`](/es/docs/Web/Reference/Events/cfstatechange) | | _Firefox OS specific_ | The call forwarding state changes. | +| [`datachange`](/es/docs/Web/Reference/Events/datachange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.data")}} object changes values. | +| [`dataerror`](/es/docs/Web/Reference/Events/dataerror) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.data")}} object receive an error from the RIL. | +| [`DOMMouseScroll`](/es/docs/Web/API/Element/DOMMouseScroll_event) {{deprecated_inline}} | | _Mozilla specific_ | The wheel button of a pointing device is rotated (detail attribute is a number of lines). (use [`wheel`](/es/docs/Web/API/Element/wheel_event) instead) | +| `dragdrop` {{deprecated_inline}} | `DragEvent` | _Mozilla specific_ | An element is dropped (use [`drop`](/es/docs/Web/API/HTMLElement/drop_event) instead). | +| `dragexit` {{deprecated_inline}} | `DragEvent` | _Mozilla specific_ | A drag operation is being ended(use [`dragend`](/es/docs/Web/API/HTMLElement/dragend_event) instead). | +| `draggesture` {{deprecated_inline}} | `DragEvent` | _Mozilla specific_ | The user starts dragging an element or text selection (use [`dragstart`](/es/docs/Web/API/HTMLElement/dragstart_event) instead). | +| [`icccardlockerror`](/es/docs/Web/Reference/Events/icccardlockerror) | | _Firefox OS specific_ | the {{domxref("MozMobileConnection.unlockCardLock()")}} or {{domxref("MozMobileConnection.setCardLock()")}} methods fails. | +| [`iccinfochange`](/es/docs/Web/Reference/Events/iccinfochange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.iccInfo")}} object changes. | +| [`localized`](/es/docs/Web/Reference/Events/localized) | | _[Mozilla Specific](https://github.com/fabi1cazenave/webL10n)_ | The page has been localized using data-l10n-\* attributes. | | [`mousewheel`](/es/docs/Web/API/Element/mousewheel_event) {{deprecated_inline}} | | [_IE invented_](http://msdn.microsoft.com/en-us/library/ie/ms536951%28v=vs.85%29.aspx) | The wheel button of a pointing device is rotated. | -| [`MozAudioAvailable`](/es/docs/Web/Reference/Events/MozAudioAvailable) | {{domxref("Event")}} | _Mozilla specific_ | The audio buffer is full and the corresponding raw samples are available. | -| [`mozbrowserclose`](/es/docs/Web/Reference/Events/mozbrowserclose) | | _Firefox OS specific_ | Sent when window\.close() is called within a browser iframe. | -| [`mozbrowsercontextmenu`](/es/docs/Web/Reference/Events/mozbrowsercontextmenu) | | _Firefox OS specific_ | Sent when a browser {{HTMLElement("iframe")}} try to open a context menu. | -| [`mozbrowsererror`](/es/docs/Web/Reference/Events/mozbrowsererror) | | _Firefox OS specific_ | Sent when an error occured while trying to load a content within a browser iframe | -| [`mozbrowsericonchange`](/es/docs/Web/Reference/Events/mozbrowsericonchange) | | _Firefox OS specific_ | Sent when the favicon of a browser iframe changes. | -| [`mozbrowserlocationchange`](/es/docs/Web/Reference/Events/mozbrowserlocationchange) | | _Firefox OS specific_ | Sent when an browser iframe's location changes. | -| [`mozbrowserloadend`](/es/docs/Web/Reference/Events/mozbrowserloadend) | | _Firefox OS specific_ | Sent when the browser iframe has finished loading all its assets. | -| [`mozbrowserloadstart`](/es/docs/Web/Reference/Events/mozbrowserloadstart) | | _Firefox OS specific_ | Sent when the browser iframe starts to load a new page. | -| [`mozbrowseropenwindow`](/es/docs/Web/Reference/Events/mozbrowseropenwindow) | | _Firefox OS specific_ | Sent when {{domxref("window.open()")}} is called within a browser iframe. | -| [`mozbrowsersecuritychange`](/es/docs/Web/Reference/Events/mozbrowsersecuritychange) | | _Firefox OS specific_ | Sent when the SSL state changes within a browser iframe. | -| [`mozbrowsershowmodalprompt`](/es/docs/Web/Reference/Events/mozbrowsershowmodalprompt) | | _Firefox OS specific_ | Sent when {{domxref("window.alert","alert()")}}, {{domxref("window.confirm","confirm()")}} or {{domxref("window.prompt","prompt()")}} are called within a browser iframe | -| [`mozbrowsertitlechange`](/es/docs/Web/Reference/Events/mozbrowsertitlechange) | | _Firefox OS specific_ | Sent when the document.title changes within a browser iframe. | -| [`MozGamepadButtonDown`](/es/docs/Web/Reference/Events/MozGamepadButtonDown) | | _To be specified_ | A gamepad button is pressed down. | -| [`MozGamepadButtonUp`](/es/docs/Web/Reference/Events/MozGamepadButtonUp) | | _To be specified_ | A gamepad button is released. | +| [`MozAudioAvailable`](/es/docs/Web/Reference/Events/MozAudioAvailable) | {{domxref("Event")}} | _Mozilla specific_ | The audio buffer is full and the corresponding raw samples are available. | +| [`mozbrowserclose`](/es/docs/Web/Reference/Events/mozbrowserclose) | | _Firefox OS specific_ | Sent when window\.close() is called within a browser iframe. | +| [`mozbrowsercontextmenu`](/es/docs/Web/Reference/Events/mozbrowsercontextmenu) | | _Firefox OS specific_ | Sent when a browser {{HTMLElement("iframe")}} try to open a context menu. | +| [`mozbrowsererror`](/es/docs/Web/Reference/Events/mozbrowsererror) | | _Firefox OS specific_ | Sent when an error occured while trying to load a content within a browser iframe | +| [`mozbrowsericonchange`](/es/docs/Web/Reference/Events/mozbrowsericonchange) | | _Firefox OS specific_ | Sent when the favicon of a browser iframe changes. | +| [`mozbrowserlocationchange`](/es/docs/Web/Reference/Events/mozbrowserlocationchange) | | _Firefox OS specific_ | Sent when an browser iframe's location changes. | +| [`mozbrowserloadend`](/es/docs/Web/Reference/Events/mozbrowserloadend) | | _Firefox OS specific_ | Sent when the browser iframe has finished loading all its assets. | +| [`mozbrowserloadstart`](/es/docs/Web/Reference/Events/mozbrowserloadstart) | | _Firefox OS specific_ | Sent when the browser iframe starts to load a new page. | +| [`mozbrowseropenwindow`](/es/docs/Web/Reference/Events/mozbrowseropenwindow) | | _Firefox OS specific_ | Sent when {{domxref("window.open()")}} is called within a browser iframe. | +| [`mozbrowsersecuritychange`](/es/docs/Web/Reference/Events/mozbrowsersecuritychange) | | _Firefox OS specific_ | Sent when the SSL state changes within a browser iframe. | +| [`mozbrowsershowmodalprompt`](/es/docs/Web/Reference/Events/mozbrowsershowmodalprompt) | | _Firefox OS specific_ | Sent when {{domxref("window.alert","alert()")}}, {{domxref("window.confirm","confirm()")}} or {{domxref("window.prompt","prompt()")}} are called within a browser iframe | +| [`mozbrowsertitlechange`](/es/docs/Web/Reference/Events/mozbrowsertitlechange) | | _Firefox OS specific_ | Sent when the document.title changes within a browser iframe. | +| [`MozGamepadButtonDown`](/es/docs/Web/Reference/Events/MozGamepadButtonDown) | | _To be specified_ | A gamepad button is pressed down. | +| [`MozGamepadButtonUp`](/es/docs/Web/Reference/Events/MozGamepadButtonUp) | | _To be specified_ | A gamepad button is released. | | [`MozMousePixelScroll`](/es/docs/Web/API/Element/MozMousePixelScroll_event) {{deprecated_inline}} | | _Mozilla specific_ | The wheel button of a pointing device is rotated (detail attribute is a number of pixels). (use wheel instead) | -| [`MozOrientation`](/es/docs/Web/Reference/Events/MozOrientation) {{deprecated_inline}} | | _Mozilla specific_ | Fresh data is available from an orientation sensor (see deviceorientation). | -| [`MozScrolledAreaChanged`](/es/docs/Web/Reference/Events/MozScrolledAreaChanged) | {{domxref("UIEvent")}} | _Mozilla specific_ | The document view has been scrolled or resized. | -| [`moztimechange`](/es/docs/Web/Reference/Events/moztimechange) | | _Mozilla specific_ | The time of the device has been changed. | -| [MozTouchDown]() {{deprecated_inline}} | | _Mozilla specific_ | A touch point is placed on the touch surface (use touchstart instead). | -| [MozTouchMove]() {{deprecated_inline}} | | _Mozilla specific_ | A touch point is moved along the touch surface (use touchmove instead). | -| [MozTouchUp]() {{deprecated_inline}} | | _Mozilla specific_ | A touch point is removed from the touch surface (use touchend instead). | -| [`alerting`](/es/docs/Web/Reference/Events/alerting) | {{domxref("CallEvent")}} | _To be specified_ | The correspondent is being alerted (his/her phone is ringing). | -| [`busy`](/es/docs/Web/Reference/Events/busy) | {{domxref("CallEvent")}} | _To be specified_ | The line of the correspondent is busy. | -| [`callschanged`](/es/docs/Web/Reference/Events/callschanged) | {{domxref("CallEvent")}} | _To be specified_ | A call has been added or removed from the list of current calls. | -| [onconnected](/es/docs/DOM/onconnected) [`connected`](/es/docs/Web/Reference/Events/connected) | {{domxref("CallEvent")}} | _To be specified_ | A call has been connected. | -| [`connecting`](/es/docs/Web/Reference/Events/connecting) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to connect. | -| [`delivered`](/es/docs/Web/Reference/Events/delivered) | {{domxref("SMSEvent")}} | _To be specified_ | An SMS has been successfully delivered. | -| [`dialing`](/es/docs/Web/Reference/Events/dialing) | {{domxref("CallEvent")}} | _To be specified_ | The number of a correspondent has been dialed. | -| [`disabled`](/es/docs/Web/Reference/Events/disabled) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#182) | Wifi has been disabled on the device. | -| [`disconnected`](/es/docs/Web/Reference/Events/disconnected) | {{domxref("CallEvent")}} | _To be specified_ | A call has been disconnected. | -| [`disconnecting`](/es/docs/Web/Reference/Events/disconnecting) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to disconnect. | -| [`enabled`](/es/docs/Web/Reference/Events/enabled) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#182) | Wifi has been enabled on the device. | -| [`error`]() | {{domxref("CallEvent")}} | _To be specified_ | An error occurred. | -| [`held`](/es/docs/Web/Reference/Events/held) | {{domxref("CallEvent")}} | _To be specified_ | A call has been held. | -| [`holding`](/es/docs/Web/Reference/Events/holding) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to be held. | -| [`incoming`](/es/docs/Web/Reference/Events/incoming) | {{domxref("CallEvent")}} | _To be specified_ | A call is being received. | -| [`received`](/es/docs/Web/Reference/Events/received) | {{domxref("SMSEvent")}} | _To be specified_ | An SMS has been received. | -| [`resuming`](/es/docs/Web/Reference/Events/resuming) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to resume. | -| [`sent`](/es/docs/Web/Reference/Events/sent) | {{domxref("SMSEvent")}} | _To be specified_ | An SMS has been sent. | -| [`statechange`](/es/docs/Web/API/RTCIceTransport/statechange_event) | {{domxref("CallEvent")}} | _To be specified_ | The state of a call has changed. | -| [`statuschange`](/es/docs/Web/Reference/Events/statuschange) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#156) | The status of the Wifi connection changed. | -| [`overflow`](/es/docs/Web/Reference/Events/overflow) | {{domxref("UIEvent")}} | _Mozilla specific_ | An element has been overflowed by its content or has been rendered for the first time in this state (only works for elements styled with `overflow` != `visible`). | -| [`smartcard-insert`](/es/docs/Web/Reference/Events/smartcard-insert) | | _Mozilla specific_ | A [smartcard](/es/docs/JavaScript_crypto) has been inserted. | -| [`smartcard-remove`](/es/docs/Web/Reference/Events/smartcard-remove) | | _Mozilla specific_ | A [smartcard](/es/docs/JavaScript_crypto) has been removed. | -| [`stkcommand`](/es/docs/Web/Reference/Events/stkcommand) | | _Firefox OS specific_ | The STK Proactive Command is issued from ICC. | -| [`stksessionend`](/es/docs/Web/Reference/Events/stksessionend) | | _Firefox OS specific_ | The STK Session is terminated by ICC. | -| `text` | | _Mozilla Specific_ | A generic composition event occurred. | -| [`underflow`](/es/docs/Web/Reference/Events/underflow)" | {{domxref("UIEvent")}} | _Mozilla specific_ | An element is no longer overflowed by its content (only works for elements styled with `overflow` != `visible`). | -| `uploadprogress` {{deprecated_inline}} | {{domxref("ProgressEvent")}} | _Mozilla Specific_ | Upload is in progress (see [`progress`](/es/docs/Web/API/XMLHttpRequest/progress_event)). | -| [`ussdreceived`](/es/docs/Web/Reference/Events/ussdreceived) | | _Firefox OS specific_ | A new USSD message is received | -| [`voicechange`](/es/docs/Web/Reference/Events/voicechange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.voice")}} object changes values. | +| [`MozOrientation`](/es/docs/Web/Reference/Events/MozOrientation) {{deprecated_inline}} | | _Mozilla specific_ | Fresh data is available from an orientation sensor (see deviceorientation). | +| [`MozScrolledAreaChanged`](/es/docs/Web/Reference/Events/MozScrolledAreaChanged) | {{domxref("UIEvent")}} | _Mozilla specific_ | The document view has been scrolled or resized. | +| [`moztimechange`](/es/docs/Web/Reference/Events/moztimechange) | | _Mozilla specific_ | The time of the device has been changed. | +| [MozTouchDown]() {{deprecated_inline}} | | _Mozilla specific_ | A touch point is placed on the touch surface (use touchstart instead). | +| [MozTouchMove]() {{deprecated_inline}} | | _Mozilla specific_ | A touch point is moved along the touch surface (use touchmove instead). | +| [MozTouchUp]() {{deprecated_inline}} | | _Mozilla specific_ | A touch point is removed from the touch surface (use touchend instead). | +| [`alerting`](/es/docs/Web/Reference/Events/alerting) | {{domxref("CallEvent")}} | _To be specified_ | The correspondent is being alerted (his/her phone is ringing). | +| [`busy`](/es/docs/Web/Reference/Events/busy) | {{domxref("CallEvent")}} | _To be specified_ | The line of the correspondent is busy. | +| [`callschanged`](/es/docs/Web/Reference/Events/callschanged) | {{domxref("CallEvent")}} | _To be specified_ | A call has been added or removed from the list of current calls. | +| [onconnected](/es/docs/DOM/onconnected) [`connected`](/es/docs/Web/Reference/Events/connected) | {{domxref("CallEvent")}} | _To be specified_ | A call has been connected. | +| [`connecting`](/es/docs/Web/Reference/Events/connecting) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to connect. | +| [`delivered`](/es/docs/Web/Reference/Events/delivered) | {{domxref("SMSEvent")}} | _To be specified_ | An SMS has been successfully delivered. | +| [`dialing`](/es/docs/Web/Reference/Events/dialing) | {{domxref("CallEvent")}} | _To be specified_ | The number of a correspondent has been dialed. | +| [`disabled`](/es/docs/Web/Reference/Events/disabled) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#182) | Wifi has been disabled on the device. | +| [`disconnected`](/es/docs/Web/Reference/Events/disconnected) | {{domxref("CallEvent")}} | _To be specified_ | A call has been disconnected. | +| [`disconnecting`](/es/docs/Web/Reference/Events/disconnecting) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to disconnect. | +| [`enabled`](/es/docs/Web/Reference/Events/enabled) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#182) | Wifi has been enabled on the device. | +| [`error`]() | {{domxref("CallEvent")}} | _To be specified_ | An error occurred. | +| [`held`](/es/docs/Web/Reference/Events/held) | {{domxref("CallEvent")}} | _To be specified_ | A call has been held. | +| [`holding`](/es/docs/Web/Reference/Events/holding) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to be held. | +| [`incoming`](/es/docs/Web/Reference/Events/incoming) | {{domxref("CallEvent")}} | _To be specified_ | A call is being received. | +| [`received`](/es/docs/Web/Reference/Events/received) | {{domxref("SMSEvent")}} | _To be specified_ | An SMS has been received. | +| [`resuming`](/es/docs/Web/Reference/Events/resuming) | {{domxref("CallEvent")}} | _To be specified_ | A call is about to resume. | +| [`sent`](/es/docs/Web/Reference/Events/sent) | {{domxref("SMSEvent")}} | _To be specified_ | An SMS has been sent. | +| [`statechange`](/es/docs/Web/API/RTCIceTransport/statechange_event) | {{domxref("CallEvent")}} | _To be specified_ | The state of a call has changed. | +| [`statuschange`](/es/docs/Web/Reference/Events/statuschange) | | [_Firefox OS specific_](http://mxr.mozilla.org/mozilla-central/source/dom/wifi/nsIWifi.idl?rev=3e586802f478#156) | The status of the Wifi connection changed. | +| [`overflow`](/es/docs/Web/Reference/Events/overflow) | {{domxref("UIEvent")}} | _Mozilla specific_ | An element has been overflowed by its content or has been rendered for the first time in this state (only works for elements styled with `overflow` != `visible`). | +| [`smartcard-insert`](/es/docs/Web/Reference/Events/smartcard-insert) | | _Mozilla specific_ | A [smartcard](/es/docs/JavaScript_crypto) has been inserted. | +| [`smartcard-remove`](/es/docs/Web/Reference/Events/smartcard-remove) | | _Mozilla specific_ | A [smartcard](/es/docs/JavaScript_crypto) has been removed. | +| [`stkcommand`](/es/docs/Web/Reference/Events/stkcommand) | | _Firefox OS specific_ | The STK Proactive Command is issued from ICC. | +| [`stksessionend`](/es/docs/Web/Reference/Events/stksessionend) | | _Firefox OS specific_ | The STK Session is terminated by ICC. | +| `text` | | _Mozilla Specific_ | A generic composition event occurred. | +| [`underflow`](/es/docs/Web/Reference/Events/underflow)" | {{domxref("UIEvent")}} | _Mozilla specific_ | An element is no longer overflowed by its content (only works for elements styled with `overflow` != `visible`). | +| `uploadprogress` {{deprecated_inline}} | {{domxref("ProgressEvent")}} | _Mozilla Specific_ | Upload is in progress (see [`progress`](/es/docs/Web/API/XMLHttpRequest/progress_event)). | +| [`ussdreceived`](/es/docs/Web/Reference/Events/ussdreceived) | | _Firefox OS specific_ | A new USSD message is received | +| [`voicechange`](/es/docs/Web/Reference/Events/voicechange) | | _Firefox OS specific_ | The {{domxref("MozMobileConnection.voice")}} object changes values. | ## Eventos específicos de Mozilla @@ -299,7 +299,7 @@ Estos eventos se definen en las especificaciones Web oficiales, y deben ser comu | [AlertClose](/es/docs/Web/Reference/Events/AlertClose) | | _Addons specific_ | A [`notification`](/es/docs/XUL/notification) element is closed. | | [fullscreen](/es/docs/Web/Reference/Events/fullscreen) | | _Addons specific_ | Browser fullscreen mode has been entered or left. | | [sizemodechange](/es/docs/Web/Reference/Events/sizemodechange) | | _Addons specific_ | Window has entered/left fullscreen mode, or has been minimized/unminimized. | -| [MozEnteredDomFullscreen](/es/docs/Web/Reference/Events/MozEnteredDomFullscreen) | | _Addons specific_ | [DOM fullscreen](/es/docs/Web/API/Fullscreen_API) mode has been entered. | +| [MozEnteredDomFullscreen](/es/docs/Web/Reference/Events/MozEnteredDomFullscreen) | | _Addons specific_ | [DOM fullscreen](/es/docs/Web/API/Fullscreen_API) mode has been entered. | | [SSWindowClosing](/es/docs/Web/Reference/Events/SSWindowClosing) | | _Addons specific_ | The session store will stop tracking this window. | | [SSTabClosing](/es/docs/Web/Reference/Events/SSTabClosing) | | _Addons specific_ | The session store will stop tracking this tab. | | [SSTabRestoring](/es/docs/Web/Reference/Events/SSTabRestoring) | | _Addons specific_ | A tab is about to be restored. | diff --git a/files/es/web/html/element/abbr/index.md b/files/es/web/html/element/abbr/index.md index 707f5e0451b50a..b05478a328b0d7 100644 --- a/files/es/web/html/element/abbr/index.md +++ b/files/es/web/html/element/abbr/index.md @@ -13,11 +13,11 @@ El **elemento HTML ``** (_o Elemento de Abreviación HTML_) representa una El artículo [Cómo marcar abreviaciones y hacerlas entendibles](/es/docs/Learn/HTML/Howto/Mark_abbreviations_and_make_them_understandable) es una guía para aprender a usar `` y elementos relacionados. -| Interfaz DOM | {{domxref("HTMLElement")}} | -| -------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| Interfaz DOM | {{domxref("HTMLElement")}} | +| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | | [Categorías de contenido](/es/docs/Web/HTML/Content_categories) | [Contenido dinámico](/es/docs/Web/HTML/Content_categories#contenido_dinámico), [contenido estático o de texto](/es/docs/Web/HTML/Content_categories#contenido_estático_o_de_texto), contenido palpable | -| Conteido permitido | [Contenido de estático o de texto](/es/docs/Web/HTML/Content_categories#contenido_estático_o_de_texto) | -| Elementos padre permitidos | Cualquier elemento que acepte [contenido estático o de texto](/es/docs/Web/HTML/Content_categories#contenido_estático_o_de_texto) | +| Conteido permitido | [Contenido de estático o de texto](/es/docs/Web/HTML/Content_categories#contenido_estático_o_de_texto) | +| Elementos padre permitidos | Cualquier elemento que acepte [contenido estático o de texto](/es/docs/Web/HTML/Content_categories#contenido_estático_o_de_texto) | ## Atributos diff --git a/files/es/web/html/element/address/index.md b/files/es/web/html/element/address/index.md index 32aff47d65f5e7..95c2188da44832 100644 --- a/files/es/web/html/element/address/index.md +++ b/files/es/web/html/element/address/index.md @@ -15,11 +15,11 @@ El **elemento HTML `
`** aporta información de contacto para su {{HTMLE > - Normalmente un elemento `
` puede ser colocado dentro del elemento {{HTMLElement("footer")}} de la sección actual, si lo hay. | [Categorías de contenido](/es/docs/Web/HTML/Content_categories) | [Contenido dinámico](/es/docs/Web/HTML/Content_categories#contenido_dinámico), contenido palpable | -| -------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Contenido permitido | [Contenido dinámico](/es/docs/Web/HTML/Content_categories#contenido_dinámico), pero no con elementos `
` anidados, no contenidos de cabecera ({{HTMLElement("hgroup")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}), no contenido de sección ({{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("section")}}, {{HTMLElement("nav")}}), y no elemento {{HTMLElement("header")}} o {{HTMLElement("footer")}}. | -| Etiqueta de omisión | Ninguna, tanto la etiqueta inicial como la final son obligatorias. | -| Elementos padre permitidos | Cualquier elemento que acepte [contenido dinámico](/es/docs/Web/HTML/Content_categories#contenido_dinámico). | -| Interfaz DOM | {{domxref("HTMLElement")}} antes de Gecko 2.0 (Firefox 4), Gecko implementó este elemento usando la interfaz {{domxref("HTMLSpanElement")}}. | +| --------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | +| Contenido permitido | [Contenido dinámico](/es/docs/Web/HTML/Content_categories#contenido_dinámico), pero no con elementos `
` anidados, no contenidos de cabecera ({{HTMLElement("hgroup")}}, {{HTMLElement("h1")}}, {{HTMLElement("h2")}}, {{HTMLElement("h3")}}, {{HTMLElement("h4")}}, {{HTMLElement("h5")}}, {{HTMLElement("h6")}}), no contenido de sección ({{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("section")}}, {{HTMLElement("nav")}}), y no elemento {{HTMLElement("header")}} o {{HTMLElement("footer")}}. | +| Etiqueta de omisión | Ninguna, tanto la etiqueta inicial como la final son obligatorias. | +| Elementos padre permitidos | Cualquier elemento que acepte [contenido dinámico](/es/docs/Web/HTML/Content_categories#contenido_dinámico). | +| Interfaz DOM | {{domxref("HTMLElement")}} antes de Gecko 2.0 (Firefox 4), Gecko implementó este elemento usando la interfaz {{domxref("HTMLSpanElement")}}. | ## Atributos diff --git a/files/es/web/html/element/aside/index.md b/files/es/web/html/element/aside/index.md index bd84c3d5086b06..1263595fb5729c 100644 --- a/files/es/web/html/element/aside/index.md +++ b/files/es/web/html/element/aside/index.md @@ -14,11 +14,11 @@ El **elemento HTML `