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/web/html/attributes/minlength | |
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/web/html/attributes/minlength')
-rw-r--r-- | files/es/web/html/attributes/minlength/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/attributes/minlength/index.html b/files/es/web/html/attributes/minlength/index.html index 23056673e2..a982aee0a3 100644 --- a/files/es/web/html/attributes/minlength/index.html +++ b/files/es/web/html/attributes/minlength/index.html @@ -1,6 +1,6 @@ --- title: 'HTML el atributo: minlength' -slug: Web/HTML/Atributos/minlength +slug: Web/HTML/Attributes/minlength tags: - Entrada - Input @@ -9,6 +9,7 @@ tags: - minlength - textarea translation_of: Web/HTML/Attributes/minlength +original_slug: Web/HTML/Atributos/minlength --- <p class="summary">El atributo <strong><code>minlength</code></strong> define el número mínimo de caracteres (como unidades de código UTF-16) que el usuario puede ingresar en un {{HTMLElement('input')}} o {{HTMLElement('textarea')}}. Debe ser un valor entero 0 o superior. Si no se especifica una longitud mínima o se especifica un número no válido, el <strong><code><input></code></strong> no tiene una longitud mínima. Este valor debe ser menor o igual que el valor de {{web.link("/es/docs/Web/HTML/Attributes/maxlength", "maxlength")}}; de lo contrario, el valor nunca será válido, puesto que es imposible cumplir con ambos criterios.</p> |