diff options
Diffstat (limited to 'files/es/web/html/elemento/main/index.html')
-rw-r--r-- | files/es/web/html/elemento/main/index.html | 151 |
1 files changed, 0 insertions, 151 deletions
diff --git a/files/es/web/html/elemento/main/index.html b/files/es/web/html/elemento/main/index.html deleted file mode 100644 index fd3fd6c917..0000000000 --- a/files/es/web/html/elemento/main/index.html +++ /dev/null @@ -1,151 +0,0 @@ ---- -title: <main> -slug: Web/HTML/Elemento/main -translation_of: Web/HTML/Element/main ---- -<h2 id="Resumen">Resumen</h2> - -<p>El <strong>elemento</strong> <strong>HTML <code><main></code> </strong>representa el contenido principal del {{HTMLElement("body")}} de un documento o aplicación. El área principal del contenido consiste en el contenido que está directamente relacionado, o se expande sobre el tema central de un documento o la funcionalidad central de una aplicación. Este contenido debe ser único al documento, excluyendo cualquier contenido que se repita a través de un conjunto de documentos como barras laterales, enlaces de navegación, información de derechos de autor, logos del sitio y formularios de búsqueda (a menos, claro, que la función principal del documento sea un formulario de búsqueda).</p> - -<div class="note"> -<p><strong>Nota:</strong> <strong>no debe haber</strong> más de un elemento <code><main></code> en un documento, y este <strong>no debe ser</strong> descendiente de un elemento {{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("footer")}}, {{HTMLElement("header")}}, o {{HTMLElement("nav")}}.</p> -</div> - -<ul class="htmlelt"> - <li><dfn><a href="/en-US/docs/Web/HTML/Content_categories" title="HTML/Content_categories">Content categories</a></dfn><a href="/en-US/docs/Web/HTML/Content_categories#Flow_content" title="HTML/Content_categories#Flow_content">Flow content</a>, palpable content.</li> - <li><dfn>Contenido permitido</dfn> <a href="/en-US/docs/Web/HTML/Content_categories#Flow_content" title="HTML/Content_categories#Flow_content">Flow content</a>.</li> - <li><dfn>Omisión de etiquetas</dfn> Ninguna; ambas etiqueta inical y de fin son obligatorias.</li> - <li><dfn>Elementos padres permitidos</dfn> Cualquier elemento que acepte <a href="/en-US/docs/Web/HTML/Content_categories#Flow_content" title="HTML/Content_categories#Flow_content">flow content</a>, pero no debe ser un descendiente de un elemento {{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("footer")}}, {{HTMLElement("header")}}, o {{HTMLElement("nav")}}.</li> - <li><dfn>Interfaz DOM</dfn> {{domxref("HTMLElement")}}</li> -</ul> - -<h2 id="Atributos">Atributos</h2> - -<p><span style="line-height: 21px;">Este elemento solo incluye </span><a href="/en-US/docs/Web/HTML/Global_attributes" style="line-height: 21px;" title="HTML/Global attributes">atributos globales.</a></p> - -<h2 id="Ejemplo">Ejemplo</h2> - -<pre class="brush: html"><!-- other content --> - -<span class="highlight"><main></span> - <h1>Apples</h1> - <p>The apple is the pomaceous fruit of the apple tree.</p> - - <article> - <h2>Red Delicious</h2> - <p>These bright red apples are the most common found in many - supermarkets.</p> - <p>... </p> - <p>... </p> - </article> - - <article> - <h2>Granny Smith</h2> - <p>These juicy, green apples make a great filling for - apple pies.</p> - <p>... </p> - <p>... </p> - </article> - -<span class="highlight"></main></span> - -<!-- other content --></pre> - -<h2 id="Specifications" name="Specifications">Sobre Accesibilidad</h2> - -<p>Algunos lectores de pantalla reconocen la etiqueta <code>main</code> y proveen un atajo para que el usuario pueda saltar directamente al contenido de esta etiqueta sin tener que pasar por el resto.</p> - -<h2 id="Specifications" name="Specifications">Especificaciones</h2> - -<table class="standard-table"> - <thead> - <tr> - <th scope="col">Especificación</th> - <th scope="col">Estado</th> - <th scope="col">Comentario</th> - </tr> - </thead> - <tbody> - <tr> - <td>{{SpecName('HTML WHATWG', '#the-main-element', '<main>')}}</td> - <td>{{Spec2('HTML WHATWG')}}</td> - <td>Eliminada la restricción acerca de usar <code><main></code> como un descendente del elemento {{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("footer")}}, {{HTMLElement("header")}}, o {{HTMLElement("nav")}}.</td> - </tr> - <tr> - <td>{{SpecName('HTML5.1', 'grouping-content.html#the-main-element', '<main>')}}</td> - <td>{{Spec2('HTML5.1')}}</td> - <td>Sin cambios desde {{SpecName('HTML5 W3C')}}</td> - </tr> - <tr> - <td>{{SpecName('HTML5 W3C', 'grouping-content.html#the-main-element', '<main>')}}</td> - <td>{{Spec2('HTML5 W3C')}}</td> - <td>Definición inicial.</td> - </tr> - </tbody> -</table> - -<h2 id="Browser_compatibility" name="Browser_compatibility">Compatibilidad entre navegadores</h2> - -<p>Como una caracterisca nueva propuesta para HTML, el elemento <code><main></code> no está todavía ampliamente soportado. Es sumamente recomendable añadir el rol ARIA <code>"main"</code> a cualquier elemento <code><main></code>:</p> - -<pre class="brush: html"><main role="main"> - ... -</main> -</pre> - -<p>{{CompatibilityTable}}</p> - -<div id="compat-desktop"> -<table class="compat-table"> - <tbody> - <tr> - <th> - <p>Característica</p> - </th> - <th>Chrome</th> - <th>Firefox (Gecko)</th> - <th>Internet Explorer</th> - <th>Opera</th> - <th>Safari (WebKit)</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>Chrome 26</td> - <td>{{ CompatGeckoDesktop("21.0") }}</td> - <td>{{CompatNo()}}</td> - <td>{{CompatNo()}}</td> - <td>{{CompatNo()}} but in tests builds since WebKit r140374</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 Phone</th> - <th>Opera Mobile</th> - <th>Safari Mobile</th> - </tr> - <tr> - <td>Soporte básico</td> - <td>{{CompatNo()}}</td> - <td>{{ CompatGeckoMobile("21.0") }}</td> - <td>{{CompatNo()}}</td> - <td>{{CompatNo()}}</td> - <td>{{CompatNo()}}</td> - </tr> - </tbody> -</table> -</div> - -<h2 id="Ver_también">Ver también</h2> - -<ul> - <li>Basic structural elements: {{HTMLElement("html")}}, {{HTMLElement("head")}}, {{HTMLElement("body")}}</li> - <li>Section-related elements: {{HTMLElement("article")}}, {{HTMLElement("aside")}}, {{HTMLElement("footer")}}, {{HTMLElement("header")}}, or {{HTMLElement("nav")}}</li> -</ul> |