From 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c Mon Sep 17 00:00:00 2001 From: Florian Merz Date: Thu, 11 Feb 2021 14:46:51 +0100 Subject: unslug es: modify --- files/es/web/guide/html/html5/constraint_validation/index.html | 3 ++- files/es/web/guide/html/html5/html5_parser/index.html | 3 ++- files/es/web/guide/html/html5/index.html | 3 ++- files/es/web/guide/html/html5/introduction_to_html5/index.html | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) (limited to 'files/es/web/guide/html/html5') diff --git a/files/es/web/guide/html/html5/constraint_validation/index.html b/files/es/web/guide/html/html5/constraint_validation/index.html index 04182a8fec..ad5fdfc234 100644 --- a/files/es/web/guide/html/html5/constraint_validation/index.html +++ b/files/es/web/guide/html/html5/constraint_validation/index.html @@ -1,6 +1,6 @@ --- title: Validación de restricciones -slug: HTML/HTML5/Validacion_de_restricciones +slug: Web/Guide/HTML/HTML5/Constraint_validation tags: - CSS - Guía @@ -8,6 +8,7 @@ tags: - NecesitaContenido - Selectores translation_of: Web/Guide/HTML/HTML5/Constraint_validation +original_slug: HTML/HTML5/Validacion_de_restricciones ---

La creación de formularios web siempre ha sido una tarea compleja. Mientras armar el formulario en sí es fácil, verificar si cada campo tiene un valor que es válido y coherente es aun más difícil, e informar al usuario acerca del problema puede convertirse en un dolor de cabeza. HTML5 introdujo nuevos mecanismos para formularios: añadió nuevos tipos semánticos para el elemento {{ HTMLElement("input") }} y validación de restricciones para facilitar el trabajo de revisar el contenido del formulario de lado del cliente. Se pueden usar restricciones básicas y comunes, sin la necesidad de JavaScript, estableciendo nuevos atributos; para restricciones más complejas se puede usar la API de Validación de Restricciones de HTML.

diff --git a/files/es/web/guide/html/html5/html5_parser/index.html b/files/es/web/guide/html/html5/html5_parser/index.html index 591fcbe865..f4357339f4 100644 --- a/files/es/web/guide/html/html5/html5_parser/index.html +++ b/files/es/web/guide/html/html5/html5_parser/index.html @@ -1,11 +1,12 @@ --- title: Analizador de HTML5 -slug: HTML/HTML5/HTML5_Parser +slug: Web/Guide/HTML/HTML5/HTML5_Parser tags: - HTML - HTML5 - para_revisar translation_of: Web/Guide/HTML/HTML5/HTML5_Parser +original_slug: HTML/HTML5/HTML5_Parser ---

{{ gecko_minversion_header("2") }}{{ draft() }}

Gecko 2 introduce un nuevo analizador basado en HTML 5. El analizador de HTML es una de las piezas más complicadas y delicadas de un navegador. Controla la forma en que tu código fuente HTML es convertido en páginas web y, como tal, los cambios en él son poco habituales. El nuevo analizador es más rápido, cumple con el estándar HTML 5 y permite muchas funcionalidades nuevas.

diff --git a/files/es/web/guide/html/html5/index.html b/files/es/web/guide/html/html5/index.html index 054d21d534..1d98d2baa5 100644 --- a/files/es/web/guide/html/html5/index.html +++ b/files/es/web/guide/html/html5/index.html @@ -1,6 +1,6 @@ --- title: HTML5 -slug: HTML/HTML5 +slug: Web/Guide/HTML/HTML5 tags: - API - CSS3 @@ -14,6 +14,7 @@ tags: - mejoras - nuevo translation_of: Web/Guide/HTML/HTML5 +original_slug: HTML/HTML5 ---

HTML5  es la última versión de HTMLEl término representa dos conceptos diferentes:

diff --git a/files/es/web/guide/html/html5/introduction_to_html5/index.html b/files/es/web/guide/html/html5/introduction_to_html5/index.html index 091a90f7af..877f2666e0 100644 --- a/files/es/web/guide/html/html5/introduction_to_html5/index.html +++ b/files/es/web/guide/html/html5/introduction_to_html5/index.html @@ -1,10 +1,11 @@ --- title: Introducción a HTML5 -slug: HTML/HTML5/Introducción_a_HTML5 +slug: Web/Guide/HTML/HTML5/Introduction_to_HTML5 tags: - HTML - HTML5 translation_of: Web/Guide/HTML/HTML5/Introduction_to_HTML5 +original_slug: HTML/HTML5/Introducción_a_HTML5 ---


HTML5, algunas de cuyas características inicialmente comenzaron a llegar a Gecko 1.8.1, es la versión más reciente de HTML estándar. Ofrece nuevas características que proporcionan no solo una amplia compatibilidad de medios, sino también una compatibilidad mejorada para la creación de aplicaciones web que pueden interactuar de una manera más sencilla y efectiva con el usuario, sus datos locales y los servidores.

-- cgit v1.2.3-54-g00ecf