diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:46:51 +0100 |
commit | 8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch) | |
tree | 616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/orphaned/learn | |
parent | a55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff) | |
download | translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2 translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip |
unslug es: modify
Diffstat (limited to 'files/es/orphaned/learn')
-rw-r--r-- | files/es/orphaned/learn/how_to_contribute/index.html | 5 | ||||
-rw-r--r-- | files/es/orphaned/learn/html/forms/html5_updates/index.html | 3 |
2 files changed, 5 insertions, 3 deletions
diff --git a/files/es/orphaned/learn/how_to_contribute/index.html b/files/es/orphaned/learn/how_to_contribute/index.html index 6cc600f24d..7c67556d6c 100644 --- a/files/es/orphaned/learn/how_to_contribute/index.html +++ b/files/es/orphaned/learn/how_to_contribute/index.html @@ -1,6 +1,6 @@ --- title: ¿Cómo contribuir al Área de Aprendizaje en MDN? -slug: Learn/Como_Contribuir +slug: orphaned/Learn/How_to_contribute tags: - Aprender - Documentación @@ -8,8 +8,9 @@ tags: - MDN Meta - Principiante - contribuir - - 'l10n:priority' + - l10n:priority translation_of: Learn/How_to_contribute +original_slug: Learn/Como_Contribuir --- <div>{{LearnSidebar}}</div> diff --git a/files/es/orphaned/learn/html/forms/html5_updates/index.html b/files/es/orphaned/learn/html/forms/html5_updates/index.html index 6e4cd130d6..064aebe5dd 100644 --- a/files/es/orphaned/learn/html/forms/html5_updates/index.html +++ b/files/es/orphaned/learn/html/forms/html5_updates/index.html @@ -1,12 +1,13 @@ --- title: Formularios en HTML5 -slug: HTML/HTML5/Formularios_en_HTML5 +slug: orphaned/Learn/HTML/Forms/HTML5_updates tags: - HTML - HTML5 - formulários - para_revisar translation_of: Learn/HTML/Forms/HTML5_updates +original_slug: HTML/HTML5/Formularios_en_HTML5 --- <p>{{ gecko_minversion_header("2") }}</p> <p>Los elementos y atributos para formularios en HTML5 proveen un mayor grado de marcado semántico que en HTML4 y eliminan gran parte del tedioso trabajo de programación y diseño que se necesitaba en HTML4. Las funcionalidades de los formularios en HTML5 brindan una mejor experiencia para los usuarios al permitir que estos tengan un comportamiento más coherente entre diferentes sitios web y proporcionar una retroalimentación inmediata acerca de la información ingresada. Asimismo, proporcionan esta experiencia a los usuarios que han deshabilitado el javascript en sus navegadores.</p> |