Skip to content

Commit

Permalink
remove browser-compat frontmatter, remove specs and compat sections
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayWolf committed Aug 8, 2023
1 parent dd44100 commit c42b902
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 90 deletions.
9 changes: 0 additions & 9 deletions files/es/conflicting/web/api/element/click_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: GlobalEventHandlers.onclick
slug: conflicting/Web/API/Element/click_event
original_slug: Web/API/GlobalEventHandlers/onclick
browser-compat: api.Element.click_event
---

{{ ApiRef("HTML DOM") }}
Expand Down Expand Up @@ -65,11 +64,3 @@ p.onclick = function(event) { alert("moot!"); };
El evento `click` se genera cuando el usuario hace clic en un elemento. El evento clic ocurrirá después de los eventos `mousedown` y `mouseup`.

Solo se puede asignar un controlador `click` a un objeto a la vez con esta propiedad. Puede que prefiera utilizar el método {{domxref ("EventTarget.addEventListener()")}} en su lugar, ya que es más flexible y forma parte de la especificación DOM Events.

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
9 changes: 0 additions & 9 deletions files/es/conflicting/web/api/element/keydown_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: GlobalEventHandlers.onkeydown
slug: conflicting/Web/API/Element/keydown_event
original_slug: Web/API/GlobalEventHandlers/onkeydown
browser-compat: api.Element.keydown_event
---

{{ApiRef("HTML DOM")}}
Expand All @@ -18,11 +17,3 @@ element.onkeydown = event handling code
## Notas

El evento `keydown` se lanza cuando el usuario presiona una tecla.

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
9 changes: 0 additions & 9 deletions files/es/conflicting/web/api/element/keyup_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: GlobalEventHandlers.onkeyup
slug: conflicting/Web/API/Element/keyup_event
original_slug: Web/API/GlobalEventHandlers/onkeyup
browser-compat: api.Element.keyup_event
---

{{ApiRef("HTML DOM")}}
Expand All @@ -25,11 +24,3 @@ element.onkeyup = event handling code
## Notas

El evento keyup se lanza cuando el usuario suelta la tecla que ha sido presionada.

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: GlobalEventHandlers.onchange
slug: conflicting/Web/API/HTMLElement/change_event
original_slug: Web/API/GlobalEventHandlers/onchange
browser-compat: api.HTMLElement.change_event
---

{{ ApiRef("HTML DOM") }}
Expand All @@ -23,11 +22,3 @@ var handlerFunction = element.onchange;
Mir el la págna [Manejadores de eventos DOM](/es/docs/Web/Guide/Events/Event_handlers) para más información sobre cómo trabajar con los manejadore `on`.

Mira la documentación para el evento [`change`](/es/docs/Web/Reference/Events/change).

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
9 changes: 0 additions & 9 deletions files/es/conflicting/web/api/htmlelement/input_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: GlobalEventHandlers.oninput
slug: conflicting/Web/API/HTMLElement/input_event
original_slug: Web/API/GlobalEventHandlers/oninput
browser-compat: api.HTMLElement.input_event
---

{{ ApiRef("HTML DOM") }}
Expand All @@ -25,14 +24,6 @@ window.addEventListener('input', function (e) {
<input placeholder="Tipee aquí y vea la consola.">
```

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Vea también

- [Un laberinto de navegadores HTML5, soporte para oninput](http://blog.danielfriesen.name/2010/02/16/html5-browser-maze-oninput-support/)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Window.onbeforeunload
slug: conflicting/Web/API/Window/beforeunload_event
original_slug: Web/API/WindowEventHandlers/onbeforeunload
browser-compat: api.Window.beforeunload_event
---

{{ApiRef}}
Expand Down Expand Up @@ -37,14 +36,6 @@ Desde el 25 de mayo de 2011, los estados de la [especificación HTML5](http://ww

Se _puede_ y se _debería_ controlar este evento con {{domxref("EventTarget.addEventListener","window.addEventListener()")}} y el [evento `beforeunload`](/es/docs/Mozilla_event_reference/beforeunload) (más información en los enlaces).

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Ver también

- [MSDN: evento onbeforeunload](<http://msdn.microsoft.com/en-us/library/ms536907(VS.85).aspx>) (en inglés)
9 changes: 0 additions & 9 deletions files/es/conflicting/web/api/window/hashchange_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: WindowEventHandlers.onhashchange
slug: conflicting/Web/API/Window/hashchange_event
original_slug: Web/API/WindowEventHandlers/onhashchange
browser-compat: api.Window.hashchange_event
---

{{APIRef("HTML DOM")}}
Expand Down Expand Up @@ -56,11 +55,3 @@ El evento `hashchange` enviado, tiene los siguientes campos:
| ----------------------------------------------------- | ----------- | ----------------------------------------------------- |
| `newURL` | `DOMString` | La URL nueva hacia la cual la ventana está navegando. |
| `oldURL` | `DOMString` | La URL anterior desde la cual la ventana navegó. |

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: String.prototype.toSource()
slug: conflicting/Web/JavaScript/Reference/Global_Objects/String/toString
original_slug: Web/JavaScript/Reference/Global_Objects/String/toSource
browser-compat: javascript.builtins.String.toString
---

{{JSRef}} {{non-standard_header}}
Expand Down Expand Up @@ -36,14 +35,6 @@ Para instancias de {{jsxref("String")}} o cadenas literales, `toSource()` devuel

Este método usualmente es llamado internamente por JavaScript y no explícitamente en código.

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Véase también

- {{jsxref("Object.prototype.toSource()")}}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: WebAssembly
slug: conflicting/WebAssembly/JavaScript_interface
original_slug: Web/JavaScript/Reference/Global_Objects/WebAssembly
browser-compat: javascript.builtins.WebAssembly
---

{{JSRef}}
Expand Down Expand Up @@ -73,14 +72,6 @@ fetch('simple.wasm').then(response =>

> **Nota:** Ver [index.html](https://github.com/mdn/webassembly-examples/blob/master/js-api-examples/index.html) en GitHub ([view it live also](https://mdn.github.io/webassembly-examples/js-api-examples/)) para un ejemplo que hace uso de la función [`fetchAndInstantiate()`](https://github.com/mdn/webassembly-examples/blob/master/wasm-utils.js#L1).
## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Ver también

- [Vista General de WebAssembly](/es/docs/WebAssembly)
Expand Down
9 changes: 0 additions & 9 deletions files/es/orphaned/web/api/htmlorforeignelement/focus/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: HTMLElement.focus()
slug: orphaned/Web/API/HTMLOrForeignElement/focus
original_slug: Web/API/HTMLOrForeignElement/focus
browser-compat: api.HTMLElement.focus
---

{{ APIRef("HTML DOM") }}
Expand Down Expand Up @@ -107,14 +106,6 @@ focusNoScrollMethod = function getFocusWithoutScrolling() {

Si se llama a `HTMLElement.focus()` desde un gestor de eventos "mousedown" (ratón presionado), se debe también llamar al método `event.preventDefault()` para evitar que el foco abandone `HTMLElement`**.**

## Especificaciones

{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}

## Ver también

- Método DOM {{domxref("HTMLElement.blur()")}} para quitar el foco sobre un elemento.
Expand Down

0 comments on commit c42b902

Please sign in to comment.