aboutsummaryrefslogtreecommitdiff
path: root/files/es/orphaned/web/html/element
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/orphaned/web/html/element')
-rw-r--r--files/es/orphaned/web/html/element/command/index.html153
-rw-r--r--files/es/orphaned/web/html/element/element/index.html111
-rw-r--r--files/es/orphaned/web/html/element/isindex/index.html45
-rw-r--r--files/es/orphaned/web/html/element/multicol/index.html21
4 files changed, 0 insertions, 330 deletions
diff --git a/files/es/orphaned/web/html/element/command/index.html b/files/es/orphaned/web/html/element/command/index.html
deleted file mode 100644
index da926bfb8f..0000000000
--- a/files/es/orphaned/web/html/element/command/index.html
+++ /dev/null
@@ -1,153 +0,0 @@
----
-title: <command>
-slug: orphaned/Web/HTML/Element/command
-tags:
- - HTML
- - Obsoleto
-translation_of: Web/HTML/Element/command
-original_slug: Web/HTML/Elemento/command
----
-<div>{{obsolete_header()}}</div>
-
-<div class="note">
-<p><span style="font-size: 14px; line-height: 21px;"><strong>Nota: </strong>El elemento <code>command</code> ha sido removido de </span>{{Gecko("24.0")}}  en favor del elemento {{HTMLElement("menuitem")}}  . Firefox nunca ha soportado este elemento <code>command , </code>y la implementación existente de la interface DOM  {{domxref("HTMLCommandElement")}} ha sido removida de  <a href="/en-US/docs/Site_Compatibility_for_Firefox_24">Firefox 24</a>.</p>
-</div>
-
-<h2 id="Resumen_de_el_catalogo">Resumen de el catalogo</h2>
-
-<pre>&lt;command function="About live stream"&gt;</pre>
-
-<h3 class="brush: html" id="sect1"></h3>
-
-<h4 id="El_elemento_command_representa_un_comando_que_el_usuario_puede_invocar_.">El elemento <code>command </code>representa un comando que el usuario puede invocar .</h4>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row"><a href="/es/docs/Web/Guide/HTML/categorias_de_contenido">Categorías de contenido</a></th>
- <td>Contenido dinámico , contenido estático de texto, contenido de metadata .</td>
- </tr>
- <tr>
- <th scope="row">Contenido permitido</th>
- <td>Ninguno , es un {{Glossary("empty element")}}.</td>
- </tr>
- <tr>
- <th scope="row">Omisión de etiquetas</th>
- <td>La etiqueta de inicio es obligatoria , pero como es un elemento vacío , el uso de una etiqueta de cierre está prohibido . </td>
- </tr>
- <tr>
- <th scope="row">Elementos padre permitidos </th>
- <td>Solamente {{HTMLElement("colgroup")}} ,aunque puede ser definido implícitamente ya que su etiqueta de inicio no es obligatoria .El  {{HTMLElement("colgroup")}} no debe de tener un {{HTMLElement("span")}} como hijo .</td>
- </tr>
- <tr>
- <th scope="row">Interface DOM </th>
- <td>{{domxref("HTMLCommandElement")}} {{ obsolete_inline(24) }}</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Atributos">Atributos</h2>
-
-<p>Este elemento incluye los <a href="/es/docs/Web/HTML/Atributos_Globales">atributos globales</a> .</p>
-
-<ul>
- <li><code>command</code> o <code>empty</code> el cual es el estado por default e indica que este es un comando normal.</li>
- <li><code>checkbox</code> indica que el comando puede ser alternado usando un checkbox.</li>
- <li><code>radio</code> indica que el comando puede ser alternado usando un radiobutton.</li>
-</ul>
-
-<dl>
- <dt>{{htmlattrdef("checked")}}</dt>
- <dd>Indica si el comando es seleccionado . Debe de ser omitido al menos que el atributo <code>type </code>sea <code>checkbox </code>o <code>radio.</code></dd>
- <dt>{{htmlattrdef("disabled")}}</dt>
- <dd>Indica que el comando no está disponible .</dd>
- <dt>{{htmlattrdef("icon")}}</dt>
- <dd>Proporciona una imagen que representa el comando.</dd>
- <dt>{{htmlattrdef("label")}}</dt>
- <dd>El nombre del comando como se muestra al usuario .</dd>
- <dt>{{htmlattrdef("radiogroup")}}</dt>
- <dd>Este atributo proporciona el nombre del grupo de comandos , con un atributo  <code>type </code>de<code> tipo radio ,</code>que será alternado cuando el comando en sí mismo sea alternado . Este atributo debe de ser omitido al menos que el atributo <code>type </code>sea del tipo <code>radio .</code></dd>
- <dt>{{htmlattrdef("type")}}</dt>
- <dd>Este atributo indica el tipo de comando . Este puede ser uno de los siguientes tres valores :</dd>
-</dl>
-
-<h2 id="Ejemplos">Ejemplos</h2>
-
-<pre class="brush: html">&lt;command type="command" label="Save" icon="icons/save.png" onclick="save()"&gt;
-</pre>
-
-<h2 id="Specifications" name="Specifications">Especificaciones</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Especificación</th>
- <th scope="col">Estatus</th>
- <th scope="col">Comentario</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{SpecName('HTML WHATWG', 'commands.html', '&lt;command&gt;')}}</td>
- <td>{{Spec2('HTML WHATWG')}}</td>
- <td></td>
- </tr>
- <tr>
- <td>{{SpecName('HTML5 W3C', 'semantics.html#the-command-element', '&lt;command&gt;')}}</td>
- <td>{{Spec2('HTML5 W3C')}}</td>
- <td></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatibilidad_en_exploradores">Compatibilidad en exploradores</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari</th>
- </tr>
- <tr>
- <td>Soporte básico</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Característica</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Soporte básico </td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>{{ HTMLRef }}</p>
diff --git a/files/es/orphaned/web/html/element/element/index.html b/files/es/orphaned/web/html/element/element/index.html
deleted file mode 100644
index ae980b7be1..0000000000
--- a/files/es/orphaned/web/html/element/element/index.html
+++ /dev/null
@@ -1,111 +0,0 @@
----
-title: <element>
-slug: orphaned/Web/HTML/Element/element
-translation_of: Web/HTML/Element/element
-original_slug: Web/HTML/Elemento/element
----
-<div class="note">
-<p><strong>Nota:</strong> Este elemento ha sido borrado de la especificación. Mira <a href="http://lists.w3.org/Archives/Public/public-webapps/2013JulSep/0287.html">esto</a> para obtener más información desde el editor de la espeficicación.</p>
-</div>
-
-<h2 id="Resumen" name="Resumen">Resumen</h2>
-
-<p>El <strong>elemento <a href="/es/docs/Web/HTML">HTML</a> <code>&lt;element&gt;</code></strong> es utilizado para personalizar los elementos DOM.</p>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row"><a href="/es/docs/Web/Guide/HTML/categorias_de_contenido" title="HTML/Categorias_de_contenido">Categorias de contenido</a></th>
- <td><a href="/es/docs/Web/Guide/HTML/categorias_de_contenido#Modelo_de_contenido_transparente">Contenido transparente</a>.</td>
- </tr>
- <tr>
- <th scope="row">Contenido Permitido</th>
- <td>???</td>
- </tr>
- <tr>
- <th scope="row">Etiquetas omitidas</th>
- <td>{{no_tag_omission}}</td>
- </tr>
- <tr>
- <th scope="row">Elementos padre permitidos</th>
- <td>???</td>
- </tr>
- <tr>
- <th scope="row">Interfaz DOM</th>
- <td>{{domxref("HTMLElement")}}</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Atributos" name="Atributos">Atributos</h2>
-
-<p>Este elemento incluye los <a href="/es/docs/Web/HTML/Atributos_Globales">atributos globales</a>.</p>
-
-<h2 id="Ejemplos" name="Ejemplos">Ejemplos</h2>
-
-<p>El texto va aquí</p>
-
-<pre class="brush: html">Más texto va aquí.
-</pre>
-
-<h2 id="Especificaciones" name="Especificaciones">Especificaciones</h2>
-
-<p>El elemento <code>&lt;element&gt;</code> fue formulado en un borrador de la especificación de <a href="http://w3c.github.io/webcomponents/spec/custom/">elementos personalizados</a>, que se ha eliminado.</p>
-
-<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidad dee navegadores</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Chrome</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Feature</th>
- <th>Android</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Basic support</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- <td>{{CompatUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Ver También" name="Ver También">Ver También</h2>
-
-<ul>
- <li>Web components: {{HTMLElement("content")}}, {{HTMLElement("shadow")}}, {{HTMLElement("template")}}</li>
-</ul>
-
-<div>{{HTMLRef}}</div>
diff --git a/files/es/orphaned/web/html/element/isindex/index.html b/files/es/orphaned/web/html/element/isindex/index.html
deleted file mode 100644
index a0b5d74166..0000000000
--- a/files/es/orphaned/web/html/element/isindex/index.html
+++ /dev/null
@@ -1,45 +0,0 @@
----
-title: <isindex>
-slug: orphaned/Web/HTML/Element/isindex
-tags:
- - Deprecado
- - Elemento
- - HTML
- - Referencia
- - Web
-translation_of: Web/HTML/Element/isindex
-original_slug: Web/HTML/Element/isindex
----
-<div>{{Deprecated_header}}</div>
-
-<h2 id="Resumen">Resumen</h2>
-
-<p><code>&lt;isindex&gt; </code>es un elemento HTML  obsoleto que posiciona un campo de texto en una página para buscar en el documento . <code>&lt;isindex&gt;</code> fue pensado por el W3C  para ser usado dentro del elemento {{HTMLElement("head")}} , pero los exploradores lo soportaban sin importar donde se usaba .</p>
-
-<p>&lt;<font face="Consolas, Liberation Mono, Courier, monospace">isindex&gt; </font>fue deprecado en HTML 4.01 , debido a que el mismo comportamiento puede ser logrado con un form de HTML. </p>
-
-<h2 id="Atributos">Atributos </h2>
-
-<p>Como todos los otros elementos HTML , este elemento acepta los <a href="/es/docs/Web/HTML/Atributos_Globales">atributos globales</a> .</p>
-
-<dl>
- <dt>{{htmlattrdef("prompt")}}</dt>
- <dd>Este atributo añade su valor como una ventana para un campo de texto.</dd>
- <dt>{{htmlattrdef("action")}}</dt>
- <dd>Este atributo puede ser usado para mandar una busqueda a una URL diferente . La acción no está definida por el W3C .</dd>
-</dl>
-
-<h2 id="Ejemplo">Ejemplo</h2>
-
-<pre class="brush: html">&lt;head&gt;
- &lt;isindex prompt="Search Document... " /&gt;
-&lt;/head&gt;</pre>
-
-<h2 id="Ver_también">Ver también</h2>
-
-<ul>
- <li>{{HTMLElement("input")}}</li>
- <li>{{HTMLElement("form")}}</li>
-</ul>
-
-<p>{{HTMLRef}}</p>
diff --git a/files/es/orphaned/web/html/element/multicol/index.html b/files/es/orphaned/web/html/element/multicol/index.html
deleted file mode 100644
index 9ebbd8cb22..0000000000
--- a/files/es/orphaned/web/html/element/multicol/index.html
+++ /dev/null
@@ -1,21 +0,0 @@
----
-title: <multicol>
-slug: orphaned/Web/HTML/Element/multicol
-tags:
- - HTML
-translation_of: Web/HTML/Element/multicol
-original_slug: Web/HTML/Element/multicol
----
-<div>{{non-standard_header}}</div>
-
-<h2 id="Resumen">Resumen</h2>
-
-<p>El elemento HTML <code>&lt;multicol&gt; </code>fue un elemento experimental diseñado para permitir diseños multi columna . Nunca tuvo una recepción significante y no es implementado en alguno de los principales exploradores .</p>
-
-<div class="note">
-<p><strong>No usar esto ! </strong>Para implementar un diseño multi columna , debería de usar los elementos HTML regulares como {{HTMLElement("div")}} en conjunto con la característica de CSS <a href="/es/docs/Columnas_con_CSS-3">Column</a> ,</p>
-</div>
-
-<p>Notar que hasta Firefox 22 , aunque no se soportaba , un elemento <code>&lt;multicol&gt; </code>fue asociado con un {{domxref("HTMLSpanElement")}}.  Después fue arreglado y ahora esta asociado con un {{domxref("HTMLUnknownElement")}} como se solocita en la especificación .</p>
-
-<p> </p>