Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

es: Update browser compat/spec sections (part 4) #11781

Merged
merged 4 commits into from
Feb 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion files/es/web/api/request/headers/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ myContentType = myRequest.headers.get('Content-Type'); // returns 'image/jpeg'

## Compatibilidad con navegadores

{{Compat("api.Request.headers")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/request/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ fetch(myRequest)

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("api.Request")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/response/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ var myResponse = new Response();

{{Specifications}}

## Compatibilidad entre navegadores
## Compatibilidad con navegadores

{{Compat("api.Response")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/response/ok/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ fetch(peticion).then(function(respuesta) {

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("api.Response.ok")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/response/response/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@ var miRespuesta = new Response(miBlob,opciones);

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

{{Compat("api.Response.Response")}}
{{Compat}}

## Relacionado

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/response/status/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ fetch(myRequest).then(function(response) {

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("api.Response.status")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ pc.addEventListener('icecandidate', e => {

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.RTCPeerConnection.canTrickleIceCandidates")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/rtcpeerconnection/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ The `RTCSignalingState` enum specifies the possible values of {{domxref("RTCPeer

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.RTCPeerConnection")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/rtcrtpreceiver/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ La interfaz **`RTCRtpReceiver`** de la [WebRTC API](/es/docs/Web/API/WebRTC_API)

{{Specifications}}

## Compatibilidad
## Compatibilidad con navegadores

{{Compat("api.RTCRtpReceiver")}}
{{Compat}}

## Ver también

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ data: {"username": "bobby", "time": "02:34:11", "text": "Hi everyone."}

## Compatibilidad con navegadores

{{Compat("api.EventSource")}}
{{Compat}}
4 changes: 2 additions & 2 deletions files/es/web/api/serviceworkercontainer/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ if ('serviceWorker' in navigator) {

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.ServiceWorkerContainer")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/serviceworkercontainer/register/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ if ('serviceWorker' in navigator) {

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.ServiceWorkerContainer.register")}}
{{Compat}}
8 changes: 4 additions & 4 deletions files/es/web/api/settimeout/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,13 +260,13 @@ Browsers including Internet Explorer, Chrome, Safari, and Firefox store the dela

In (Firefox 5.0 / Thunderbird 5.0 / SeaMonkey 2.2) and Chrome 11, timeouts are clamped to firing no more often than once per second (1000ms) in inactive tabs; see {{ bug(633421) }} for more information about this in Mozilla or [crbug.com/66078](http://crbug.com/66078) for details about this in Chrome.

## Compatibilidad de navegadores
## Especificaciones

{{Compat("api.setTimeout")}}
{{Specifications}}

## Especificación
## Compatibilidad con navegadores

Parte del DOM nivel 0, como se especifica en [HTML5](http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#timers).
{{Compat}}

## Vea también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/storage/clear/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ function populateStorage() {

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

{{Compat("api.Storage.clear")}}
{{Compat}}

## Vea también

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/api/storage/getitem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ function setStyles() {

## Compatibilidad con navegadores

{{Compat("api.Storage.getItem")}}
{{Compat}}

## Vea también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/storage/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ function setStyles() {

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("api.Storage")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/storage/length/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ function populateStorage() {

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

{{Compat("api.Storage.length")}}
{{Compat}}

## Vea también

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/api/storage/removeitem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ function populateSessionStorage() {

## Compatibilidad con navegadores

{{Compat("api.Storage.removeItem")}}
{{Compat}}

## Vea también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/storage/setitem/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ function populateStorage() {

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

{{Compat("api.Storage.setItem")}}
{{Compat}}

## Vea también

Expand Down
2 changes: 1 addition & 1 deletion files/es/web/api/storagemanager/estimate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ navigator.storage.estimate().then(function(estimate) {

## Compatibilidad con navegadores

{{Compat("api.StorageManager.estimate")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/storagemanager/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ The **`StorageManager`** interface of the the [Storage API](/es/docs/Web/API/Sto

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.StorageManager")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/es/web/api/storagemanager/persist/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ if (navigator.storage && navigator.storage.persist)

## Compatibilidad con navegadores

{{Compat("api.StorageManager.persist")}}
{{Compat}}
2 changes: 1 addition & 1 deletion files/es/web/api/storagemanager/persisted/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ if (navigator.storage && navigator.storage.persist)

## Compatibilidad con navegadores

{{Compat("api.StorageManager.persisted")}}
{{Compat}}
6 changes: 2 additions & 4 deletions files/es/web/api/subtlecrypto/digest/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,9 @@ console.log(digestHex);

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("api.SubtleCrypto.digest")}}

> **Nota:** En Chrome 60, se añadió una característica que deshabilita crypto.subtle para conexiones no TLS.
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/subtlecrypto/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,9 @@ _Esta interfaz no hereda ningún método._

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("api.SubtleCrypto")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/texttrack/cuechange_event/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ textTrackElem.oncuechange = (event) => {

{{Specifications}}

## Compatibilidad de los navegadores
## Compatibilidad con navegadores

{{Compat("api.TextTrack.cuechange_event")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/texttrack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ tbd

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.TextTrack")}}
{{Compat}}

## See also

Expand Down
8 changes: 6 additions & 2 deletions files/es/web/api/touch_events/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,10 @@ function onTouch(evt) {

Una cosa para prevenir cosas como `pinchZoom` en una página es llamar a `preventDefault()` en el segundo toque de una serie. Este comportamiento no está bien definido en los eventos de toque, y resulta en diferentes comportamientos en diferentes navegadores (osea iOS evitará el zoom o acercamiento pero permitirá vista panorámica con ambos dedos. Android permitirá zoom o acercamiento pero no una panorámica. Opera and Firefox actualmente evita panorámica y zoom o acercamiento). Actualmente, no se recomienda depender de ningún comportamiento en particular en este caso, si no mas bien depender de una meta vista para evitar el zoom.

## Compatibilidad de navegadores
## Especificaciones

{{Compat("api.Touch")}}
{{Specifications}}

## Compatibilidad con navegadores

{{Compat}}
4 changes: 2 additions & 2 deletions files/es/web/api/touchevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ See the [example on the main Touch events article](/en/DOM/Touch_events#Example)

{{Specifications}}

## Compatibilidad en navegadores
## Compatibilidad con navegadores

{{Compat("api.TouchEvent")}}
{{Compat}}

## See also

Expand Down
6 changes: 3 additions & 3 deletions files/es/web/api/uievent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@ _This interface also inherits methods of its parent, {{domxref("Event")}}._
- {{domxref("UIEvent.initUIEvent()")}} {{deprecated_inline}}
- : Initializes a `UIEvent` object. If the event has already being dispatched, this method does nothing.

## Specifications
## Especificaciones

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.UIEvent")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/url/createobjecturl/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ Cada vez que se llama a `createObjectURL()`, un nuevo objeto URL es creado, incl

{{Specifications}}

## Compatibilidad de navegadores
## Compatibilidad con navegadores

{{Compat("api.URL.createObjectURL")}}
{{Compat}}

## Mirar también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/url/host/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ console.log(url.host); // "developer.mozilla.org:4097"

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.URL.host")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ _The `URL` interface implements methods defined in {{domxref("URLUtils")}}._

{{Specifications}}

## Browser compatibility
## Compatibilidad con navegadores

{{Compat("api.URL")}}
{{Compat}}

## See also

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/url/port/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ var result = url.port; // Devuelve:'80'

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("api.URL.port")}}
{{Compat}}

## Ver también

Expand Down
4 changes: 2 additions & 2 deletions files/es/web/api/url/url/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ var d = new URL('/en-US/docs', b); // => 'https://developer.

{{Specifications}}

## Compatibilidad del navegador
## Compatibilidad con navegadores

{{Compat("api.URL.URL")}}
{{Compat}}

## Ver también

Expand Down
Loading