diff options
author | rjohnson <rjohnson@mozilla.com> | 2021-03-18 17:16:33 -0700 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-21 00:31:49 +0800 |
commit | 8b6621966195ae20c972e812d5cdbed2b6146675 (patch) | |
tree | d4a74c330f7f80994c2b5e9f116af8a7e9fca1b8 /files/es/web/api | |
parent | e73670462cbf6600f4fb821054320743d86de204 (diff) | |
download | translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.gz translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.tar.bz2 translated-content-8b6621966195ae20c972e812d5cdbed2b6146675.zip |
remove fx_minversion_header macro calls
Diffstat (limited to 'files/es/web/api')
8 files changed, 6 insertions, 11 deletions
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 --- -<p><span class="goog-gtc-unit" id="goog-gtc-unit-2"><span class="goog-gtc-translatable goog-gtc-from-tm goog-gtc-from-tm-score-100" dir="ltr" style="">{{ fx_minversion_header (3.5) }}</span></span></p> <p><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr" style="">Al combinar las capacidades del elemento </span></span><a class="internal" href="/En/HTML/Element/Video" title="En/HTML/Element/Video"><code>video</code></a><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr" style=""> introducido en Firefox 3.5 con un elemento </span></span><a class="internal" href="/en/HTML/Canvas" title="En/Canvas"><code>canvas</code></a><span class="goog-gtc-unit" id="goog-gtc-unit-3"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr" style=""> , puedes manipular los datos de video en tiempo real para incorporar una variedad de efectos visuales que se mostrarán en el video.</span></span> <span class="goog-gtc-unit" id="goog-gtc-unit-4"><span class="goog-gtc-translatable goog-gtc-from-human" dir="ltr" style="">Este artículo, adaptado de <a class="external" href="http://blog.mozbox.org/post/2009/02/25/video-canvas%3A-special-effects" title="http://blog.mozbox.org/post/2009/02/25/video-canvas:-special-effects">esta entrada del blog</a> de Paul Rouget, muestra cómo realizar una inserción croma (también conocida como el "efecto pantalla verde") utilizando el código JavaScript.</span></span></p> <p><span class="goog-gtc-unit" id="goog-gtc-unit-5"><span class="goog-gtc-translatable goog-gtc-from-mt" dir="ltr" style=""><a href="/samples/video/chroma-key/index.xhtml" title="samples/video/chroma-key/index.xhtml">Ver este ejemplo en vivo</a> .</span></span></p> <h2 id="El_contenido_del_documento"><span class="goog-gtc-unit" id="goog-gtc-unit-6"><span class="goog-gtc-translatable goog-gtc-from-mt" dir="ltr" style="">El contenido del documento</span></span></h2> 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 --- -<p>{{ Gecko_minversion_header(1.9) }} -{{ Fx_minversion_header(3) }} +<p> El elemento <code><a href="es/HTML/Canvas"><canvas></a></code> permite dibujar texto en él a través de una API experimental de Mozilla. </p> <h3 id="API" name="API"> API </h3> 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 --- <p> </p> -<p>{{ Fx_minversion_header(3) }} {{ ApiRef() }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Resumen" name="Resumen">Resumen</h3> 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 --- -<p> </p> -<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Resumen" name="Resumen">Resumen</h3> <p>Permite que las páginas web se registren por si mismas como posibles manejadores para protocolos concretos.</p> <h3 id="Sintaxis" name="Sintaxis">Sintaxis</h3> 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 --- -<div>{{Fx_minversion_header(3)}}</div> - <h2 id="Background" name="Background">Antecedentes</h2> <p>Es bastante común encontrar enlaces de páginas web a recursos que no usan protocolos <code>http</code>. Un ejemplo es el protocolo <code>mailto:</code>:</p> 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 --- -<p>{{ Fx_minversion_header(3) }} +<p> <a href="es/Firefox_3_para_desarrolladores">Firefox 3</a> implementa <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/#offline">eventos Online/Offline</a> de la <a class="external" href="http://www.whatwg.org/specs/web-apps/current-work/">especificacióbn WHATWG Web Applications 1.0</a>. </p> <h3 id="Descripci.C3.B3n" name="Descripci.C3.B3n"> Descripción </h3> 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 --- -<p>{{ ApiRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ ApiRef() }}</p> <h3 id="Resumen" name="Resumen">Resumen</h3> 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 --- -<div>{{ Fx_minversion_header(3) }} {{ deprecated_header() }}{{APIRef}}</div> +<div>{{ deprecated_header() }}{{APIRef}}</div> <p>El método <strong><code>Window.showModalDialog()</code></strong> crea y visualiza una caja de diálogo modal, conteniendo el documento HTML especificado.</p> |