From 6dbcdc6049c1bd53ef7086e9713d90604039aab8 Mon Sep 17 00:00:00 2001 From: "Queen Vinyl Da.i'gyu-Kazotetsu" Date: Fri, 10 Nov 2023 02:42:16 -0800 Subject: [PATCH 1/2] es: Remove old compatibility and specification tables --- .../orphaned/web/html/element/keygen/index.md | 15 ++- files/es/web/api/fullscreen_api/index.md | 14 --- files/es/web/api/webgl_api/index.md | 12 +- .../es/web/css/background-attachment/index.md | 11 +- files/es/web/css/background-color/index.md | 21 +--- files/es/web/css/background-origin/index.md | 10 +- files/es/web/css/background-position/index.md | 15 +-- files/es/web/css/background/index.md | 15 +-- files/es/web/css/border-bottom-color/index.md | 18 +-- files/es/web/css/border-bottom-width/index.md | 21 +--- files/es/web/css/border-bottom/index.md | 19 +-- files/es/web/css/border-collapse/index.md | 17 +-- files/es/web/css/border-color/index.md | 17 +-- files/es/web/css/border-spacing/index.md | 19 +-- files/es/web/css/border-width/index.md | 17 +-- files/es/web/css/border/index.md | 17 +-- files/es/web/css/bottom/index.md | 20 +-- files/es/web/css/cursor/index.md | 21 +--- files/es/web/css/float/index.md | 13 +- files/es/web/css/font/index.md | 15 +-- files/es/web/css/max-height/index.md | 16 +-- files/es/web/css/min-height/index.md | 12 +- files/es/web/css/min-width/index.md | 10 +- files/es/web/css/right/index.md | 15 +-- files/es/web/css/top/index.md | 115 ++++++++---------- files/es/web/html/element/a/index.md | 21 ---- .../global_objects/error/linenumber/index.md | 14 +-- 27 files changed, 137 insertions(+), 393 deletions(-) diff --git a/files/es/orphaned/web/html/element/keygen/index.md b/files/es/orphaned/web/html/element/keygen/index.md index cffc3edf8198a2..39d8b0fdf2931d 100644 --- a/files/es/orphaned/web/html/element/keygen/index.md +++ b/files/es/orphaned/web/html/element/keygen/index.md @@ -79,11 +79,10 @@ He aquí un ejemplo de envío de formularios, como sería entregado a un program - [Sample form with DSA KEYGEN element but no PQG Parameters](https://bugzilla.mozilla.org/attachment.cgi?id=380751) - [Sample form with EC KEYGEN element](https://bugzilla.mozilla.org/attachment.cgi?id=380752) -## Compatibilidad del navegador - -| Navegador | Versión más baja | -| ----------------- | ---------------- | -| Internet Explorer | --- | -| Firefox (Gecko) | 1.0 (1.0) | -| Opera | 3.0 | -| Safari (WebKit) | 1.2 (125) | +### Especificaciones + +{{Specifications}} + +### Compatibilidad de navegadores + +{{Compat}} diff --git a/files/es/web/api/fullscreen_api/index.md b/files/es/web/api/fullscreen_api/index.md index cd80e4016a047a..315cba8f082106 100644 --- a/files/es/web/api/fullscreen_api/index.md +++ b/files/es/web/api/fullscreen_api/index.md @@ -115,20 +115,6 @@ En este código, primero se observa si el atributo `fullscreenElement` de {{ dom Si el modo de pantalla completa está activado (`fullscreenElement` no es `null`), llamamos a la función {{ domxref("document.exitFullscreen()") }}. -## Prefijado - -De momento, no todos los navegadores están implementando la versión sin prefijo de la API. Aquí está la tabla que resume los prefijos y diferencias de nombres entre ellos: - -| Estándar | Blink (Chrome y Opera) | Gecko (Firefox) | Internet Explorer 11 | Edge | Safari (WebKit) | -| ------------------------------------------ | --------------------------- | ------------------------ | ----------------------- | --------------------------- | --------------------------- | -| {{domxref("Document.fullscreen")}} | `webkitIsFullScreen` | `mozFullScreen` | _-_ | `webkitIsFullScreen` | `webkitIsFullScreen` | -| {{domxref("Document.fullscreenEnabled")}} | `webkitFullscreenEnabled` | `mozFullScreenEnabled` | `msFullscreenEnabled` | `webkitFullscreenEnabled` | `webkitFullscreenEnabled` | -| {{domxref("Document.fullscreenElement")}} | `webkitFullscreenElement` | `mozFullScreenElement` | `msFullscreenElement` | `webkitFullscreenElement` | `webkitFullscreenElement` | -| {{domxref("Document.onfullscreenchange")}} | `onwebkitfullscreenchange` | `onmozfullscreenchange` | `onmsfullscreenchange` | `onwebkitfullscreenchange` | `onwebkitfullscreenchange` | -| {{domxref("Document.onfullscreenerror")}} | `onwebkitfullscreenerror` | `onmozfullscreenerror` | `onmsfullscreenerror` | `onwebkitfullscreenerror` | `onwebkitfullscreenerror` | -| {{domxref("Document.exitFullscreen()")}} | `webkitExitFullscreen()` | `mozCancelFullScreen()` | `msExitFullscreen()` | `webkitExitFullscreen()` | `webkitExitFullscreen()` | -| {{domxref("Element.requestFullscreen()")}} | `webkitRequestFullscreen()` | `mozRequestFullScreen()` | `msRequestFullscreen()` | `webkitRequestFullscreen()` | `webkitRequestFullscreen()` | - ## Especificaciones {{Specifications}} diff --git a/files/es/web/api/webgl_api/index.md b/files/es/web/api/webgl_api/index.md index f4fb883881bcbb..4d47c45c688143 100644 --- a/files/es/web/api/webgl_api/index.md +++ b/files/es/web/api/webgl_api/index.md @@ -43,12 +43,6 @@ WebGL trae gráficos en 3D para la Web mediante la introducción de una API que - [Planeta WebGL](http://planet-webgl.org/) - : Un agregador de RSS para las personas que pertenecen a la comunidad WebGL. -## Compatibilidad de los navegadores - -| Navegador | Compatibilidad básica | `.getContext(context)` | -| ----------------- | ----------------------- | ---------------------- | -| Internet Explorer | --- | --- | -| Firefox (Gecko) | 4.0 (2) | experimental-webgl | -| Opera | --- | --- | -| Chrome | 9 | experimental-webgl | -| Safari | 6 (en Safari nightlies) | experimental-webgl | +## Compatibilidad de navegadores + +{{Compat}} diff --git a/files/es/web/css/background-attachment/index.md b/files/es/web/css/background-attachment/index.md index b7919c2365c264..02c5416fcba212 100644 --- a/files/es/web/css/background-attachment/index.md +++ b/files/es/web/css/background-attachment/index.md @@ -94,18 +94,11 @@ p { ### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#background-attachment) -- [CSS 2.1](http://www.w3.org/TR/CSS21/colors.html#propdef-background-attachment) -- [CSS 3](http://www.w3.org/TR/2005/WD-css3-background-20050216/#background-attachment) +{{Specifications}} ### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ### Ver también diff --git a/files/es/web/css/background-color/index.md b/files/es/web/css/background-color/index.md index 2cb88701c1f546..aea74135a86a4e 100644 --- a/files/es/web/css/background-color/index.md +++ b/files/es/web/css/background-color/index.md @@ -65,30 +65,13 @@ background-color: color | transparent | inherit {{EmbedLiveSample("Ejemplos","200","150")}} -### Notas - -(Add links to good colour reference sites here.) - ### Especificaciones -- [CSS 1 (en)](http://www.w3.org/TR/CSS1#background-color) -- [CSS 2.1 (en)](http://www.w3.org/TR/CSS21/colors.html#propdef-background-color) -- [CSS 3 (en)](http://www.w3.org/TR/2005/WD-css3-background-20050216/#background-color) +{{Specifications}} ### Compatibilidad de navegadores -TBD: This may be removed in favour of a centralized compatibility chart. - -| Navegador | soporta background-color | -| ------------------- | ------------------------ | -| Internet Explorer 6 | parcialmente | -| Internet Explorer 7 | parcialmente | -| Firefox 1.5 | Sí | -| Firefox 2 | Sí | -| Opera 8.5 | parcialmente | -| Opera 9 | parcialmente | -| Konqueror 3.5 | Sí | -| Safari 2 | Sí | +{{Compat}} ### Ver también diff --git a/files/es/web/css/background-origin/index.md b/files/es/web/css/background-origin/index.md index be98c1d8df4e43..cb54d01e6e5201 100644 --- a/files/es/web/css/background-origin/index.md +++ b/files/es/web/css/background-origin/index.md @@ -54,15 +54,13 @@ div{ - La propiedad background-origin es ignorada si la propiedad background-attachment tiene un valor de fixed. - Si el valor de esta propiedad no es establecido en la propiedad abreviada (shorthand) [background](/es/CSS/background) que es aplicada a el elemento despues de la propiedad background-origin, el valor de esta propiedad sera restablecido a su valor inicial por la propiedad abreviada background. -## Compatibilidad de navegadores +### Especificaciones -| Feature | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari | -| -------------- | ------ | --------------- | ----------------- | ----- | --------- | -| Soporte básico | 1.0 | 4.0 (2.0) | 9.0 | 10.5 | 3.0 (522) | +{{Specifications}} -## Especificaciones +### Compatibilidad de navegadores -- [Css fondos y bordes modulo nivel 3](http://dev.w3.org/csswg/css3-background/#the-background-origin)(candidato a recomendación] +{{Compat}} ## Relacionado diff --git a/files/es/web/css/background-position/index.md b/files/es/web/css/background-position/index.md index 1e489df85ca058..5883419da1f236 100644 --- a/files/es/web/css/background-position/index.md +++ b/files/es/web/css/background-position/index.md @@ -87,20 +87,13 @@ Si solo se especifica un valor, se entenderá que es la posición horizontal con } ``` -## Especificaciones +### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#background-position) -- [CSS 2.1](http://www.w3.org/TR/CSS21/colors.html#propdef-background-position) -- [CSS 3](http://www.w3.org/TR/2005/WD-css3-background-20050216/#background-position) +{{Specifications}} -### Compatibilidad +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ### Ver también diff --git a/files/es/web/css/background/index.md b/files/es/web/css/background/index.md index 1715c66a83f0ae..92fa2a0219199a 100644 --- a/files/es/web/css/background/index.md +++ b/files/es/web/css/background/index.md @@ -92,20 +92,13 @@ La sintaxis de cada capa es la siguiente: Tomando una declaración válida, la propiedad `background` inicia las propiedades individuales a sus valores iniciales para después asignarles los valores especificadas explícitamente en la declaración. No hay que definir un valor por cada propiedad individual, se cambia solo las que necesitamos en relación al valor por defecto. -## Especificaciones +### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#background) -- [CSS 2.1](http://www.w3.org/TR/CSS21/colors.html#propdef-background) -- [CSS 3](http://www.w3.org/TR/2005/WD-css3-background-20050216/#the-background) +{{Specifications}} -## Compatibilidad de navegadores +### Compatibilidad de navegadores -| Navegador | Mínima versión | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ## Ver también diff --git a/files/es/web/css/border-bottom-color/index.md b/files/es/web/css/border-bottom-color/index.md index eebbd621ec2a93..5fc0a562c27077 100644 --- a/files/es/web/css/border-bottom-color/index.md +++ b/files/es/web/css/border-bottom-color/index.md @@ -3,8 +3,6 @@ title: border-bottom-color slug: Web/CSS/border-bottom-color --- -<< [Volver](/es/Guía_de_referencia_de_CSS) - ### Resumen La propiedad `border-bottom-color` define el color del borde inferior de un elemento, con la ayuda de un valor de color o con la palabra clave `transparent`. @@ -60,22 +58,12 @@ element { ### Especificaciones -- [CSS 2.1 (en)](http://www.w3.org/TR/CSS21/box.html#propdef-border-bottom-color) -- [CSS 3 (en)](http://www.w3.org/TR/css3-background/#border-bottom) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ### Ver también {{ Cssxref("border-bottom") }}, {{ Cssxref("border-color") }}, {{ Cssxref("border-bottom-style") }}, {{ Cssxref("border-bottom-width") }} - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/border-bottom-width/index.md b/files/es/web/css/border-bottom-width/index.md index 03441000df4de4..595afa7634c0f1 100644 --- a/files/es/web/css/border-bottom-width/index.md +++ b/files/es/web/css/border-bottom-width/index.md @@ -3,8 +3,6 @@ title: border-bottom-width slug: Web/CSS/border-bottom-width --- -<< [Volver](/es/Guía_de_referencia_de_CSS) - ### Resumen `border-bottom-width` define el ancho del borde inferior de una caja. @@ -55,25 +53,14 @@ element { } ``` -### Especificacions +### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#border-width) -- [CSS 2.1](http://www.w3.org/TR/CSS21/box.html#border-width-properties) -- [CSS 3](http://www.w3.org/TR/css3-background/#border-width) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | | -| Firefox | | -| Netscape | | -| Opera | | +{{Compat}} ### Ver también {{ Cssxref("border-bottom") }}, {{ Cssxref("border-color") }}, {{ Cssxref("border-bottom-style") }}, {{ Cssxref("border-bottom-width") }} - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/border-bottom/index.md b/files/es/web/css/border-bottom/index.md index 323caeb7cb4b94..39e477cad5ab2a 100644 --- a/files/es/web/css/border-bottom/index.md +++ b/files/es/web/css/border-bottom/index.md @@ -3,8 +3,6 @@ title: border-bottom slug: Web/CSS/border-bottom --- -<< [Volver](/es/Guía_de_referencia_de_CSS) - ### Resumen La propiedad `border-bottom` permite de definir de una vez todas las propiedades individuales {{ Cssxref("border-bottom-color") }}, {{ Cssxref("border-bottom-style") }}, y {{ Cssxref("border-bottom-width") }}, las cuales describen el color, estilo y ancho del borde inferior de un elementos. @@ -69,23 +67,12 @@ Como el valor por defecto de {{ Cssxref("border-bottom-style") }} es `none`, el ### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#border-bottom) -- [CSS 2.1](http://www.w3.org/TR/CSS21/box.html#border-shorthand-properties) -- [CSS 3](http://www.w3.org/TR/css3-background/#the-border-shorthands) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 4 | -| Opera | 3.5 | +{{Compat}} ### Ver también {{ Cssxref("border") }}, {{ Cssxref("border-bottom") }}, {{ Cssxref("border-bottom-width") }}, {{ Cssxref("border-bottom-style") }}, {{ Cssxref("border-bottom-color") }}, - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/border-collapse/index.md b/files/es/web/css/border-collapse/index.md index 19e25a97dbd107..65b4157cfb1842 100644 --- a/files/es/web/css/border-collapse/index.md +++ b/files/es/web/css/border-collapse/index.md @@ -3,8 +3,6 @@ title: border-collapse slug: Web/CSS/border-collapse --- -<< [Volver](/es/Gu%c3%ada_de_referencia_de_CSS) - ### Resumen La propiedad `border-collapse` se utiliza para fusionar los bordes. Ésto tiene una gran influencia sobre la presentación y el estilo de las celdas de tabla. La representación de los bordes de tabla es dividida en dos categorías en CSS2 - "fusión" y "separación" (collapsed - separated). Esta propiedad especifica que modo de presentación de borde hay que usar. @@ -50,21 +48,12 @@ CSS 2 especifica que el valor inicial para esta propiedad es `collapse`, pero CS ### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS21/tables.html#collapsing-borders) -- [CSS 3](http://www.w3.org/TR/REC-CSS2/tables.html#borders) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 5.5 | -| Netscape | 7 | -| Opera | 5 | +{{Compat}} ### Ver también {{ Cssxref("border-spacing") }} - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/border-color/index.md b/files/es/web/css/border-color/index.md index 0fa437c877bd90..00dadd38849dde 100644 --- a/files/es/web/css/border-color/index.md +++ b/files/es/web/css/border-color/index.md @@ -57,18 +57,11 @@ Para poder ver el/los bordes también hay que definir {{ Cssxref("border-width", ### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#border-color) -- [CSS 2.1](http://www.w3.org/TR/CSS21/box.html#border-color-properties) -- [CSS 3](http://www.w3.org/TR/css3-background/#the-border-color) - -### Compatibilidad - -| Navegadores | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 4 | -| Opera | 3.5 | +{{Specifications}} + +### Compatibilidad de navegadores + +{{Compat}} ### Extensiones Mozilla diff --git a/files/es/web/css/border-spacing/index.md b/files/es/web/css/border-spacing/index.md index 45428294ddb3be..470105056b3bfa 100644 --- a/files/es/web/css/border-spacing/index.md +++ b/files/es/web/css/border-spacing/index.md @@ -3,8 +3,6 @@ title: border-spacing slug: Web/CSS/border-spacing --- -<< [Volver](/es/Gu%c3%ada_de_referencia_de_CSS) - ### Resumen La propiedad de {{ Cssxref("border-spacing", "espaciado de borde") }} especifica la distancia entre los bordes de celdas adyacentes (sólo para el modelo de [separación de borde](/es/CSS/border-collapse)). Es el equivalente al atributo `cellspacing` en HTML. @@ -43,23 +41,12 @@ El espaciado de borde también se utiliza en los bordes exteriores de las tablas ### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS21/tables.html#propdef-border-spacing) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Netscape | 6 | -| Internet Explorer | 7 | -| Firefox | 1 | -| Mozilla | 1 | -| Safari | 1 | -| Opera | 6 | +{{Compat}} ### Ver también {{ Cssxref("border-collapse") }} - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/border-width/index.md b/files/es/web/css/border-width/index.md index c0b3a838bfcdbd..843ab46b9ff87e 100644 --- a/files/es/web/css/border-width/index.md +++ b/files/es/web/css/border-width/index.md @@ -55,18 +55,11 @@ element { ### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#border-width) -- [CSS 2.1](http://www.w3.org/TR/CSS21/box.html#border-width-properties) -- [CSS 3](http://www.w3.org/TR/css3-background/#border-width) - -### Compatibilidad - -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4.0 | -| Firefox | 1.0 | -| Netscape | | -| Opera | 3.5 | +{{Specifications}} + +### Compatibilidad de navegadores + +{{Compat}} ### Ver también diff --git a/files/es/web/css/border/index.md b/files/es/web/css/border/index.md index cd39c3e7b244ce..389f22d5f3b78b 100644 --- a/files/es/web/css/border/index.md +++ b/files/es/web/css/border/index.md @@ -54,18 +54,11 @@ Mientras que las propiedades {{ Cssxref("border-width") }}, {{ Cssxref("border-s ### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#border) -- [CSS 2.1](http://www.w3.org/TR/CSS21/box.html#box-border-area) -- [CSS 3](http://www.w3.org/TR/css3-background/#the-border-shorthands) - -### Compatibilidad - -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Firefox | 1 | -| Netscape | 4 | -| Opera | 3.5 | +{{Specifications}} + +### Compatibilidad de navegadores + +{{Compat}} ### Ver también diff --git a/files/es/web/css/bottom/index.md b/files/es/web/css/bottom/index.md index 7c81519fdf1dff..8f7f8ba08d8b5f 100644 --- a/files/es/web/css/bottom/index.md +++ b/files/es/web/css/bottom/index.md @@ -3,8 +3,6 @@ title: bottom slug: Web/CSS/bottom --- -<< [Volver](/es/Gu%c3%ada_de_referencia_de_CSS) - ### Resumen La propiedad `bottom` especifica parte de la posición de un elemento (posicionado - es decir, con una posición determinada por código). @@ -83,24 +81,12 @@ Para los elementos posicionados de forma absoluta, la propiedad `bottom` no tien ### Especificaciones -- [CSS 2.1 (en)](http://www.w3.org/TR/CSS21/visuren.html#propdef-bottom) -- [CSS 3 (en)](http://www.w3.org/Style/CSS/current-work#positioning) - -### Compatibilidad entre navegadores +{{Specifications}} -This is as far back as the documentaion goes. +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 5 | -| Firefox | 1 | -| Netscape | 6 | -| Opera | 6 | +{{Compat}} ### Ver también {{ Cssxref("position") }}, {{ Cssxref("top") }}, {{ Cssxref("right") }}, {{ Cssxref("left") }} - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/cursor/index.md b/files/es/web/css/cursor/index.md index 439caf9b77dc48..917e94e46e4d84 100644 --- a/files/es/web/css/cursor/index.md +++ b/files/es/web/css/cursor/index.md @@ -229,23 +229,10 @@ External: } ``` -### Notes +### Especificaciones -While this property works on older browsers, not all values are fully supported. +{{Specifications}} -### Specifications +### Compatibilidad de navegadores -- [CSS 2.1](http://www.w3.org/TR/CSS21/ui.html#propdef-cursor) -- [css3-ui](http://www.w3.org/TR/css3-ui/#cursor) - -### Browser compatibility - -| Browser | Lowest Version (``) | Lowest Version (``) | -| ----------------- | ------------------------------------ | ------------------------ | -| Internet Explorer | 4 | 6 (only `.cur` files) | -| Firefox | 1.0 | 1.5 | -| Netscape | 6 | 8 | -| Opera | 7 | - | -| Konqueror | 3.1 | 3.1 | -| Safari | 1.2 | 1.2 | -| Safari (Win) | 3.0 | 3.0 | +{{Compat}} diff --git a/files/es/web/css/float/index.md b/files/es/web/css/float/index.md index 8fb58557826342..65666fd96b1619 100644 --- a/files/es/web/css/float/index.md +++ b/files/es/web/css/float/index.md @@ -144,21 +144,12 @@ A veces querrás forzar un item a moverse por debajo de elementos flotantes. Por ### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#float) -- [CSS 2.1](http://www.w3.org/TR/CSS21/visuren.html#propdef-float) +{{Specifications}} ### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 4 | -| Netscape | 4 | -| Opera | 3.5 | +{{Compat}} ### Ver también {{ Cssxref("clear") }}, {{ Cssxref("display") }}, {{ Cssxref("position") }} - -Categorías - -Interwiki Language diff --git a/files/es/web/css/font/index.md b/files/es/web/css/font/index.md index bf10edd4da89b9..24462eccdc8a4f 100644 --- a/files/es/web/css/font/index.md +++ b/files/es/web/css/font/index.md @@ -69,17 +69,10 @@ Si no se establece un valor concreto, las propiedades tomarán el valor por defe La propiedad {{ Cssxref("font-size-adjust") }} también se establece a su valor inicial (`none`) cuando se usa la propiedad general {{ Cssxref("font") }}. -## Especificaciones +### Especificaciones -- [CSS 1](http://www.w3.org/TR/CSS1#font) -- [CSS 2](http://www.w3.org/TR/1998/REC-CSS2-19980512/fonts.html#propdef-font) (para {{ Cssxref("font-size-adjust") }}) -- [CSS 2.1](http://www.w3.org/TR/CSS21/fonts.html#propdef-font) -- [css3-ui](http://www.w3.org/TR/css3-ui/#font) (para los nuevos valores de fuentes de sistema]) +{{Specifications}} -## Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 3 | -| Netscape | 4 | -| Opera | 3.5 | +{{Compat}} diff --git a/files/es/web/css/max-height/index.md b/files/es/web/css/max-height/index.md index b647c35c957588..4b8a4e73be9b2d 100644 --- a/files/es/web/css/max-height/index.md +++ b/files/es/web/css/max-height/index.md @@ -3,8 +3,6 @@ title: max-height slug: Web/CSS/max-height --- -<< [Volver](/es/Gu%c3%ada_de_referencia_de_CSS) - ### Resumen La propiedad `max-height` se utiliza para definir la altura máxima de un elemento dado. Impide que el valor de la {{ Cssxref("height", "altura") }} pueda llegar a ser más grande que la de `max-height`. @@ -42,20 +40,12 @@ form { max-width: none; } ### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS2/visudet.html#min-max-heights) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 6 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ### Ver también {{ Cssxref("Modelo de caja", "modelo de caja") }}, {{ Cssxref("width", "ancho") }}, {{ Cssxref("-moz-box-sizing", "tamaño de cajas -Mozilla") }}, {{ Cssxref("min-height", "altura mínima") }}, {{ Cssxref("max-height", "altura máxima") }} - -Categorías - -Interwiki Languages diff --git a/files/es/web/css/min-height/index.md b/files/es/web/css/min-height/index.md index f04447a93c7464..3d1ed33b1eaab8 100644 --- a/files/es/web/css/min-height/index.md +++ b/files/es/web/css/min-height/index.md @@ -32,17 +32,13 @@ form {min-height: 0;} {{ Cssxref("min-height") }} tiene prioridad sobre los valores {{ Cssxref("max-height") }} y {{ Cssxref("height") }}. -### Esdpecificaciones +### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS2/visudet.html#min-max-heights) +{{Specifications}} -### Compatibilidades +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 6 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ### Ver también diff --git a/files/es/web/css/min-width/index.md b/files/es/web/css/min-width/index.md index d4573f2b43981c..ad0d54e046542f 100644 --- a/files/es/web/css/min-width/index.md +++ b/files/es/web/css/min-width/index.md @@ -43,15 +43,11 @@ form{min-width: 0;} ### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS2/visudet.html#min-max-widths) +{{Specifications}} -### Compatibilidad entre navegadores +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | 6 | -| Netscape | 6 | -| Opera | 3.5 | +{{Compat}} ### Ver también diff --git a/files/es/web/css/right/index.md b/files/es/web/css/right/index.md index f7b5ae4be0d971..1d84f33cc6c06c 100644 --- a/files/es/web/css/right/index.md +++ b/files/es/web/css/right/index.md @@ -42,22 +42,13 @@ div { } ``` -### Notas - ### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS21/visuren.html#propdef-right) -- [CSS 3](http://www.w3.org/Style/CSS/current-work#positioning) +{{Specifications}} -### Compatibilidad entre navegadores +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | ? | -| Firefox | 1 | -| Netscape | ? | -| Opera | ? | -| Safari | ? | +{{Compat}} ### Ver también diff --git a/files/es/web/css/top/index.md b/files/es/web/css/top/index.md index e52cf1067b2b21..1418d249d8fb76 100644 --- a/files/es/web/css/top/index.md +++ b/files/es/web/css/top/index.md @@ -30,77 +30,66 @@ Cuando se define tanto la propiedad `top` como {{cssxref("bottom")}} para un ele ### Ejemplos -``` - /* se puede también usar unidades px para posicionar body para luego operar con el div */ - body{ - width: 100%; - height: 100%; - } - /* ahora podemos operar con unidades de porcentajes (con al 100% respecto de body) */ - div{ - position:absolute; - left:15%; - top:30%; - bottom:30%; - width:70%; - height:40%; - text-align:left; - border: 3px rgb(0,0,0) solid; - } +```css +/* se puede también usar unidades px para posicionar body para luego operar con el div */ +body { + width: 100%; + height: 100%; +} +/* ahora podemos operar con unidades de porcentajes (con al 100% respecto de body) */ +div { + position: absolute; + left: 15%; + top: 30%; + bottom: 30%; + width: 70%; + height: 40%; + text-align: left; + border: 3px rgb(0, 0, 0) solid; +} ``` -``` - - - - - - Mozzila.org height top left width porcentaje CSS - - - -
-
- ...Contenido... -
-
- - - +```html + + + + + + Mozzila.org height top left width porcentaje CSS + + + +
+
...Contenido...
+
+ + ``` ### Especificaciones -- [CSS 2.1](http://www.w3.org/TR/CSS21/visuren.html#propdef-top) -- [CSS 3](http://www.w3.org/Style/CSS/current-work#positioning) +{{Specifications}} -### Compatibilidad entre navegadores +### Compatibilidad de navegadores -| Navegador | Versión mínima | -| ----------------- | -------------- | -| Internet Explorer | ? | -| Firefox | 1 | -| Netscape | ? | -| Opera | ? | -| Safari | ? | +{{Compat}} ### Ver también diff --git a/files/es/web/html/element/a/index.md b/files/es/web/html/element/a/index.md index 46433ea0056bc0..b1d15962fad250 100644 --- a/files/es/web/html/element/a/index.md +++ b/files/es/web/html/element/a/index.md @@ -229,27 +229,6 @@ HTML 3.2 define sólo los atributos `name`, `href`, `rel`, `rev`, y `title`. Se abusa frecuntemente de las etiquetas de ancla (_anchor tags_) con el uso de los eventos `onclick` para crear pseudo-botones ajustando **href** a `"#"` o `"javascript:void(0)"` para prevenir la recarga de la página. Estos valores provocan comportamientos inesperados con los enlaces de copiado/dibujado, la apertura de enlaces en nuevas pestañas/ventanas, el guardado de enlaces (_bookmarking_), y cuando JavaScript está aún descargando, esto arroja errores, o es deshabilitado. Esto tambíen lleva a semánticas (_semantics_) incorrectas para tecnologías de asistencia (p.ej., lectores de pantalla). En estos casos, se recomienda utilizar un {{HTMLElement("button")}} en su lugar. En general, sólo se debe utilizar una ancla (_anchor_) para navegación utilizando una URL adecuada. -### Cliceo y enfoque - -Cuando se clicea sobre un {{HTMLElement("a")}} las consecuencias varían de acuerdo al navegador y el sistema operativo. - -¿Al hacer un clic en un [``](/es/docs/Web/HTML/Element/a) se enfoca? - -| Navegadores de escritorio | Windows 8.1 | OS X 10.9 | -| ---------------------------------------------------------------------------------------------- | ----------- | ------------------------------- | -| Firefox 30.0 | Si | Si | -| Chrome ≥39 ([Chromium bug 388666](https://code.google.com/p/chromium/issues/detail?id=388666)) | Si | Si | -| Safari 7.0.5 | N/A | Sólo cuando tiene un `tabindex` | -| Internet Explorer 11 | Si | N/A | -| Presto (Opera 12) | Si | Si | - -¿Al hacer un clic en un [``](/es/docs/Web/HTML/Element/a) se enfoca? - -| Navegadores móviles | iOS 7.1.2 | Android 4.4.4 | -| ------------------- | ------------------------------- | ------------------------------- | -| Safari Mobile | Sólo cuando tiene un `tabindex` | N/A | -| Chrome 35 | ??? | Sólo cuando tiene un `tabindex` | - ## Especificaciones {{Specifications}} diff --git a/files/es/web/javascript/reference/global_objects/error/linenumber/index.md b/files/es/web/javascript/reference/global_objects/error/linenumber/index.md index 817f7b97613642..8a3465bebfa9e8 100644 --- a/files/es/web/javascript/reference/global_objects/error/linenumber/index.md +++ b/files/es/web/javascript/reference/global_objects/error/linenumber/index.md @@ -35,19 +35,9 @@ Esta es una norma soportada por Chrome, Firefox entre otros. No forma parte de ninguna especificación. No es una norma. -## Navegadores compatibles +## Compatibilidad de navegadores -Tabla de compatibilidad - -| Caracteristica | Chrome | Firefox (Gecko) | Internet Explorer | Opera | Safari | -| -------------- | --------------- | --------------- | ----------------- | ------------- | ------------- | -| Soporte básico | Compatible \[1] | Compatible | No compatible | No compatible | No compatible | - -\[1] Objeto error en errores manejados. - -| Caracteristica | Android | Chorme para Android | Firefox Móvil (Gecko) | IE Móvil | Opera Móvil | Safari Móvil | -| -------------- | ------------- | ------------------- | --------------------- | ------------- | ------------- | ------------- | -| Soporte básico | No compatible | No compatible | Compatible | No compatible | No compatible | No compatible | +{{Compat}} ## Vea también From 5db8c7a4579fe9a05b65a0da4a5f43eee5d7ac61 Mon Sep 17 00:00:00 2001 From: Graywolf Date: Thu, 16 Nov 2023 17:03:16 -0600 Subject: [PATCH 2/2] remove section from orphaned and a minnor fix to es conventions --- files/es/orphaned/web/html/element/keygen/index.md | 8 -------- files/es/web/api/webgl_api/index.md | 2 +- files/es/web/css/background-attachment/index.md | 2 +- files/es/web/css/background-color/index.md | 2 +- files/es/web/css/background-origin/index.md | 2 +- files/es/web/css/background-position/index.md | 2 +- files/es/web/css/background/index.md | 2 +- files/es/web/css/border-bottom-color/index.md | 2 +- files/es/web/css/border-bottom-width/index.md | 2 +- files/es/web/css/border-bottom/index.md | 2 +- files/es/web/css/border-collapse/index.md | 2 +- files/es/web/css/border-color/index.md | 2 +- files/es/web/css/border-spacing/index.md | 2 +- files/es/web/css/border-width/index.md | 2 +- files/es/web/css/border/index.md | 2 +- files/es/web/css/bottom/index.md | 2 +- files/es/web/css/cursor/index.md | 2 +- files/es/web/css/float/index.md | 2 +- files/es/web/css/font/index.md | 2 +- files/es/web/css/max-height/index.md | 2 +- files/es/web/css/min-height/index.md | 2 +- files/es/web/css/min-width/index.md | 2 +- files/es/web/css/right/index.md | 2 +- files/es/web/css/top/index.md | 2 +- .../reference/global_objects/error/linenumber/index.md | 2 +- 25 files changed, 24 insertions(+), 32 deletions(-) diff --git a/files/es/orphaned/web/html/element/keygen/index.md b/files/es/orphaned/web/html/element/keygen/index.md index 39d8b0fdf2931d..1611ed5cfa4457 100644 --- a/files/es/orphaned/web/html/element/keygen/index.md +++ b/files/es/orphaned/web/html/element/keygen/index.md @@ -78,11 +78,3 @@ He aquí un ejemplo de envío de formularios, como sería entregado a un program - [Sample form with DSA KEYGEN element and PQG Parameters](https://bugzilla.mozilla.org/attachment.cgi?id=380750) - [Sample form with DSA KEYGEN element but no PQG Parameters](https://bugzilla.mozilla.org/attachment.cgi?id=380751) - [Sample form with EC KEYGEN element](https://bugzilla.mozilla.org/attachment.cgi?id=380752) - -### Especificaciones - -{{Specifications}} - -### Compatibilidad de navegadores - -{{Compat}} diff --git a/files/es/web/api/webgl_api/index.md b/files/es/web/api/webgl_api/index.md index 4d47c45c688143..00475e24516a6c 100644 --- a/files/es/web/api/webgl_api/index.md +++ b/files/es/web/api/webgl_api/index.md @@ -43,6 +43,6 @@ WebGL trae gráficos en 3D para la Web mediante la introducción de una API que - [Planeta WebGL](http://planet-webgl.org/) - : Un agregador de RSS para las personas que pertenecen a la comunidad WebGL. -## Compatibilidad de navegadores +## Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/background-attachment/index.md b/files/es/web/css/background-attachment/index.md index 02c5416fcba212..5d72518efd80e0 100644 --- a/files/es/web/css/background-attachment/index.md +++ b/files/es/web/css/background-attachment/index.md @@ -96,7 +96,7 @@ p { {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/background-color/index.md b/files/es/web/css/background-color/index.md index aea74135a86a4e..cf507963661e7d 100644 --- a/files/es/web/css/background-color/index.md +++ b/files/es/web/css/background-color/index.md @@ -69,7 +69,7 @@ background-color: color | transparent | inherit {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/background-origin/index.md b/files/es/web/css/background-origin/index.md index cb54d01e6e5201..42465d8ee6eb51 100644 --- a/files/es/web/css/background-origin/index.md +++ b/files/es/web/css/background-origin/index.md @@ -58,7 +58,7 @@ div{ {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/background-position/index.md b/files/es/web/css/background-position/index.md index 5883419da1f236..34045eb6c8a5da 100644 --- a/files/es/web/css/background-position/index.md +++ b/files/es/web/css/background-position/index.md @@ -91,7 +91,7 @@ Si solo se especifica un valor, se entenderá que es la posición horizontal con {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/background/index.md b/files/es/web/css/background/index.md index 92fa2a0219199a..46ae0c625d9478 100644 --- a/files/es/web/css/background/index.md +++ b/files/es/web/css/background/index.md @@ -96,7 +96,7 @@ Tomando una declaración válida, la propiedad `background` inicia las propiedad {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-bottom-color/index.md b/files/es/web/css/border-bottom-color/index.md index 5fc0a562c27077..febf43a4e54e80 100644 --- a/files/es/web/css/border-bottom-color/index.md +++ b/files/es/web/css/border-bottom-color/index.md @@ -60,7 +60,7 @@ element { {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-bottom-width/index.md b/files/es/web/css/border-bottom-width/index.md index 595afa7634c0f1..ddc5664408101d 100644 --- a/files/es/web/css/border-bottom-width/index.md +++ b/files/es/web/css/border-bottom-width/index.md @@ -57,7 +57,7 @@ element { {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-bottom/index.md b/files/es/web/css/border-bottom/index.md index 39e477cad5ab2a..b348f0c017b31c 100644 --- a/files/es/web/css/border-bottom/index.md +++ b/files/es/web/css/border-bottom/index.md @@ -69,7 +69,7 @@ Como el valor por defecto de {{ Cssxref("border-bottom-style") }} es `none`, el {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-collapse/index.md b/files/es/web/css/border-collapse/index.md index 65b4157cfb1842..eab77333a69202 100644 --- a/files/es/web/css/border-collapse/index.md +++ b/files/es/web/css/border-collapse/index.md @@ -50,7 +50,7 @@ CSS 2 especifica que el valor inicial para esta propiedad es `collapse`, pero CS {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-color/index.md b/files/es/web/css/border-color/index.md index 00dadd38849dde..53a9f0e768313e 100644 --- a/files/es/web/css/border-color/index.md +++ b/files/es/web/css/border-color/index.md @@ -59,7 +59,7 @@ Para poder ver el/los bordes también hay que definir {{ Cssxref("border-width", {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-spacing/index.md b/files/es/web/css/border-spacing/index.md index 470105056b3bfa..8043e024c674ca 100644 --- a/files/es/web/css/border-spacing/index.md +++ b/files/es/web/css/border-spacing/index.md @@ -43,7 +43,7 @@ El espaciado de borde también se utiliza en los bordes exteriores de las tablas {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border-width/index.md b/files/es/web/css/border-width/index.md index 843ab46b9ff87e..c539c00a421d41 100644 --- a/files/es/web/css/border-width/index.md +++ b/files/es/web/css/border-width/index.md @@ -57,7 +57,7 @@ element { {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/border/index.md b/files/es/web/css/border/index.md index 389f22d5f3b78b..16ec8fe40d445f 100644 --- a/files/es/web/css/border/index.md +++ b/files/es/web/css/border/index.md @@ -56,7 +56,7 @@ Mientras que las propiedades {{ Cssxref("border-width") }}, {{ Cssxref("border-s {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/bottom/index.md b/files/es/web/css/bottom/index.md index 8f7f8ba08d8b5f..a5bf3b8c79341c 100644 --- a/files/es/web/css/bottom/index.md +++ b/files/es/web/css/bottom/index.md @@ -83,7 +83,7 @@ Para los elementos posicionados de forma absoluta, la propiedad `bottom` no tien {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/cursor/index.md b/files/es/web/css/cursor/index.md index 917e94e46e4d84..d8824f893eb2e0 100644 --- a/files/es/web/css/cursor/index.md +++ b/files/es/web/css/cursor/index.md @@ -233,6 +233,6 @@ External: {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/float/index.md b/files/es/web/css/float/index.md index 65666fd96b1619..25b0c40701f154 100644 --- a/files/es/web/css/float/index.md +++ b/files/es/web/css/float/index.md @@ -146,7 +146,7 @@ A veces querrás forzar un item a moverse por debajo de elementos flotantes. Por {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/font/index.md b/files/es/web/css/font/index.md index 24462eccdc8a4f..4441fd9f1c2b42 100644 --- a/files/es/web/css/font/index.md +++ b/files/es/web/css/font/index.md @@ -73,6 +73,6 @@ La propiedad {{ Cssxref("font-size-adjust") }} también se establece a su valor {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/max-height/index.md b/files/es/web/css/max-height/index.md index 4b8a4e73be9b2d..3ed88c37f9e15f 100644 --- a/files/es/web/css/max-height/index.md +++ b/files/es/web/css/max-height/index.md @@ -42,7 +42,7 @@ form { max-width: none; } {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/min-height/index.md b/files/es/web/css/min-height/index.md index 3d1ed33b1eaab8..60d7eba7f84e51 100644 --- a/files/es/web/css/min-height/index.md +++ b/files/es/web/css/min-height/index.md @@ -36,7 +36,7 @@ form {min-height: 0;} {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/min-width/index.md b/files/es/web/css/min-width/index.md index ad0d54e046542f..1a452913f29542 100644 --- a/files/es/web/css/min-width/index.md +++ b/files/es/web/css/min-width/index.md @@ -45,7 +45,7 @@ form{min-width: 0;} {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/right/index.md b/files/es/web/css/right/index.md index 1d84f33cc6c06c..a80163a975db29 100644 --- a/files/es/web/css/right/index.md +++ b/files/es/web/css/right/index.md @@ -46,7 +46,7 @@ div { {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/css/top/index.md b/files/es/web/css/top/index.md index 1418d249d8fb76..6196d547ae179e 100644 --- a/files/es/web/css/top/index.md +++ b/files/es/web/css/top/index.md @@ -87,7 +87,7 @@ div { {{Specifications}} -### Compatibilidad de navegadores +### Compatibilidad con navegadores {{Compat}} diff --git a/files/es/web/javascript/reference/global_objects/error/linenumber/index.md b/files/es/web/javascript/reference/global_objects/error/linenumber/index.md index 8a3465bebfa9e8..f3318186662609 100644 --- a/files/es/web/javascript/reference/global_objects/error/linenumber/index.md +++ b/files/es/web/javascript/reference/global_objects/error/linenumber/index.md @@ -35,7 +35,7 @@ Esta es una norma soportada por Chrome, Firefox entre otros. No forma parte de ninguna especificación. No es una norma. -## Compatibilidad de navegadores +## Compatibilidad con navegadores {{Compat}}