From 8b6621966195ae20c972e812d5cdbed2b6146675 Mon Sep 17 00:00:00 2001 From: rjohnson Date: Thu, 18 Mar 2021 17:16:33 -0700 Subject: remove fx_minversion_header macro calls --- files/es/web/api/canvas_api/manipulating_video_using_canvas/index.html | 1 - files/es/web/api/canvas_api/tutorial/drawing_text/index.html | 3 +-- files/es/web/api/element/clienttop/index.html | 2 +- files/es/web/api/navigator/registerprotocolhandler/index.html | 3 +-- .../registerprotocolhandler/web-based_protocol_handlers/index.html | 2 -- files/es/web/api/navigatoronline/online_and_offline_events/index.html | 2 +- files/es/web/api/window/applicationcache/index.html | 2 +- files/es/web/api/window/showmodaldialog/index.html | 2 +- 8 files changed, 6 insertions(+), 11 deletions(-) (limited to 'files/es/web/api') diff --git a/files/es/web/api/canvas_api/manipulating_video_using_canvas/index.html b/files/es/web/api/canvas_api/manipulating_video_using_canvas/index.html index 26afd8c837..56d5aa68f9 100644 --- a/files/es/web/api/canvas_api/manipulating_video_using_canvas/index.html +++ b/files/es/web/api/canvas_api/manipulating_video_using_canvas/index.html @@ -9,7 +9,6 @@ tags: translation_of: Web/API/Canvas_API/Manipulating_video_using_canvas original_slug: Web/HTML/anipular_video_por_medio_de_canvas --- -

{{ fx_minversion_header (3.5) }}

Al combinar las capacidades del elemento video introducido en Firefox 3.5 con un elemento canvas , puedes manipular los datos de video en tiempo real para incorporar una variedad de efectos visuales que se mostrarán en el video.  Este artículo, adaptado de esta entrada del blog de Paul Rouget, muestra cómo realizar una inserción croma (también conocida como el "efecto pantalla verde") utilizando el código JavaScript.

Ver este ejemplo en vivo .

El contenido del documento

diff --git a/files/es/web/api/canvas_api/tutorial/drawing_text/index.html b/files/es/web/api/canvas_api/tutorial/drawing_text/index.html index cdcbe07005..b2fd852898 100644 --- a/files/es/web/api/canvas_api/tutorial/drawing_text/index.html +++ b/files/es/web/api/canvas_api/tutorial/drawing_text/index.html @@ -6,8 +6,7 @@ tags: translation_of: Web/API/Canvas_API/Tutorial/Drawing_text original_slug: Dibujar_texto_usando_canvas --- -

{{ Gecko_minversion_header(1.9) }} -{{ Fx_minversion_header(3) }} +

El elemento <canvas> permite dibujar texto en él a través de una API experimental de Mozilla.

API

diff --git a/files/es/web/api/element/clienttop/index.html b/files/es/web/api/element/clienttop/index.html index 063ac86c13..cf775a73c0 100644 --- a/files/es/web/api/element/clienttop/index.html +++ b/files/es/web/api/element/clienttop/index.html @@ -7,7 +7,7 @@ translation_of: Web/API/Element/clientTop ---

 

-

{{ Fx_minversion_header(3) }} {{ ApiRef() }}

+

{{ ApiRef() }}

Resumen

diff --git a/files/es/web/api/navigator/registerprotocolhandler/index.html b/files/es/web/api/navigator/registerprotocolhandler/index.html index a2a57f7ae3..9cfc1eb165 100644 --- a/files/es/web/api/navigator/registerprotocolhandler/index.html +++ b/files/es/web/api/navigator/registerprotocolhandler/index.html @@ -6,8 +6,7 @@ tags: - Referencia_DOM_de_Gecko translation_of: Web/API/Navigator/registerProtocolHandler --- -

 

-

{{ ApiRef() }} {{ Fx_minversion_header(3) }}

+

{{ ApiRef() }}

Resumen

Permite que las páginas web se registren por si mismas como posibles manejadores para protocolos concretos.

Sintaxis

diff --git a/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html b/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html index 2f72c52dc9..0100f4b194 100644 --- a/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html +++ b/files/es/web/api/navigator/registerprotocolhandler/web-based_protocol_handlers/index.html @@ -7,8 +7,6 @@ tags: - HTML5 translation_of: Web/API/Navigator/registerProtocolHandler/Web-based_protocol_handlers --- -
{{Fx_minversion_header(3)}}
-

Antecedentes

Es bastante común encontrar enlaces de páginas web a recursos que no usan protocolos http. Un ejemplo es el protocolo mailto::

diff --git a/files/es/web/api/navigatoronline/online_and_offline_events/index.html b/files/es/web/api/navigatoronline/online_and_offline_events/index.html index 46bbf4cf38..639f0434a6 100644 --- a/files/es/web/api/navigatoronline/online_and_offline_events/index.html +++ b/files/es/web/api/navigatoronline/online_and_offline_events/index.html @@ -9,7 +9,7 @@ tags: translation_of: Web/API/NavigatorOnLine/Online_and_offline_events original_slug: Web/API/NavigatorOnLine/Eventos_online_y_offline --- -

{{ Fx_minversion_header(3) }} +

Firefox 3 implementa eventos Online/Offline de la especificacióbn WHATWG Web Applications 1.0.

Descripción

diff --git a/files/es/web/api/window/applicationcache/index.html b/files/es/web/api/window/applicationcache/index.html index 37dac1f769..d562bddec5 100644 --- a/files/es/web/api/window/applicationcache/index.html +++ b/files/es/web/api/window/applicationcache/index.html @@ -6,7 +6,7 @@ tags: - páginas_a_traducir translation_of: Web/API/Window/applicationCache --- -

{{ ApiRef() }} {{ Fx_minversion_header(3) }}

+

{{ ApiRef() }}

Resumen

diff --git a/files/es/web/api/window/showmodaldialog/index.html b/files/es/web/api/window/showmodaldialog/index.html index 1e0f24f2a3..3e7e5c20ca 100644 --- a/files/es/web/api/window/showmodaldialog/index.html +++ b/files/es/web/api/window/showmodaldialog/index.html @@ -3,7 +3,7 @@ title: Window.showModalDialog() slug: Web/API/Window/showModalDialog translation_of: Web/API/Window/showModalDialog --- -
{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}
+
{{ deprecated_header() }}{{APIRef}}

El método Window.showModalDialog() crea y visualiza una caja de diálogo modal, conteniendo el documento HTML especificado.

-- cgit v1.2.3-54-g00ecf