From 71c618f2ea793f0462948cfd512414c9094f7370 Mon Sep 17 00:00:00 2001 From: tristantheb Date: Fri, 30 Apr 2021 16:28:38 +0200 Subject: KS: Removal of the least used macros - l10n-frozen (#611) * KS: Deletion of KS macros used less than 100 times * FIX: Remove conflicting and orphaned files from commits= --- files/es/mdn/structures/macros/index.html | 2 -- files/es/web/accessibility/index.html | 10 ++-------- files/es/web/api/datatransfer/index.html | 2 -- files/es/web/api/document/cookie/index.html | 2 -- .../web/api/file/using_files_from_web_applications/index.html | 8 -------- files/es/web/api/html_drag_and_drop_api/index.html | 3 --- files/es/web/api/touch_events/index.html | 2 -- files/es/web/api/websockets_api/index.html | 2 -- files/es/web/api/window/open/index.html | 2 -- files/es/web/css/background-size/index.html | 4 ---- .../web/css/css_transitions/using_css_transitions/index.html | 4 ---- .../web/guide/html/using_html_sections_and_outlines/index.html | 2 -- files/es/web/html/element/iframe/index.html | 2 -- files/es/web/html/element/textarea/index.html | 2 -- files/es/web/mathml/index.html | 4 ---- files/es/web/xslt/index.html | 3 +-- 16 files changed, 3 insertions(+), 51 deletions(-) (limited to 'files/es') diff --git a/files/es/mdn/structures/macros/index.html b/files/es/mdn/structures/macros/index.html index 807059cfd9..ff0f7d6f05 100644 --- a/files/es/mdn/structures/macros/index.html +++ b/files/es/mdn/structures/macros/index.html @@ -49,5 +49,3 @@ translation_of: MDN/Structures/Macros

Las macros pueden ser tan simples como insertar un bloque de texto más grande o intercambiar contenido de otra parte de MDN, o tan complejas como crear un índice completo de contenido buscando en partes del sitio, estilizando el resultado y agregando enlaces.

Puedes leer sobre las macros más utilizadas en {{web.link("/es/docs/MDN/Contribute/Structures/Macros/Commonly-used_macros", "Página de macros usadas comúnmente")}}; también, hay una {{web.link("/es/docs/templates", "lista completa de todas las macros")}}. La mayoría de las macros tienen documentación incorporada, como comentarios en la parte superior.

- -

{{EditorGuideQuickLinks}}

diff --git a/files/es/web/accessibility/index.html b/files/es/web/accessibility/index.html index 600dd99d0a..aa75d10fe1 100644 --- a/files/es/web/accessibility/index.html +++ b/files/es/web/accessibility/index.html @@ -10,7 +10,7 @@ original_slug: Web/Accesibilidad
Guía Breve de Accesibilidad Web
Las cuatro cosas básicas y un montón de buenos enlaces.
-

La accesibilidad web (a menudo abreviada como A11y) se refiere a la posibilidad de acceso a los diferentes sitios web y a todo su contenido por todas las personas, independientemente de sus limitaciones fìsicas (discapacidad) o las derivadas del contexto de uso (tecnológicas o ambientales).{{ Ref(1) }}

+

La accesibilidad web (a menudo abreviada como A11y) se refiere a la posibilidad de acceso a los diferentes sitios web y a todo su contenido por todas las personas, independientemente de sus limitaciones fìsicas (discapacidad) o las derivadas del contexto de uso (tecnológicas o ambientales).

Para muchas personas, la tecnología facilita las cosas. Para las personas con algun tipo de discapacidad, la tecnología hace las cosas posibles. Accesibilidad significa desarrollar contenido para que sea lo más accesible posible sin importar las habilidades físicas y cognitivas de un individuo y sin importar cómo acceda a la web.

@@ -85,10 +85,4 @@ Las cuatro cosas básicas y un montón de buenos enlaces.
-

{{ Note(1) }} Definición de la Wikipedia

- -

Categorias

- -

Interwiki Language Links

- -

{{ languages( { "en": "en/Accessibility", "fr": "fr/Accessibilit\u00e9", "ja": "ja/Accessibility", "pl": "pl/Dost\u0119pno\u015b\u0107" } ) }}

+

[1] Definición de la Wikipedia

diff --git a/files/es/web/api/datatransfer/index.html b/files/es/web/api/datatransfer/index.html index 8d8a6a5b1d..01c9ba4fbf 100644 --- a/files/es/web/api/datatransfer/index.html +++ b/files/es/web/api/datatransfer/index.html @@ -143,8 +143,6 @@ translation_of: Web/API/DataTransfer

Holds a list of the format types of the data that is stored for the first item, in the same order the data was added. An empty list will be returned if no data was added.

-

{{ gecko_minversion_note("1.9.2", 'The string "Files" is included in this list if files are included in the drag.') }}

-

{{ h3_gecko_minversion("mozCursor", "1.9.1", "mozCursor") }}

The drag cursor's state. This is primarily used to control the cursor during tab drags.

diff --git a/files/es/web/api/document/cookie/index.html b/files/es/web/api/document/cookie/index.html index 631756f64e..1269f8d8a9 100644 --- a/files/es/web/api/document/cookie/index.html +++ b/files/es/web/api/document/cookie/index.html @@ -53,8 +53,6 @@ original_slug: DOM/document.cookie -
{{ gecko_callout_heading("6.0") }}
-
Nótese que previamente a Gecko 6.0 {{ geckoRelease("6.0") }}, rutas que contenían comillas eran tratadas como si las comillas fueran parte de la cadena, en lugar de considerarse como un delimitador de la ruta actual. Esto ya ha sido arreglado.

Ejemplos

diff --git a/files/es/web/api/file/using_files_from_web_applications/index.html b/files/es/web/api/file/using_files_from_web_applications/index.html index 5aceed9d6a..8f89722251 100644 --- a/files/es/web/api/file/using_files_from_web_applications/index.html +++ b/files/es/web/api/file/using_files_from_web_applications/index.html @@ -34,8 +34,6 @@ translation_of: Web/API/File/Using_files_from_web_applications

En este caso, la lista de ficheros pasada a la función handleFiles() contiene un objeto File por cada fichero seleccionado por el usuario. 

-

{{ h2_gecko_minversion("Using hidden file input elements using the click() method", "2.0") }}

-

Comenzando en Gecko 2.0 {{ geckoRelease("2.0") }}, se puede ocultar el realmente feo {{ HTMLElement("input") }} y representar tu propio interfaz para abrir el picker de ficheros y pintar que fichero o ficheros ha seleccionado el usuario. Esto se puede hacer añadiendo al elemento input la característica "display:none" en su css, o estilo y llamando al método click() del elemento {{ HTMLElement("input") }}.

Como aparece en este HTML:

@@ -75,8 +73,6 @@ function handleFiles() {

Nota: en este caso, la función handleFiles() mira la lista de ficheros con la finalidad de aceptar un parametro, mientras los eventos listeners sean añadidos de esta manera no pueden aceptar un parametro del input.

-

{{ h1_gecko_minversion("Using blob URLs", "2.0") }}

-

Gecko 2.0 {{ geckoRelease("2.0") }} introduce soporte para los métodos de DOM {{ domxref("window.createBlobURL()") }} y {{ domxref("window.revokeBlobURL()") }}. El cual te permite crear un simple string con la URL que referenciar cualquier dato que pueda referenciar usando un objeto File DOM, esto incluye los ficheros locales del usuario del dispositivo.

Cuando tienes un objeto File te gusta poder referenciarlo con una URL desde el HTML, la manera de crear tu propio blob URL para poder hacer esto es la siguiente:

@@ -192,8 +188,6 @@ function dragover(e) {

A continuación establecemos el FileReader para controlar la carga de la imagen de forma asíncrona y enlazarla con el elemento img. Después de crear el nuevo objeto FileReader, configuramos su función onload, luego llamamos a readAsDataURL() para comenzar la operación de lectura en segundo plano. Cuando el contenido completo de la imagen ha sido cargado, se convierte a  data: URL, el cuál es pasado al callback onload. Nuestra implementación de esta rutina simplemente establece el atributo src del elemento img cargado, cuyo resultado es la imagen apareciendo en la miniatura en la pantalla del usuario.

-

{{ h1_gecko_minversion("Example: Using blob URLs to display images", "2.0") }}

-

Este ejemplo el objeto blob URLs para mostrar las miniaturas de las imágenes. Además, se muestra otra información del archivo incluyendo sus nombres y tamaños. Tú puedes ver el ejemplo (tenga en cuenta que se requiere una versión Nghtly de Firefox del 23 de september 23 o mas reciente, o Firefox 4.0 beta 7).

El HTML que representa la interfaz es::

@@ -368,5 +362,3 @@ function dragover(e) {
  • Usando XMLHttpRequest
  • XMLHttpRequest
  • - -

    {{ HTML5ArticleTOC() }}

    diff --git a/files/es/web/api/html_drag_and_drop_api/index.html b/files/es/web/api/html_drag_and_drop_api/index.html index c40c43a5bb..e4e06907e3 100644 --- a/files/es/web/api/html_drag_and_drop_api/index.html +++ b/files/es/web/api/html_drag_and_drop_api/index.html @@ -53,6 +53,3 @@ original_slug: DragDrop/Drag_and_Drop
    dragend
    El origen del arrastre recibirá un evento dragend cuando la operación se haya completado, tanto si tuvo éxito como si no. Consulta Finalizar una operación de arrastre si deseas más información.
    - - -
    {{ HTML5ArticleTOC () }}
    diff --git a/files/es/web/api/touch_events/index.html b/files/es/web/api/touch_events/index.html index 0b45057ef7..91d5631401 100644 --- a/files/es/web/api/touch_events/index.html +++ b/files/es/web/api/touch_events/index.html @@ -285,8 +285,6 @@ original_slug: DOM/Touch_events

    La preferencia dom.w3c_touch_events.enabled puede ser utilizada para activar o desactivar el soporte de eventos de toque estándares; por defecto, están activados.

    -

    {{ gecko_callout_heading("12.0") }}

    -

    Antes de Gecko 12.0 {{ geckoRelease("12.0") }}, Gecko no soportaba multi-toques; solo un toque cada vez era reportado.

    diff --git a/files/es/web/api/websockets_api/index.html b/files/es/web/api/websockets_api/index.html index e1c339558f..f4ce5224fc 100644 --- a/files/es/web/api/websockets_api/index.html +++ b/files/es/web/api/websockets_api/index.html @@ -168,5 +168,3 @@ translation_of: Web/API/WebSockets_API

    Starting in Gecko 11.0, the WebSocket API is no longer prefixed.

    Warning: Among other things, a key reason WebSockets was disabled by default in Firefox 4 and 5 is the discovery of a security issue in the protocol's design. This was fixed in Firefox 6 by implementing a newer version of the protocol that corrects the problem.
    - -
    {{HTML5ArticleTOC}}
    diff --git a/files/es/web/api/window/open/index.html b/files/es/web/api/window/open/index.html index 8e0376ee75..11bd6fbeb6 100644 --- a/files/es/web/api/window/open/index.html +++ b/files/es/web/api/window/open/index.html @@ -77,8 +77,6 @@ function openRequestedPopup() {

    Características de posición y tamaño

    -
    {{gecko_minversion_note("1.9.2", "Starting in Gecko 1.9.2 (Firefox 3.6), overriding the position of a window using window features will not change the persisted values saved by the session store feature. That means the next time the window is opened, it will still open in the saved location.")}}
    -

    Note on position and dimension error correction

    {{bug(176320)}}
    diff --git a/files/es/web/css/background-size/index.html b/files/es/web/css/background-size/index.html index 827eb7b8e5..ab55376e89 100644 --- a/files/es/web/css/background-size/index.html +++ b/files/es/web/css/background-size/index.html @@ -48,13 +48,9 @@ translation_of: Web/CSS/background-size

    La interpretación de los valores posibles depende de las dimensiones propias de la imagen (ancho y alto) y proporción propia (relación entre la anchura y altura). Una imagen de mapa de bits siempre tiene dimensiones propias y una proporción propia. Una imagen del vector puede tener ambas dimensiones propias (y por lo tanto debe tener una proporción propia). También puede tener una o ningúna dimensiones propias, y en cualquier caso se podría o no tener una proporción propia. Los gradientes son tratados como imágenes sin dimensiones propias o proporción propia.

    -

    {{ gecko_callout_heading("8.0") }}

    -

    Este comportamiento ha cambiado en Gecko 8.0 {{geckoRelease ("8.0")}}. Antes de esto, los gradientes se tratan como imágenes sin dimensiones propias, con una proporción propia idéntica al área de posicionamiento de fondo.

    -

     

    -

    Las imágenes de fondo generados a partir de elementos con {{ cssxref("-moz-element") }} (que en realidad coincide con un elemento) se tratan actualmente como las imágenes con las dimensiones del elemento, o de la zona de posicionamiento de fondo si el elemento es SVG, con la proporción propia correspondiente.

    Nota: El comportamiento de los <degradados> cambió en Gecko 8.0 {{geckoRelease("8.0")}}. Anteriormente se trataban como imágenes sin dimensiones intrínsecas, pero con proporciones intrínsecas idénticas a las del área de posicionamiento del fondo.
    diff --git a/files/es/web/css/css_transitions/using_css_transitions/index.html b/files/es/web/css/css_transitions/using_css_transitions/index.html index ecf015bfae..82c5124202 100644 --- a/files/es/web/css/css_transitions/using_css_transitions/index.html +++ b/files/es/web/css/css_transitions/using_css_transitions/index.html @@ -695,7 +695,3 @@ original_slug: Web/CSS/Transiciones_de_CSS
  • {{ cssxref("-moz-transition-timing-function") }}
  • {{ cssxref("-moz-transition-delay") }}
  • - -

    {{ HTML5ArticleTOC() }}

    - -

    {{ languages( { "en": "en/CSS/CSS_transitions" } ) }}

    diff --git a/files/es/web/guide/html/using_html_sections_and_outlines/index.html b/files/es/web/guide/html/using_html_sections_and_outlines/index.html index afb19f607f..47e6654aae 100644 --- a/files/es/web/guide/html/using_html_sections_and_outlines/index.html +++ b/files/es/web/guide/html/using_html_sections_and_outlines/index.html @@ -408,5 +408,3 @@ original_slug: Sections_and_Outlines_of_an_HTML5_document

    Conclusión

    Los nuevos elementos semánticos introducidos en HTML5 suponen la posibilidad de describir la estructura y el esquema de un documento web de una manera estándar. Representan una gran ventaja para las personas que utilizan navegadores HTML5 y necesitan la estructura para ayudarles a utilizar la página, por ejemplo las personas que necesitan la ayuda de una tecnología de apoyo. Estos nuevos elementos semánticos son fáciles de usar y con muy poco esfuerzo pueden funcionar también en navegadores no HTML5. Por lo tanto deben ser usados sin restricciones.

    - -
    {{HTML5ArticleTOC()}}
    diff --git a/files/es/web/html/element/iframe/index.html b/files/es/web/html/element/iframe/index.html index a79b497c43..70641a9d75 100644 --- a/files/es/web/html/element/iframe/index.html +++ b/files/es/web/html/element/iframe/index.html @@ -293,8 +293,6 @@ original_slug: Web/HTML/Elemento/iframe

    Notes

    -

    {{ gecko_callout_heading("6.0") }}

    -

    Starting in Gecko 6.0 {{ geckoRelease("6.0") }}, rendering of inline frames correctly respects the borders of their containing element when they're rounded using {{ cssxref("border-radius") }}.

    diff --git a/files/es/web/html/element/textarea/index.html b/files/es/web/html/element/textarea/index.html index adba30e0f0..a1ab5f576d 100644 --- a/files/es/web/html/element/textarea/index.html +++ b/files/es/web/html/element/textarea/index.html @@ -111,8 +111,6 @@ original_slug: Web/HTML/Elemento/textarea

    Este elemento implementa el interfaz HTMLTextAreaElement .

    -

    {{ h1_gecko_minversion("Resizable textareas", "2.0") }}

    -

    {{ gecko("2.0") }} introduce el soporte para textareas redimensionable. Esto se controla con la propiedad CSS {{ cssxref("resize") }} . Por defecto la posibilidad de redimiensionar el control está habilitada, pero puede ser explícitamente deshabilitada mediante el uso del siguiente CSS:

    textarea {
    diff --git a/files/es/web/mathml/index.html b/files/es/web/mathml/index.html
    index 811aa9b05e..76702cf94a 100644
    --- a/files/es/web/mathml/index.html
    +++ b/files/es/web/mathml/index.html
    @@ -68,8 +68,4 @@ translation_of: Web/MathML
     
     

    Compatibilidad de navegadores

    - -

    {{Compat("mathml.elements.math", 0)}}

    - -

    {{ HTML5ArticleTOC() }}

    diff --git a/files/es/web/xslt/index.html b/files/es/web/xslt/index.html index e80b290851..72ec8f8bd7 100644 --- a/files/es/web/xslt/index.html +++ b/files/es/web/xslt/index.html @@ -11,8 +11,7 @@ translation_of: Web/XSLT
    Tutorial XSLT (en)
    Este tutorial enseña como usar XSLT para transformar documentos XML en otros formatos.

    XSLT o XSL Transformaciones es un estandar de la organización W3C que presenta una forma de transformar documentos XML en otros, incluso a formatos que no son XML. Las hojas de estilo XSLT realizan la transformación del documento utilizando una o varias reglas de plantilla unidas al documento fuente a transformar. -

    Actualmente, XSLT es muy usado en la edición web, generando páginas HTML o XHTML. La unión de XML y XSLT permite separar contenido y presentación, aumentando así la productividad.. {{ Ref(1) }} -

    +

    Actualmente, XSLT es muy usado en la edición web, generando páginas HTML o XHTML. La unión de XML y XSLT permite separar contenido y presentación, aumentando así la productividad..

    -- cgit v1.2.3-54-g00ecf