aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/elemento/input/datetime/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/elemento/input/datetime/index.html')
-rw-r--r--files/es/web/html/elemento/input/datetime/index.html147
1 files changed, 0 insertions, 147 deletions
diff --git a/files/es/web/html/elemento/input/datetime/index.html b/files/es/web/html/elemento/input/datetime/index.html
deleted file mode 100644
index f1f4aeac25..0000000000
--- a/files/es/web/html/elemento/input/datetime/index.html
+++ /dev/null
@@ -1,147 +0,0 @@
----
-title: <input type="datetime">
-slug: Web/HTML/Elemento/input/datetime
-tags:
- - Elemento
- - HTML
- - Referencia
-translation_of: Web/HTML/Element/input/datetime
----
-<p><span class="seoSummary"><dfn>El HTML</dfn><code> &lt;input type="datetime"&gt; </code>es un control para ingresar tiempo y fecha (hora, minuto, segundo y fracción de segundo) basado en la zona horaria UTC . <dfn> </dfn></span></p>
-
-<ul>
- <li><a href="/es/docs/Web/Guide/HTML/categorias_de_contenido">Categorías de contenido</a> : Contenido dinámico , listed , submittable , resettable , contenido asociado a un formulario , contenido estático o de texto . Si <code>type</code>  no tiene el valor <code>hidden </code>, elemenento labelable , contenido palpable .</li>
-</ul>
-
-<table class="properties">
- <tbody>
- <tr>
- <th scope="row">Contenido permitido</th>
- <td>Ninguno , es un elemento vacío.</td>
- </tr>
- <tr>
- <th scope="row">Omisión de etiquetas</th>
- <td>Debe de tener una etiqueta de inicio y no debe de tener una etiqueta final .</td>
- </tr>
- <tr>
- <th scope="row">Elementos padres permitidos</th>
- <td>Cualquier elemento que acepte contenido estático o de texto .</td>
- </tr>
- <tr>
- <th scope="row">Interfaz DOM</th>
- <td><a href="https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement" title="The HTMLInputElement interface provides special properties and methods (beyond the regular HTMLElement interface it also has available to it by inheritance) for manipulating the layout and presentation of input elements."><code>HTMLInputElement</code></a></td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Atributos">Atributos</h2>
-
-<p>El siguiente elemento tiene los siguientes<a href="/es/docs/Web/HTML/Atributos_Globales"> atributos globales</a> .</p>
-
-<h2 id="Ejemplos">Ejemplos</h2>
-
-<div class="geckoVersionNote">
-<p><code><span class="highELE">input</span> <span class="highATT">type=</span><span class="highVAL">"datetime"</span> <span class="highATT">name=</span><span class="highVAL">"new_year"</span><span class="highGT"> </span></code></p>
-</div>
-
-<h2 id="Especificaciones">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", "forms.html#date-and-time-state-(type=datetime)", "&lt;input type=\"datetime\"&gt;")}}</td>
- <td>{{Spec2("HTML WHATWG")}}</td>
- <td> </td>
- </tr>
- <tr>
- <td>{{SpecName("HTML5.1", "semantics.html#date-and-time-state-(type=datetime)", "&lt;input type=\"datetime\"&gt;")}}</td>
- <td>{{Spec2("HTML5.1")}}</td>
- <td>Definición inicial</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Compatiblidad_con_navegadores">Compatiblidad con navegadores</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>1.0</td>
- <td>{{CompatGeckoDesktop("1.7")}}</td>
- <td>2</td>
- <td>1.0</td>
- <td>1.0</td>
- </tr>
- <tr>
- <td>type=datetime</td>
- <td>{{CompatNo}}<sup>[1]</sup></td>
- <td>{{CompatNo}}<sup>[2]</sup></td>
- <td>{{CompatNo}}</td>
- <td>10.62</td>
- <td>{{CompatVersionUnknown}}<sup>[1]</sup></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 Mobile</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Soporte básico</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatGeckoMobile("2.0")}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- <tr>
- <td>type=datetime</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>{{CompatNo}}</td>
- <td>10.62</td>
- <td>{{CompatVersionUnknown}}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<p>[1]  El tipo <code>daytime</code> es reconocido, pero no hay una IU para este.</p>
-
-<p>[2] Actualmente Gecko no implementa el tipo <code>datetime.</code>Ver {{bug("825294")}}</p>
-
-<p> </p>
-
-<h2 id="Ver_también">Ver también</h2>
-
-<ul>
- <li>El elemento {{HTMLElement("input")}}</li>
-</ul>