aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/attributes/min/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/es/web/html/attributes/min/index.html')
-rw-r--r--files/es/web/html/attributes/min/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/es/web/html/attributes/min/index.html b/files/es/web/html/attributes/min/index.html
index 4060bd81f4..0fbd4a9b8f 100644
--- a/files/es/web/html/attributes/min/index.html
+++ b/files/es/web/html/attributes/min/index.html
@@ -1,12 +1,13 @@
---
title: 'HTML el atributo: min'
-slug: Web/HTML/Atributos/min
+slug: Web/HTML/Attributes/min
tags:
- Atributos
- Restricción de validación
- atributo
- min
translation_of: Web/HTML/Attributes/min
+original_slug: Web/HTML/Atributos/min
---
<div id="step-include">
<p><span class="seoSummary">El atributo {{HTMLAttrxRef("min", "input")}} define el valor mínimo que es aceptable y válido para el {{HTMLElement("input")}} que contiene el atributo. Si el {{web.link("/es/docs/Web/HTML/Element/input#attr-value", "value")}} del elemento es menor que esto, el elemento falla la {{web.link("/es/docs/Web/Guide/HTML/HTML5/Constraint_validation", "restricción de validación")}}. Este valor debe ser menor o igual que el valor del atributo {{HTMLAttrxRef("max", "input")}}. Si se especifica un valor para {{HTMLAttrxRef("min", "input")}} que no es un número válido, la entrada no tiene un valor mínimo.</span></p>