diff --git a/files/es/web/api/request/headers/index.md b/files/es/web/api/request/headers/index.md index f7a05ae3fe7409..d40cd570758b65 100644 --- a/files/es/web/api/request/headers/index.md +++ b/files/es/web/api/request/headers/index.md @@ -48,7 +48,7 @@ myContentType = myRequest.headers.get('Content-Type'); // returns 'image/jpeg' ## Compatibilidad con navegadores -{{Compat("api.Request.headers")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/request/index.md b/files/es/web/api/request/index.md index 19d62383c99894..da36cc0083d431 100644 --- a/files/es/web/api/request/index.md +++ b/files/es/web/api/request/index.md @@ -124,9 +124,9 @@ fetch(myRequest) {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("api.Request")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/response/index.md b/files/es/web/api/response/index.md index 0f08fd76d02399..3ba66690f226af 100644 --- a/files/es/web/api/response/index.md +++ b/files/es/web/api/response/index.md @@ -89,9 +89,9 @@ var myResponse = new Response(); {{Specifications}} -## Compatibilidad entre navegadores +## Compatibilidad con navegadores -{{Compat("api.Response")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/response/ok/index.md b/files/es/web/api/response/ok/index.md index 91e3aee73a18f0..768e33d736245b 100644 --- a/files/es/web/api/response/ok/index.md +++ b/files/es/web/api/response/ok/index.md @@ -40,9 +40,9 @@ fetch(peticion).then(function(respuesta) { {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("api.Response.ok")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/response/response/index.md b/files/es/web/api/response/response/index.md index 9b832803bc377f..4ab1067e246017 100644 --- a/files/es/web/api/response/response/index.md +++ b/files/es/web/api/response/response/index.md @@ -48,9 +48,9 @@ var miRespuesta = new Response(miBlob,opciones); {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.Response.Response")}} +{{Compat}} ## Relacionado diff --git a/files/es/web/api/response/status/index.md b/files/es/web/api/response/status/index.md index df59b16f82e49f..8cecb74a99f2cd 100644 --- a/files/es/web/api/response/status/index.md +++ b/files/es/web/api/response/status/index.md @@ -41,9 +41,9 @@ fetch(myRequest).then(function(response) { {{Specifications}} -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("api.Response.status")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/rtcpeerconnection/cantrickleicecandidates/index.md b/files/es/web/api/rtcpeerconnection/cantrickleicecandidates/index.md index f9bea404ef81bf..d735f196d73d84 100644 --- a/files/es/web/api/rtcpeerconnection/cantrickleicecandidates/index.md +++ b/files/es/web/api/rtcpeerconnection/cantrickleicecandidates/index.md @@ -58,9 +58,9 @@ pc.addEventListener('icecandidate', e => { {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("api.RTCPeerConnection.canTrickleIceCandidates")}} +{{Compat}} ## See also diff --git a/files/es/web/api/rtcpeerconnection/index.md b/files/es/web/api/rtcpeerconnection/index.md index 64eb3c30636c03..7a245f4fa447b6 100644 --- a/files/es/web/api/rtcpeerconnection/index.md +++ b/files/es/web/api/rtcpeerconnection/index.md @@ -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 diff --git a/files/es/web/api/rtcrtpreceiver/index.md b/files/es/web/api/rtcrtpreceiver/index.md index 4c3a7bc4cbefe8..2575c8738ea713 100644 --- a/files/es/web/api/rtcrtpreceiver/index.md +++ b/files/es/web/api/rtcrtpreceiver/index.md @@ -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 diff --git a/files/es/web/api/server-sent_events/using_server-sent_events/index.md b/files/es/web/api/server-sent_events/using_server-sent_events/index.md index 18b810be6ea149..a0904850312e3f 100644 --- a/files/es/web/api/server-sent_events/using_server-sent_events/index.md +++ b/files/es/web/api/server-sent_events/using_server-sent_events/index.md @@ -189,4 +189,4 @@ data: {"username": "bobby", "time": "02:34:11", "text": "Hi everyone."} ## Compatibilidad con navegadores -{{Compat("api.EventSource")}} +{{Compat}} diff --git a/files/es/web/api/serviceworkercontainer/index.md b/files/es/web/api/serviceworkercontainer/index.md index 866f3bf86818fd..3fd9625be50dfe 100644 --- a/files/es/web/api/serviceworkercontainer/index.md +++ b/files/es/web/api/serviceworkercontainer/index.md @@ -79,9 +79,9 @@ if ('serviceWorker' in navigator) { {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("api.ServiceWorkerContainer")}} +{{Compat}} ## See also diff --git a/files/es/web/api/serviceworkercontainer/register/index.md b/files/es/web/api/serviceworkercontainer/register/index.md index 05d25161196489..54e9a888c44bba 100644 --- a/files/es/web/api/serviceworkercontainer/register/index.md +++ b/files/es/web/api/serviceworkercontainer/register/index.md @@ -72,6 +72,6 @@ if ('serviceWorker' in navigator) { {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("api.ServiceWorkerContainer.register")}} +{{Compat}} diff --git a/files/es/web/api/settimeout/index.md b/files/es/web/api/settimeout/index.md index 6c61b440172f8f..97ac89408cf699 100644 --- a/files/es/web/api/settimeout/index.md +++ b/files/es/web/api/settimeout/index.md @@ -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 diff --git a/files/es/web/api/storage/clear/index.md b/files/es/web/api/storage/clear/index.md index ce3e19e55371bf..44fc0c1923974f 100644 --- a/files/es/web/api/storage/clear/index.md +++ b/files/es/web/api/storage/clear/index.md @@ -41,9 +41,9 @@ function populateStorage() { {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.Storage.clear")}} +{{Compat}} ## Vea también diff --git a/files/es/web/api/storage/getitem/index.md b/files/es/web/api/storage/getitem/index.md index 3edb356100c060..8492c157b6d2e3 100644 --- a/files/es/web/api/storage/getitem/index.md +++ b/files/es/web/api/storage/getitem/index.md @@ -50,7 +50,7 @@ function setStyles() { ## Compatibilidad con navegadores -{{Compat("api.Storage.getItem")}} +{{Compat}} ## Vea también diff --git a/files/es/web/api/storage/index.md b/files/es/web/api/storage/index.md index 01731c9bd776c0..cf33fad1fa5469 100644 --- a/files/es/web/api/storage/index.md +++ b/files/es/web/api/storage/index.md @@ -69,9 +69,9 @@ function setStyles() { {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("api.Storage")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/storage/length/index.md b/files/es/web/api/storage/length/index.md index 5d48c1d4684d34..997b0c0e192af2 100644 --- a/files/es/web/api/storage/length/index.md +++ b/files/es/web/api/storage/length/index.md @@ -37,9 +37,9 @@ function populateStorage() { {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.Storage.length")}} +{{Compat}} ## Vea también diff --git a/files/es/web/api/storage/removeitem/index.md b/files/es/web/api/storage/removeitem/index.md index f347e33544076d..f562e1aa21fb7e 100644 --- a/files/es/web/api/storage/removeitem/index.md +++ b/files/es/web/api/storage/removeitem/index.md @@ -56,7 +56,7 @@ function populateSessionStorage() { ## Compatibilidad con navegadores -{{Compat("api.Storage.removeItem")}} +{{Compat}} ## Vea también diff --git a/files/es/web/api/storage/setitem/index.md b/files/es/web/api/storage/setitem/index.md index 28ce6d7902d2f6..d358655c780c30 100644 --- a/files/es/web/api/storage/setitem/index.md +++ b/files/es/web/api/storage/setitem/index.md @@ -47,9 +47,9 @@ function populateStorage() { {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.Storage.setItem")}} +{{Compat}} ## Vea también diff --git a/files/es/web/api/storagemanager/estimate/index.md b/files/es/web/api/storagemanager/estimate/index.md index 0a7e9a8e50998f..ce30807271f0d1 100644 --- a/files/es/web/api/storagemanager/estimate/index.md +++ b/files/es/web/api/storagemanager/estimate/index.md @@ -55,7 +55,7 @@ navigator.storage.estimate().then(function(estimate) { ## Compatibilidad con navegadores -{{Compat("api.StorageManager.estimate")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/storagemanager/index.md b/files/es/web/api/storagemanager/index.md index 790efe329f1518..0c00e306526f8e 100644 --- a/files/es/web/api/storagemanager/index.md +++ b/files/es/web/api/storagemanager/index.md @@ -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}} diff --git a/files/es/web/api/storagemanager/persist/index.md b/files/es/web/api/storagemanager/persist/index.md index ef90c6c632492c..e8d046a9d36709 100644 --- a/files/es/web/api/storagemanager/persist/index.md +++ b/files/es/web/api/storagemanager/persist/index.md @@ -39,4 +39,4 @@ if (navigator.storage && navigator.storage.persist) ## Compatibilidad con navegadores -{{Compat("api.StorageManager.persist")}} +{{Compat}} diff --git a/files/es/web/api/storagemanager/persisted/index.md b/files/es/web/api/storagemanager/persisted/index.md index 39e27df9c3502c..87a73908985d3f 100644 --- a/files/es/web/api/storagemanager/persisted/index.md +++ b/files/es/web/api/storagemanager/persisted/index.md @@ -39,4 +39,4 @@ if (navigator.storage && navigator.storage.persist) ## Compatibilidad con navegadores -{{Compat("api.StorageManager.persisted")}} +{{Compat}} diff --git a/files/es/web/api/subtlecrypto/digest/index.md b/files/es/web/api/subtlecrypto/digest/index.md index ad8b7b28fd5bfc..b79bbb328ff003 100644 --- a/files/es/web/api/subtlecrypto/digest/index.md +++ b/files/es/web/api/subtlecrypto/digest/index.md @@ -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 diff --git a/files/es/web/api/subtlecrypto/index.md b/files/es/web/api/subtlecrypto/index.md index c25f22d7602379..d7c2f5cc877054 100644 --- a/files/es/web/api/subtlecrypto/index.md +++ b/files/es/web/api/subtlecrypto/index.md @@ -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 diff --git a/files/es/web/api/texttrack/cuechange_event/index.md b/files/es/web/api/texttrack/cuechange_event/index.md index 504df2db4fd3f5..0cf4644fec3412 100644 --- a/files/es/web/api/texttrack/cuechange_event/index.md +++ b/files/es/web/api/texttrack/cuechange_event/index.md @@ -76,9 +76,9 @@ textTrackElem.oncuechange = (event) => { {{Specifications}} -## Compatibilidad de los navegadores +## Compatibilidad con navegadores -{{Compat("api.TextTrack.cuechange_event")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/texttrack/index.md b/files/es/web/api/texttrack/index.md index cb56f95883270a..0d0cc865587f78 100644 --- a/files/es/web/api/texttrack/index.md +++ b/files/es/web/api/texttrack/index.md @@ -53,9 +53,9 @@ tbd {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("api.TextTrack")}} +{{Compat}} ## See also diff --git a/files/es/web/api/touch_events/index.md b/files/es/web/api/touch_events/index.md index 97716257da2e1a..24c03500f11bea 100644 --- a/files/es/web/api/touch_events/index.md +++ b/files/es/web/api/touch_events/index.md @@ -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}} diff --git a/files/es/web/api/touchevent/index.md b/files/es/web/api/touchevent/index.md index 9ffafc1ed92ffa..683607b1ba4c3c 100644 --- a/files/es/web/api/touchevent/index.md +++ b/files/es/web/api/touchevent/index.md @@ -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 diff --git a/files/es/web/api/uievent/index.md b/files/es/web/api/uievent/index.md index dc96368ad4dc5a..38545002f8a9bb 100644 --- a/files/es/web/api/uievent/index.md +++ b/files/es/web/api/uievent/index.md @@ -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 diff --git a/files/es/web/api/url/createobjecturl/index.md b/files/es/web/api/url/createobjecturl/index.md index 37976b49f17efd..8342959fb4e072 100644 --- a/files/es/web/api/url/createobjecturl/index.md +++ b/files/es/web/api/url/createobjecturl/index.md @@ -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 diff --git a/files/es/web/api/url/host/index.md b/files/es/web/api/url/host/index.md index 6f6224a7c3cea6..726c33b6aa56c8 100644 --- a/files/es/web/api/url/host/index.md +++ b/files/es/web/api/url/host/index.md @@ -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 diff --git a/files/es/web/api/url/index.md b/files/es/web/api/url/index.md index 0654818d55d848..4e1d81a0951199 100644 --- a/files/es/web/api/url/index.md +++ b/files/es/web/api/url/index.md @@ -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 diff --git a/files/es/web/api/url/port/index.md b/files/es/web/api/url/port/index.md index ba8b26f5b3c733..d4eb6207d0c894 100644 --- a/files/es/web/api/url/port/index.md +++ b/files/es/web/api/url/port/index.md @@ -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 diff --git a/files/es/web/api/url/url/index.md b/files/es/web/api/url/url/index.md index 13457d9753614a..0602d8ccf97093 100644 --- a/files/es/web/api/url/url/index.md +++ b/files/es/web/api/url/url/index.md @@ -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 diff --git a/files/es/web/api/urlsearchparams/index.md b/files/es/web/api/urlsearchparams/index.md index 01bcc776a1e352..0993b67c874dc0 100644 --- a/files/es/web/api/urlsearchparams/index.md +++ b/files/es/web/api/urlsearchparams/index.md @@ -74,11 +74,9 @@ searchParams.toString(); // "q=URLUtils.searchParams" ## Compatibilidad con navegadores -{{Compat("api.URLSearchParams")}} +{{Compat}} ## Vea también - Otras interfaces relacionadas con URL: {{domxref("URL")}}, {{domxref("URLUtils")}}. - [Google Developers: Fácil manipulación de una URL con URLSearchParams](https://developers.google.com/web/updates/2016/01/urlsearchparams?hl=en) - - diff --git a/files/es/web/api/urlsearchparams/urlsearchparams/index.md b/files/es/web/api/urlsearchparams/urlsearchparams/index.md index 9c498ffc449505..dd87249833db00 100644 --- a/files/es/web/api/urlsearchparams/urlsearchparams/index.md +++ b/files/es/web/api/urlsearchparams/urlsearchparams/index.md @@ -49,6 +49,6 @@ var params4 = new URLSearchParams({"foo" : 1 , "bar" : 2}); {{Specifications}} -## Compatibilidad de browsers +## Compatibilidad con navegadores -{{Compat("api.URLSearchParams.URLSearchParams")}} +{{Compat}} diff --git a/files/es/web/api/vibration_api/index.md b/files/es/web/api/vibration_api/index.md index 96a77cf984112e..8cba2d606e4e0e 100644 --- a/files/es/web/api/vibration_api/index.md +++ b/files/es/web/api/vibration_api/index.md @@ -77,9 +77,9 @@ Esta API es claramente accesible a través de dispositivos móbiles. Vibration A {{Specifications}} -## Compatibilidad entre navegadores +## Compatibilidad con navegadores -{{Compat("api.Navigator.vibrate")}} +{{Compat}} ## Ver También diff --git a/files/es/web/api/web_audio_api/index.md b/files/es/web/api/web_audio_api/index.md index 2bd6a628ccefae..8520c7202f54e6 100644 --- a/files/es/web/api/web_audio_api/index.md +++ b/files/es/web/api/web_audio_api/index.md @@ -340,9 +340,9 @@ function voiceMute() { // alternar para silenciar y activar el sonido {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.AudioContext", 0)}} +{{Compat}} ## También ver diff --git a/files/es/web/api/web_speech_api/index.md b/files/es/web/api/web_speech_api/index.md index 659675949a698f..f433be111151a8 100644 --- a/files/es/web/api/web_speech_api/index.md +++ b/files/es/web/api/web_speech_api/index.md @@ -63,15 +63,9 @@ The [Web Speech API repo](https://github.com/mdn/dom-examples/tree/main/web-spee {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -### `SpeechRecognition` - -{{Compat("api.SpeechRecognition", 0)}} - -### `SpeechSynthesis` - -{{Compat("api.SpeechSynthesis", 0)}} +{{Compat}} ## See also diff --git a/files/es/web/api/web_storage_api/index.md b/files/es/web/api/web_storage_api/index.md index 3a9071f2d02cdd..d2a496e2af8ff8 100644 --- a/files/es/web/api/web_storage_api/index.md +++ b/files/es/web/api/web_storage_api/index.md @@ -40,19 +40,9 @@ También creamos una[página de salida del evento](http://mdn.github.io/web-stor {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -### `Window.localStorage` - -{{Compat("api.Window.localStorage")}} - -### `Window.sessionStorage` - -{{Compat("api.Window.sessionStorage")}} - -Todos los navegadores tienen distintos niveles de capacidad tanto para localStorage como para sessionStorage. Aquí está una [análisis detallado de todas las capacidades de almacenamiento de diferentes navegadores](http://dev-test.nemikor.com/web-storage/support-test/). - -> **Nota:** Desde iOS 5.1, Safari Mobile almacena los datos de localStorage en la carpeta de caché, la cual está sujeta a limpiezas ocasionales, a petición del sistema operativo, típicamente cuando el espacio es reducido. +{{Compat}} ## Navegación privada / Modo incógnito diff --git a/files/es/web/api/web_storage_api/using_the_web_storage_api/index.md b/files/es/web/api/web_storage_api/using_the_web_storage_api/index.md index e39692209022ca..bc4b6ba1fd73ae 100644 --- a/files/es/web/api/web_storage_api/using_the_web_storage_api/index.md +++ b/files/es/web/api/web_storage_api/using_the_web_storage_api/index.md @@ -187,19 +187,9 @@ El almacenamiento web también provee un par de métodos simples para remover da {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -### `Window.localStorage` - -{{Compat("api.Window.localStorage")}} - -### `Window.sessionStorage` - -{{Compat("api.Window.sessionStorage")}} - -Todos los navegadores tienen distintos niveles de capacidad tanto para localStorage como para sessionStorage. Aquí está una [análisis detallado de todas las capacidades de almacenamiento de diferentes navegadores](http://dev-test.nemikor.com/web-storage/support-test/). - -> **Nota:** Desde iOS 5.1, Safari Mobile almacena los datos de localStorage en la carpeta de caché, la cual está sujeta a limpiezas ocasionales, a petición del sistema operativo, típicamente cuando el espacio es reducido. +{{Compat}} ## Ver también diff --git a/files/es/web/api/websocket/index.md b/files/es/web/api/websocket/index.md index 1a8e1eb6e4aeb1..c78da92aa347a3 100644 --- a/files/es/web/api/websocket/index.md +++ b/files/es/web/api/websocket/index.md @@ -145,9 +145,9 @@ socket.addEventListener('message', function (event) { {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("api.WebSocket")}} +{{Compat}} ## Referencias adicionales diff --git a/files/es/web/api/websockets_api/index.md b/files/es/web/api/websockets_api/index.md index 46c25c5487b6de..f448f044d7130a 100644 --- a/files/es/web/api/websockets_api/index.md +++ b/files/es/web/api/websockets_api/index.md @@ -27,12 +27,16 @@ slug: Web/API/WebSockets_API - [AJAX](/es/docs/AJAX), [JavaScript](/es/docs/JavaScript) +## Especificaciones + +{{Specifications}} + +## Compatibilidad con navegadores + +{{Compat}} + ## Ver también - [RFC 6455 - The WebSocket Protocol](http://tools.ietf.org/html/rfc6455) - [WebSocket API Specification](http://www.w3.org/TR/websockets/) - [Server-Sent Events](/es/docs/Server-sent_events) - -## Compatibilidad con navegadores - -{{Compat("api.WebSocket")}} diff --git a/files/es/web/api/webvr_api/index.md b/files/es/web/api/webvr_api/index.md index 7e52c0ecfb1b19..089151b84a0223 100644 --- a/files/es/web/api/webvr_api/index.md +++ b/files/es/web/api/webvr_api/index.md @@ -107,11 +107,13 @@ You can find a number of examples at these locations: ## Especificaciones -{{Specifications}} +Esta API se especificó en la antigua [API de WebVR](https://immersive-web.github.io/webvr/spec/1.1/) que fue reemplazada por la [API del dispositivo WebXR](https://immersive-web.github.io/webxr/). Ya no está en camino de convertirse en un estándar. -## Browser compatibility +Hasta que todos los navegadores hayan implementado las nuevas [API de WebXR](/es/docs/Web/API/WebXR_Device_API/Fundamentals), se recomienda confiar en _frameworks_, como [A-Frame](https://aframe.io/), [Babylon.js](https://www.babylonjs.com/), o [Three.js](https://threejs.org/), o un [polyfill](https://github.com/immersive-web/webxr-polyfill), para desarrollar aplicaciones WebXR que funcionen en todos los navegadores [\[1\]](https://developer.oculus.com/documentation/web/port-vr-xr/). -{{Compat("api.Navigator.getVRDisplays")}} +## Compatibilidad con navegadores + +{{Compat}} ## See also diff --git a/files/es/web/api/wheelevent/deltay/index.md b/files/es/web/api/wheelevent/deltay/index.md index 85a8496881c33a..d8ebec29231af4 100644 --- a/files/es/web/api/wheelevent/deltay/index.md +++ b/files/es/web/api/wheelevent/deltay/index.md @@ -25,9 +25,9 @@ console.log(syntheticEvent.deltaY); {{Specifications}} -## Compatibilidad de los navegadores +## Compatibilidad con navegadores -{{Compat("api.WheelEvent.deltaY")}} +{{Compat}} ## Ver más diff --git a/files/es/web/api/wheelevent/index.md b/files/es/web/api/wheelevent/index.md index 94fb9035f9c5b6..9a801209e64bfc 100644 --- a/files/es/web/api/wheelevent/index.md +++ b/files/es/web/api/wheelevent/index.md @@ -46,9 +46,9 @@ _Este interfaz no define ningún método, pero hereda métodos de estos padres, {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.WheelEvent")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/beforeunload_event/index.md b/files/es/web/api/window/beforeunload_event/index.md index 4148f6e3b1297f..ea9381b1e7be39 100644 --- a/files/es/web/api/window/beforeunload_event/index.md +++ b/files/es/web/api/window/beforeunload_event/index.md @@ -81,7 +81,7 @@ Usando este manejador de evento tu pagina previene que Firefox cambie el cache d ## Compatibilidad con navegadores -{{Compat("api.Window.beforeunload_event")}} +{{Compat}} ## Mire tambien diff --git a/files/es/web/api/window/cancelanimationframe/index.md b/files/es/web/api/window/cancelanimationframe/index.md index 0d96379943f063..320397a821a5ce 100644 --- a/files/es/web/api/window/cancelanimationframe/index.md +++ b/files/es/web/api/window/cancelanimationframe/index.md @@ -45,14 +45,14 @@ myReq = requestAnimationFrame(step); window.cancelAnimationFrame(myReq); ``` -## Compatibilidad de navegadores - -{{Compat("api.Window.cancelAnimationFrame")}} - ## Especificaciones {{Specifications}} +## Compatibilidad con navegadores + +{{Compat}} + ## Ver también - {{domxref("window.mozAnimationStartTime")}} diff --git a/files/es/web/api/window/close/index.md b/files/es/web/api/window/close/index.md index d242374df2885b..dd31c2d13edc2f 100644 --- a/files/es/web/api/window/close/index.md +++ b/files/es/web/api/window/close/index.md @@ -61,6 +61,6 @@ function closeCurrentWindow() {{Specifications}} -## Referencia adicional +## Compatibilidad con navegadores -{{Compat("api.Window.close")}} +{{Compat}} diff --git a/files/es/web/api/window/devicepixelratio/index.md b/files/es/web/api/window/devicepixelratio/index.md index 958f9d1752b871..7b7043dec5a833 100644 --- a/files/es/web/api/window/devicepixelratio/index.md +++ b/files/es/web/api/window/devicepixelratio/index.md @@ -21,7 +21,7 @@ value = window.devicePixelRatio; ## Compatibilidad con navegadores -{{Compat("api.Window.devicePixelRatio")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/frameelement/index.md b/files/es/web/api/window/frameelement/index.md index 42b252b4856985..ce78a27035276e 100644 --- a/files/es/web/api/window/frameelement/index.md +++ b/files/es/web/api/window/frameelement/index.md @@ -33,7 +33,7 @@ if (frameEl) { ## Compatibilidad con navegadores -{{Compat("api.Window.frameElement")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/hashchange_event/index.md b/files/es/web/api/window/hashchange_event/index.md index 32ee3c6fde1d71..7ba6c7fbdd5963 100644 --- a/files/es/web/api/window/hashchange_event/index.md +++ b/files/es/web/api/window/hashchange_event/index.md @@ -83,7 +83,7 @@ En [esta página](https://github.com/Modernizr/Modernizr/wiki/HTML5-Cross-Browse ## Compatibilidad con navegadores -{{Compat("api.Window.hashchange_event")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/history/index.md b/files/es/web/api/window/history/index.md index c885835c36b384..fdc1aa5b9e319d 100644 --- a/files/es/web/api/window/history/index.md +++ b/files/es/web/api/window/history/index.md @@ -30,8 +30,10 @@ Por razones de seguridad el objeto `History` no permite que el código sin privi No hay manera de limpiar el historial de la sesión o desactivar la parte de atrás/adelante desde la navegación de código sin privilegios. La solución más cercana disponible es el método [`location.replace()`](/es/docs/Web/API/Window/location#replace), que sustituye al elemento actual de la historia sesión con la URL proporcionada. -{{Compat("api.Window.history")}} - ## Especificaciones -- [Historial de interface HTML5](http://whatwg.org/html#the-history-interface) +{{Specifications}} + +## Compatibilidad con navegadores + +{{Compat}} diff --git a/files/es/web/api/window/localstorage/index.md b/files/es/web/api/window/localstorage/index.md index 241b711959233f..4950320ba19a5d 100644 --- a/files/es/web/api/window/localstorage/index.md +++ b/files/es/web/api/window/localstorage/index.md @@ -61,9 +61,9 @@ localStorage.clear(); {{Specifications}} -## Compatibilidad de Navegadores +## Compatibilidad con navegadores -{{Compat("api.Window.localStorage")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/location/index.md b/files/es/web/api/window/location/index.md index 3c31a22f3c45d4..9fc2a8486f8401 100644 --- a/files/es/web/api/window/location/index.md +++ b/files/es/web/api/window/location/index.md @@ -187,9 +187,9 @@ var showBookmark = (function () { {{Specifications}} -## Compatibilidad entre navegadores +## Compatibilidad con navegadores -{{Compat("api.Window.location")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/matchmedia/index.md b/files/es/web/api/window/matchmedia/index.md index a72d212c2ff78b..16d18050ff34fd 100644 --- a/files/es/web/api/window/matchmedia/index.md +++ b/files/es/web/api/window/matchmedia/index.md @@ -33,9 +33,9 @@ Consulte [Probando media queries](/es/docs/DOM/Using_media_queries_from_code) pa {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.Window.matchMedia")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/moveby/index.md b/files/es/web/api/window/moveby/index.md index c037dd16399a6e..bb805899a47e4f 100644 --- a/files/es/web/api/window/moveby/index.md +++ b/files/es/web/api/window/moveby/index.md @@ -41,9 +41,9 @@ Desde Firefox 7, no es posible para un sitio web mover una ventana en el navegad {{Specifications}} -## Compatilidad de Navegador +## Compatibilidad con navegadores -{{Compat("api.Window.moveBy")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/outerheight/index.md b/files/es/web/api/window/outerheight/index.md index eb62cb9d902a6e..b755e94bdd5a99 100644 --- a/files/es/web/api/window/outerheight/index.md +++ b/files/es/web/api/window/outerheight/index.md @@ -31,14 +31,14 @@ La siguiente figura muestra la diferencia entre `innerHeight` y `outerHeight`. ![innerHeight vs outerHeight illustration](firefoxinnervsouterheight2.png) -## Compatibilidad del navegador - -{{Compat("api.Window.outerHeight")}} - ## Especificaciones {{Specifications}} +## Compatibilidad con navegadores + +{{Compat}} + ## Ver también - {{domxref("window.innerHeight")}} diff --git a/files/es/web/api/window/outerwidth/index.md b/files/es/web/api/window/outerwidth/index.md index f2953324b01216..153b5bc7fa3533 100644 --- a/files/es/web/api/window/outerwidth/index.md +++ b/files/es/web/api/window/outerwidth/index.md @@ -25,14 +25,14 @@ Para cambiar el tamaño de la ventana, ver {{domxref("window.resizeBy()")}} y {{ Para obtener el ancho exterior de la ventana, i.e. el ancho de la pagina desplegada, ver {{domxref("window.innerWidth")}}. -## Compatibilidad del navegador - -{{Compat("api.Window.outerWidth")}} - ## Especificaciones {{Specifications}} +## Compatibilidad con navegadores + +{{Compat}} + ## Ver también - {{domxref("window.outerHeight")}}, {{domxref("window.innerHeight")}}, {{domxref("window.innerWidth")}} diff --git a/files/es/web/api/window/requestanimationframe/index.md b/files/es/web/api/window/requestanimationframe/index.md index cc9991e79af898..5a2297323a99ca 100644 --- a/files/es/web/api/window/requestanimationframe/index.md +++ b/files/es/web/api/window/requestanimationframe/index.md @@ -51,14 +51,14 @@ function step(timestamp) { window.requestAnimationFrame(step); ``` -## Compatibilidad entre Navegadores - -{{Compat("api.Window.requestAnimationFrame")}} - ## Especificaciones {{Specifications}} +## Compatibilidad con navegadores + +{{Compat}} + ## Véase también - {{ domxref("window.mozAnimationStartTime") }} diff --git a/files/es/web/api/window/requestidlecallback/index.md b/files/es/web/api/window/requestidlecallback/index.md index e614d25a1b2344..46ffe860805273 100644 --- a/files/es/web/api/window/requestidlecallback/index.md +++ b/files/es/web/api/window/requestidlecallback/index.md @@ -40,9 +40,9 @@ Ver [ejemplo](/es/docs/Web/API/Background_Tasks_API#Example) en el artículo [Pl {{Specifications}} -## Compatibilidad en Navegadores +## Compatibilidad con navegadores -{{Compat("api.Window.requestIdleCallback")}} +{{Compat}} ## Vease también diff --git a/files/es/web/api/window/scroll/index.md b/files/es/web/api/window/scroll/index.md index 327234bb0faec0..8e30a2ffc742ee 100644 --- a/files/es/web/api/window/scroll/index.md +++ b/files/es/web/api/window/scroll/index.md @@ -51,9 +51,9 @@ Para desplazarse sobre elementos, mira {{domxref("Element.scrollTop")}} y {{domx {{Specifications}} -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("api.Window.scroll")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/scrollx/index.md b/files/es/web/api/window/scrollx/index.md index 3049a08006ab36..11040f06eea7df 100644 --- a/files/es/web/api/window/scrollx/index.md +++ b/files/es/web/api/window/scrollx/index.md @@ -54,7 +54,7 @@ var y = (window.pageYOffset !== undefined) ## Compatibilidad con navegadores -{{Compat("api.Window.scrollX")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/window/sessionstorage/index.md b/files/es/web/api/window/sessionstorage/index.md index 556021bd75c681..c40ee685c470f3 100644 --- a/files/es/web/api/window/sessionstorage/index.md +++ b/files/es/web/api/window/sessionstorage/index.md @@ -57,7 +57,7 @@ field.addEventListener("change", function() { ## Compatibilidad con navegadores -{{Compat("api.Window.sessionStorage")}} +{{Compat}} ## Vea También diff --git a/files/es/web/api/worker/index.md b/files/es/web/api/worker/index.md index 3822b0f541c03f..c530c697bb5720 100644 --- a/files/es/web/api/worker/index.md +++ b/files/es/web/api/worker/index.md @@ -57,11 +57,9 @@ For a full example, see our[Basic dedicated worker example](https://github.com/m {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -Support varies for different types of workers. See each worker type's page for specifics. - -{{Compat("api.Worker")}} +{{Compat}} ## See also diff --git a/files/es/web/api/worker/terminate/index.md b/files/es/web/api/worker/terminate/index.md index 330e364a140f47..10872a11c02cc7 100644 --- a/files/es/web/api/worker/terminate/index.md +++ b/files/es/web/api/worker/terminate/index.md @@ -35,9 +35,9 @@ myWorker.terminate(); {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("api.Worker.terminate")}} +{{Compat}} ## Mirar también diff --git a/files/es/web/api/xmlhttprequest/abort/index.md b/files/es/web/api/xmlhttprequest/abort/index.md index 3fa05dba940a10..1206840a209967 100644 --- a/files/es/web/api/xmlhttprequest/abort/index.md +++ b/files/es/web/api/xmlhttprequest/abort/index.md @@ -40,7 +40,7 @@ xhr.abort(); ## Compatibilidad con navegadores -{{Compat("api.XMLHttpRequest.abort")}} +{{Compat}} ## Ver también diff --git a/files/es/web/api/xmlhttprequest/readystatechange_event/index.md b/files/es/web/api/xmlhttprequest/readystatechange_event/index.md index c540e5aa6684cb..be82e2ae3af054 100644 --- a/files/es/web/api/xmlhttprequest/readystatechange_event/index.md +++ b/files/es/web/api/xmlhttprequest/readystatechange_event/index.md @@ -42,6 +42,6 @@ xhr.send(); {{Specifications}} -## Compatibilidad con navegadores Web +## Compatibilidad con navegadores -{{Compat("api.XMLHttpRequest.readystatechange_event")}} +{{Compat}} diff --git a/files/es/web/api/xmlhttprequest/responsetext/index.md b/files/es/web/api/xmlhttprequest/responsetext/index.md index 63ddab0d90c313..e36f4c933340a9 100644 --- a/files/es/web/api/xmlhttprequest/responsetext/index.md +++ b/files/es/web/api/xmlhttprequest/responsetext/index.md @@ -34,4 +34,4 @@ xhr.send(null); ## Compatibilidad con navegadores -{{Compat("api.XMLHttpRequest.responseText")}} +{{Compat}} diff --git a/files/es/web/api/xmlhttprequest/timeout/index.md b/files/es/web/api/xmlhttprequest/timeout/index.md index 82de5d6dfb5097..e9681dbecfe6a7 100644 --- a/files/es/web/api/xmlhttprequest/timeout/index.md +++ b/files/es/web/api/xmlhttprequest/timeout/index.md @@ -38,4 +38,4 @@ xhr.send(null); ## Compatibilidad con navegadores -{{Compat("api.XMLHttpRequest.timeout")}} +{{Compat}} diff --git a/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.md b/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.md index 3091efd85536c3..684f26eee6d91d 100644 --- a/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.md +++ b/files/es/web/api/xmlhttprequest/using_xmlhttprequest/index.md @@ -904,11 +904,11 @@ Establecer `overrideMimeType` no funciona desde un {{domxref("Worker")}}. Ver ## Especificaciones -{{Specifications("api.XMLHttpRequest")}} +{{Specifications}} ## Compatibilidad con navegadores -{{Compat("api.XMLHttpRequest")}} +{{Compat}} ## Véase también diff --git a/files/es/web/css/--_star_/index.md b/files/es/web/css/--_star_/index.md index 196f348c78a187..b7dbcd85a65206 100644 --- a/files/es/web/css/--_star_/index.md +++ b/files/es/web/css/--_star_/index.md @@ -78,7 +78,7 @@ Las propiedades personalizadas tienen como alcance los elementos en los que se d ## Compatibilidad con navegadores -{{Compat("css.properties.custom-property")}} +{{Compat}} ## Ver también diff --git a/files/es/web/css/-moz-orient/index.md b/files/es/web/css/-moz-orient/index.md index b0eeca15ef0ff1..f74b337da7152e 100644 --- a/files/es/web/css/-moz-orient/index.md +++ b/files/es/web/css/-moz-orient/index.md @@ -60,9 +60,9 @@ The `-moz-orient` [CSS](/es/docs/Web/CSS) especifica la orientación del element Aunque [somete](https://lists.w3.org/Archives/Public/www-style/2014Jun/0396.html) al W3C , con retroalimentación positiva inicial , esta propiedad no es todavía parte de ninguna especificación ; Actualmente , esto es una extensión de Mozilla-specific (that is, `-moz-orient`). -## Compatibilidad del navegador +## Compatibilidad con navegadores -{{Compat("css.properties.-moz-orient")}} +{{Compat}} ## Ver también diff --git a/files/es/web/css/-moz-outline-radius/index.md b/files/es/web/css/-moz-outline-radius/index.md index b63290a1f85360..a585e4af9ee47b 100644 --- a/files/es/web/css/-moz-outline-radius/index.md +++ b/files/es/web/css/-moz-outline-radius/index.md @@ -92,6 +92,6 @@ border: 1px solid black; outline: dotted red; Esta propiedad no se define es ningún estándar CSS. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-moz-outline-radius")}} +{{Compat}} diff --git a/files/es/web/css/-moz-user-focus/index.md b/files/es/web/css/-moz-user-focus/index.md index 26f2926132398b..d603802a9b2e72 100644 --- a/files/es/web/css/-moz-user-focus/index.md +++ b/files/es/web/css/-moz-user-focus/index.md @@ -53,6 +53,6 @@ Al poner el valor de esta propiedad a `ignore`, deshabilitas el hecho de que el Esta propiedad no es parte de ninguna especificación. Una propiedad similar `user-focus` fue propuesta en [borradores previos de la especificación CSS 3 UI](http://www.w3.org/TR/2000/WD-css3-userint-20000216) pero finalmente fué rechazada por el grupo de trabajo. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-moz-user-focus")}} +{{Compat}} diff --git a/files/es/web/css/-webkit-border-before/index.md b/files/es/web/css/-webkit-border-before/index.md index 20e5683b13278e..309a14ef95ac6e 100644 --- a/files/es/web/css/-webkit-border-before/index.md +++ b/files/es/web/css/-webkit-border-before/index.md @@ -75,9 +75,9 @@ div { No es parte de ninguna especificación aunque está relacionada con la propiedad {{cssxref("border-block-start")}}. -## Compatibilidad con los distintos navegadores. +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-border-before")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-box-reflect/index.md b/files/es/web/css/-webkit-box-reflect/index.md index 7b2b9c18355989..8c374c2d3cb260 100644 --- a/files/es/web/css/-webkit-box-reflect/index.md +++ b/files/es/web/css/-webkit-box-reflect/index.md @@ -51,9 +51,9 @@ slug: Web/CSS/-webkit-box-reflect Esta propiedad no está entre los objetivos de la especificación estándar y no será parte de CSS. La manera estándar para conseguir reflexión en CSS es el uso de la función {{cssxref("element", "element()")}}. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-box-reflect")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-mask-attachment/index.md b/files/es/web/css/-webkit-mask-attachment/index.md index bfb9a470e038b8..5234b66595ad9b 100644 --- a/files/es/web/css/-webkit-mask-attachment/index.md +++ b/files/es/web/css/-webkit-mask-attachment/index.md @@ -31,9 +31,13 @@ body { } ``` -## Compatibilidad con los distintos navegadores +## Especificaciones -{{Compat("css.properties.-webkit-mask-attachment")}} +No forma parte de ningún estándar. + +## Compatibilidad con navegadores + +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-mask-box-image/index.md b/files/es/web/css/-webkit-mask-box-image/index.md index 31b5dd1c8a712f..48c7a236620a0d 100644 --- a/files/es/web/css/-webkit-mask-box-image/index.md +++ b/files/es/web/css/-webkit-mask-box-image/index.md @@ -64,9 +64,13 @@ Where: } ``` -## Compatibilidad con los distintos navegadores +## Especificaciones -{{Compat("css.properties.-webkit-mask-box-image")}} +No forma parte de ningún estándar. + +## Compatibilidad con navegadores + +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-mask-composite/index.md b/files/es/web/css/-webkit-mask-composite/index.md index 8ec01f9d56dcbc..151d6558c65aaa 100644 --- a/files/es/web/css/-webkit-mask-composite/index.md +++ b/files/es/web/css/-webkit-mask-composite/index.md @@ -60,9 +60,13 @@ Donde: } ``` -## Compatibilidad con los distintos navegadores +## Especificaciones -{{Compat("css.properties.-webkit-mask-composite")}} +No forma parte de ningún estándar. Esta propiedad se especifica como {{CSSxRef("mask-composite")}} utilizando diferentes valores. + +## Compatibilidad con navegadores + +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-mask-position-x/index.md b/files/es/web/css/-webkit-mask-position-x/index.md index 22f1157fbb71d1..e311c4ff65155e 100644 --- a/files/es/web/css/-webkit-mask-position-x/index.md +++ b/files/es/web/css/-webkit-mask-position-x/index.md @@ -71,9 +71,9 @@ La propiedad CSS `-webkit-mask-position-x` CSS establece la posición horizontal No forma parte de ninguna especificación. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-mask-position-x")}} +{{Compat}} ## See also diff --git a/files/es/web/css/-webkit-mask-position-y/index.md b/files/es/web/css/-webkit-mask-position-y/index.md index 760da45b9d0017..23e5ab9e4a7a59 100644 --- a/files/es/web/css/-webkit-mask-position-y/index.md +++ b/files/es/web/css/-webkit-mask-position-y/index.md @@ -69,11 +69,11 @@ La propiedad CSS `-webkit-mask-position-y` fija la posición inicial vertical de ## Especificaciones -Not part of any specification. +No forma parte de ninguna especificación. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-mask-position-y")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-mask-repeat-x/index.md b/files/es/web/css/-webkit-mask-repeat-x/index.md index dd245fba4b069f..03bcc6182b2ad0 100644 --- a/files/es/web/css/-webkit-mask-repeat-x/index.md +++ b/files/es/web/css/-webkit-mask-repeat-x/index.md @@ -71,9 +71,9 @@ Es posible especificar un `` diferente para cada una de las imáge Cada imagen se asocia con el correspondiente estilo de repetición, desde la primera hasta la última y siguiendo el orden que se ha establecido. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-mask-repeat-x")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-mask-repeat-y/index.md b/files/es/web/css/-webkit-mask-repeat-y/index.md index cf585f66229381..dcb9c822d6ce62 100644 --- a/files/es/web/css/-webkit-mask-repeat-y/index.md +++ b/files/es/web/css/-webkit-mask-repeat-y/index.md @@ -74,9 +74,9 @@ Es posible especificar un `` diferente para cada una de las imáge Cada imagen se asocia con el correspondiente estilo de repetición, desde la primera hasta la última y siguiendo el orden que se ha establecido. -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-mask-repeat-y")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-overflow-scrolling/index.md b/files/es/web/css/-webkit-overflow-scrolling/index.md index 3aea9bc072854b..2af686e408b1ce 100644 --- a/files/es/web/css/-webkit-overflow-scrolling/index.md +++ b/files/es/web/css/-webkit-overflow-scrolling/index.md @@ -69,9 +69,9 @@ p { No es parte de ninguna especificación. Apple tiene una [descripción en la Referencia CSS de Safari.](https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/css/property/-webkit-overflow-scrolling) -## Compatibilidad en navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-overflow-scrolling")}} +{{Compat}} ## Ver también diff --git a/files/es/web/css/-webkit-text-fill-color/index.md b/files/es/web/css/-webkit-text-fill-color/index.md index c0a656f0cfbb2c..2a3e59631d07b5 100644 --- a/files/es/web/css/-webkit-text-fill-color/index.md +++ b/files/es/web/css/-webkit-text-fill-color/index.md @@ -13,9 +13,9 @@ La propiedad CSS -**`webkit-text-fill-color`** especifica el [color](/es/docs/We {{Specifications}} -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-text-fill-color")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-text-stroke-color/index.md b/files/es/web/css/-webkit-text-stroke-color/index.md index 5315e7c3ec1932..b1700e53880517 100644 --- a/files/es/web/css/-webkit-text-stroke-color/index.md +++ b/files/es/web/css/-webkit-text-stroke-color/index.md @@ -38,9 +38,9 @@ La propiedad CSS **`-webkit-text-stroke-color`** especifica el [color](/es/docs/ {{Specifications}} -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-text-stroke-color")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-text-stroke-width/index.md b/files/es/web/css/-webkit-text-stroke-width/index.md index eb1bfb8d724825..b2bdb405e71c5d 100644 --- a/files/es/web/css/-webkit-text-stroke-width/index.md +++ b/files/es/web/css/-webkit-text-stroke-width/index.md @@ -30,9 +30,9 @@ La propiedad [CSS](/es/docs/Web/CSS) **`-webkit-text-stroke-width`** especifica {{Specifications}} -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-text-stroke-width")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-text-stroke/index.md b/files/es/web/css/-webkit-text-stroke/index.md index 44c35544b3b66c..5c1cb757aaf86f 100644 --- a/files/es/web/css/-webkit-text-stroke/index.md +++ b/files/es/web/css/-webkit-text-stroke/index.md @@ -58,9 +58,9 @@ La propiedad [CSS](/es/docs/Web/CSS) **`-webkit-text-stroke`** especifica la [an {{Specifications}} -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-text-stroke")}} +{{Compat}} ## Ver además diff --git a/files/es/web/css/-webkit-touch-callout/index.md b/files/es/web/css/-webkit-touch-callout/index.md index 3fe7e8b275479b..ff4cbd4bb687f5 100644 --- a/files/es/web/css/-webkit-touch-callout/index.md +++ b/files/es/web/css/-webkit-touch-callout/index.md @@ -49,6 +49,6 @@ No es parte de ninguna especificación. Apple tiene una [descripcón en la Referencia CSS de Safari](https://developer.apple.com/library/safari/documentation/AppleApplications/Reference/SafariCSSRef/Articles/StandardCSSProperties.html#//apple_ref/doc/uid/TP30001266-_webkit_touch_callout). -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.properties.-webkit-touch-callout")}} +{{Compat}} diff --git a/files/es/web/css/@charset/index.md b/files/es/web/css/@charset/index.md index d40662b7625e20..59d8e6493277d7 100644 --- a/files/es/web/css/@charset/index.md +++ b/files/es/web/css/@charset/index.md @@ -49,6 +49,6 @@ Habiendo diferentes maneras de definir la codificación de caracteres en una hoj {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("css.at-rules.charset")}} +{{Compat}} diff --git a/files/es/web/css/@counter-style/additive-symbols/index.md b/files/es/web/css/@counter-style/additive-symbols/index.md index 03f2244b314fd4..1781856a1bb79a 100644 --- a/files/es/web/css/@counter-style/additive-symbols/index.md +++ b/files/es/web/css/@counter-style/additive-symbols/index.md @@ -57,9 +57,9 @@ additive-symbols: 3 "0", 2 url(symbol.png); {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("css.at-rules.counter-style.additive-symbols")}} +{{Compat}} ## Véase también diff --git a/files/es/web/css/@counter-style/index.md b/files/es/web/css/@counter-style/index.md index b8ffb1516ee602..fb9909767debfc 100644 --- a/files/es/web/css/@counter-style/index.md +++ b/files/es/web/css/@counter-style/index.md @@ -114,9 +114,9 @@ Checkout more examples on the [demo page](https://mdn.github.io/css-counter-styl {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("css.at-rules.counter-style")}} +{{Compat}} ## See also diff --git a/files/es/web/css/@counter-style/symbols/index.md b/files/es/web/css/@counter-style/symbols/index.md index b398784408b65c..74528ce2903a30 100644 --- a/files/es/web/css/@counter-style/symbols/index.md +++ b/files/es/web/css/@counter-style/symbols/index.md @@ -69,9 +69,9 @@ symbols: indic-numbers; {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("css.at-rules.counter-style.symbols")}} +{{Compat}} ## Véase también diff --git a/files/es/web/css/@font-face/font-display/index.md b/files/es/web/css/@font-face/font-display/index.md index 98f04e11a2cdd7..36503a31ca3b7e 100644 --- a/files/es/web/css/@font-face/font-display/index.md +++ b/files/es/web/css/@font-face/font-display/index.md @@ -65,6 +65,6 @@ font-display: optional; {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("css.at-rules.font-face.font-display")}} +{{Compat}} diff --git a/files/es/web/css/@font-face/font-family/index.md b/files/es/web/css/@font-face/font-family/index.md index e331f0ad01ea17..d5298b6fcbf75e 100644 --- a/files/es/web/css/@font-face/font-family/index.md +++ b/files/es/web/css/@font-face/font-family/index.md @@ -71,6 +71,6 @@ p { {{Specifications}} -## Compatibilidad con los distintos navegadores +## Compatibilidad con navegadores -{{Compat("css.at-rules.font-face.font-family")}} +{{Compat}} diff --git a/files/es/web/css/@font-face/font-style/index.md b/files/es/web/css/@font-face/font-style/index.md index c0a7bc8fe39951..8699229277dc99 100644 --- a/files/es/web/css/@font-face/font-style/index.md +++ b/files/es/web/css/@font-face/font-style/index.md @@ -63,6 +63,6 @@ Por otra parte, si existe un verdadera versión en _cursiva_ del estilo de fuent {{Specifications}} -## Browser compatibility +## Compatibilidad con navegadores -{{Compat("css.at-rules.font-face.font-style")}} +{{Compat}} diff --git a/files/es/web/css/@font-face/src/index.md b/files/es/web/css/@font-face/src/index.md index 8603110bed9708..a56c1e9ebfccca 100644 --- a/files/es/web/css/@font-face/src/index.md +++ b/files/es/web/css/@font-face/src/index.md @@ -59,6 +59,6 @@ src: local(font), url(path/to/font.svg) format("svg"), {{Specifications}} -## Compatibilidad de navegadores +## Compatibilidad con navegadores -{{Compat("css.at-rules.font-face.src")}} +{{Compat}} diff --git a/files/es/web/css/@font-face/unicode-range/index.md b/files/es/web/css/@font-face/unicode-range/index.md index 0d8a20d921ba6b..d4b7f8724fb18f 100644 --- a/files/es/web/css/@font-face/unicode-range/index.md +++ b/files/es/web/css/@font-face/unicode-range/index.md @@ -60,4 +60,4 @@ div { ## Compatibilidad con navegadores -{{Compat("css.at-rules.font-face.unicode-range")}} +{{Compat}}