diff options
Diffstat (limited to 'files/es/web')
28 files changed, 26 insertions, 31 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> diff --git a/files/es/web/css/ime-mode/index.html b/files/es/web/css/ime-mode/index.html index 58a8c5b0ed..5c054ea052 100644 --- a/files/es/web/css/ime-mode/index.html +++ b/files/es/web/css/ime-mode/index.html @@ -9,7 +9,7 @@ tags: translation_of: Web/CSS/ime-mode --- <p> </p> -<p>{{ CSSRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ CSSRef() }}</p> <h3 id="Resumen" name="Resumen">Resumen</h3> <p>La propiedad <code>ime-mode</code> controla el estado del método de entrada del editor para campos de texto.</p> <ul> <li>{{ Cssxref("initial", "Valor inicial") }}: {{ Cssxref("auto", "automático") }}</li> <li>Se aplica a: campos de texto.</li> <li>{{ Cssxref("inheritance", "Valor heredado") }}: no</li> <li>Porcentajes: N/A</li> <li>Media: {{ Xref_cssvisual() }}</li> <li>{{ Cssxref("computed value", "Valor calculado") }}:</li> diff --git a/files/es/web/exslt/exsl/node-set/index.html b/files/es/web/exslt/exsl/node-set/index.html index 8d3a7c7888..62146fc94f 100644 --- a/files/es/web/exslt/exsl/node-set/index.html +++ b/files/es/web/exslt/exsl/node-set/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/exsl/node-set --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>exsl:node-set()</code> devuelve un conjunto de nodos (node-set) de un fragmento de árbol resultante, que es lo que obtienes cuando miras en <code>xsl:variable</code> en vez de su atributo select para seleccionar el valor de la variable. Esto te permite procesar XML creado dentro de una variable en vez de procesarlo en múltiples pasos.</p> diff --git a/files/es/web/exslt/exsl/object-type/index.html b/files/es/web/exslt/exsl/object-type/index.html index cee6212510..61995dd1d2 100644 --- a/files/es/web/exslt/exsl/object-type/index.html +++ b/files/es/web/exslt/exsl/object-type/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/exsl/object-type --- -<p>{{ XsltRef() }} {{ Fx_minversion_header(3) }}</p> +<p>{{ XsltRef() }}</p> <p><br> <code>exsl:object-type()</code> devuelve una cadena que indica el tipo del objeto especificado.</p> diff --git a/files/es/web/exslt/index.html b/files/es/web/exslt/index.html index 5f674a5f84..54576d16bf 100644 --- a/files/es/web/exslt/index.html +++ b/files/es/web/exslt/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }} EXSLT es un conjunto de extensiones de <a href="es/XSLT">XSLT</a>. Existen varios módulos; aquellos que están implementados por Firefox se listan a continuación:</p> +<p>{{XsltRef}}EXSLT es un conjunto de extensiones de <a href="es/XSLT">XSLT</a>. Existen varios módulos; aquellos que están implementados por Firefox se listan a continuación:</p> <dl> <dt><a href="#Common">Common</a> (<code>exsl</code>)</dt> diff --git a/files/es/web/exslt/math/highest/index.html b/files/es/web/exslt/math/highest/index.html index 0a41b67d23..bc7872f742 100644 --- a/files/es/web/exslt/math/highest/index.html +++ b/files/es/web/exslt/math/highest/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/highest --- -<p>{{XsltRef}} {{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:highest()</code> devuelve el nodo con el valor más alto (donde el valor más alto se calcula usando <code><a href="es/EXSLT/math/max">math:max()</a></code>) del conjunto de nodos (node-set) especificado.</p> <p>Un nodo tiene este valor máximo si convierte su valor de cadena a un número igual al valor máximo.</p> diff --git a/files/es/web/exslt/math/lowest/index.html b/files/es/web/exslt/math/lowest/index.html index a8ba40c0dc..9301e01081 100644 --- a/files/es/web/exslt/math/lowest/index.html +++ b/files/es/web/exslt/math/lowest/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/lowest --- -<p>{{XsltRef}} {{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:lowest()</code> devuelve el nodo del conjunto de nodos (node-set) especificado con el valor más bajo (donde el valor más bajo se calcula usando <code><a href="es/EXSLT/math/min">math:min()</a></code>).</p> <p>Un nodo tiene este valor mínimo si convirtiendo su valor de cadena a número iguala el valor mínimo.</p> diff --git a/files/es/web/exslt/math/max/index.html b/files/es/web/exslt/math/max/index.html index d87424480a..ab3bb0e334 100644 --- a/files/es/web/exslt/math/max/index.html +++ b/files/es/web/exslt/math/max/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/max --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}<br> +<p>{{XsltRef}}<br> <code>math:max()</code> devuelve el valor máximo de un conjunto de nodos (node-set).</p> <p>To compute the maximum value of the node-set, the node set is sorted into descending order as it would be using <code><a href="es/XSLT/sort">xsl:sort()</a></code> with a data type of <code>number</code>. The maximum value is then the first node in the sorted list, converted into a number.</p> diff --git a/files/es/web/exslt/math/min/index.html b/files/es/web/exslt/math/min/index.html index 7ed975a28c..ee0d2ffccb 100644 --- a/files/es/web/exslt/math/min/index.html +++ b/files/es/web/exslt/math/min/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/math/min --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>math:min()</code> devuelve el valor mínimo de un conjunto de nodos (node-set).</p> diff --git a/files/es/web/exslt/regexp/match/index.html b/files/es/web/exslt/regexp/match/index.html index 2b735f17d8..f7b028e954 100644 --- a/files/es/web/exslt/regexp/match/index.html +++ b/files/es/web/exslt/regexp/match/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/regexp/match --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>regexp:match()</code> realiza la búsqueda de coincidencias de una expresión regular en una cadena, devolviendo las subcoincidencias halladas como resultado.</p> diff --git a/files/es/web/exslt/regexp/replace/index.html b/files/es/web/exslt/regexp/replace/index.html index a0528d8348..446370f683 100644 --- a/files/es/web/exslt/regexp/replace/index.html +++ b/files/es/web/exslt/regexp/replace/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/regexp/replace --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>regexp:replace()</code> reemplaza porciones de una cadena que coincide con la expresión regular dada por el contenido de otra cadena.</p> diff --git a/files/es/web/exslt/regexp/test/index.html b/files/es/web/exslt/regexp/test/index.html index 1d8f059f07..0013b8a887 100644 --- a/files/es/web/exslt/regexp/test/index.html +++ b/files/es/web/exslt/regexp/test/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/regexp/test --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>regexp:test()</code> comprueba si una cadena coincide con una expresión regular especificada.</p> diff --git a/files/es/web/exslt/set/difference/index.html b/files/es/web/exslt/set/difference/index.html index 43d7589ed8..ce27b0e456 100644 --- a/files/es/web/exslt/set/difference/index.html +++ b/files/es/web/exslt/set/difference/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/difference --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>set:difference()</code> devuelve la diferencia entre dos conjuntos de nodos. En otras palabras, devuelve un cojunto de nodos cuyos nodos están en uno de los conjuntos pero no en el otro.</p> diff --git a/files/es/web/exslt/set/distinct/index.html b/files/es/web/exslt/set/distinct/index.html index 1d01f8f163..9312a61943 100644 --- a/files/es/web/exslt/set/distinct/index.html +++ b/files/es/web/exslt/set/distinct/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/distinct --- -<p>{{XsltRef}} {{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>set:distinct()</code> devuelve un subconjunto de los nodos del conjunto de nods especificado, devolviendo sólo los nodos con valores de texto únicos.</p> diff --git a/files/es/web/exslt/set/has-same-node/index.html b/files/es/web/exslt/set/has-same-node/index.html index 4a11da5481..c040f1bfc9 100644 --- a/files/es/web/exslt/set/has-same-node/index.html +++ b/files/es/web/exslt/set/has-same-node/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/has-same-node --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>set:has-same-node()</code> determina si dos conjuntos de nodos tienen algún nodo en común.</p> diff --git a/files/es/web/exslt/set/intersection/index.html b/files/es/web/exslt/set/intersection/index.html index 89593357d6..9c2faacb0c 100644 --- a/files/es/web/exslt/set/intersection/index.html +++ b/files/es/web/exslt/set/intersection/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/intersection --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>set:intersection()</code> devuelve la intersección de dos conjuntos de nodos. En otras palabras, devuelve un conjunto de nodos que contiene todos los nodos de ambos conjuntos de nodos.</p> diff --git a/files/es/web/exslt/set/leading/index.html b/files/es/web/exslt/set/leading/index.html index 2101f32243..90a634c97c 100644 --- a/files/es/web/exslt/set/leading/index.html +++ b/files/es/web/exslt/set/leading/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/leading --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>set:leading()</code> devuelve los nodos de un conjunto de nodos que viene antes del primer nodo del otro conjunto de nodos.</p> diff --git a/files/es/web/exslt/set/trailing/index.html b/files/es/web/exslt/set/trailing/index.html index 709236480f..58f17e65ea 100644 --- a/files/es/web/exslt/set/trailing/index.html +++ b/files/es/web/exslt/set/trailing/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/set/trailing --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>set:trailing()</code> devuelve los nodos de un conjunto de nodos que vienen después del primer nodo de otro conjunto de nodos.</p> diff --git a/files/es/web/exslt/str/concat/index.html b/files/es/web/exslt/str/concat/index.html index 5db07eb8d9..8b3324ddca 100644 --- a/files/es/web/exslt/str/concat/index.html +++ b/files/es/web/exslt/str/concat/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/concat --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>str:concat()</code> devuelve una cadena que contiene todos los valores cadena de un conjunto de nodos (node-set) concatenados juntos.</p> diff --git a/files/es/web/exslt/str/split/index.html b/files/es/web/exslt/str/split/index.html index 7d7c16213a..b1e610da12 100644 --- a/files/es/web/exslt/str/split/index.html +++ b/files/es/web/exslt/str/split/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/split --- -<p>{{XsltRef}}{{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>str:split()</code> divide una cadena usando una cadena patrón que determina donde deberían ocurrir las divisiones y devuelve un conjunto de nodos que contiene las cadenas resultantes.</p> diff --git a/files/es/web/exslt/str/tokenize/index.html b/files/es/web/exslt/str/tokenize/index.html index 78004c0462..1191cbb15b 100644 --- a/files/es/web/exslt/str/tokenize/index.html +++ b/files/es/web/exslt/str/tokenize/index.html @@ -7,7 +7,7 @@ tags: - XSLT translation_of: Web/EXSLT/str/tokenize --- -<p>{{XsltRef}} {{ Fx_minversion_header(3) }}</p> +<p>{{XsltRef}}</p> <p><br> <code>str:tokenize()</code> divide una cadena usando un conjunto de caracteres como delimitadores que determinan donde deberían ocurrir las divisiones, devolviendo un conjunto de nodos que contiene las cadenas resultantes.</p> |