aboutsummaryrefslogtreecommitdiff
path: root/files/es/web/html/attributes
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 14:46:51 +0100
commit8a5554c6fae83e92b10c8dbe5b82108cb44fad6c (patch)
tree616af8137d0e678ad2f9d515b7b68dc1b9738fca /files/es/web/html/attributes
parenta55b575e8089ee6cab7c5c262a7e6db55d0e34d6 (diff)
downloadtranslated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.gz
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.tar.bz2
translated-content-8a5554c6fae83e92b10c8dbe5b82108cb44fad6c.zip
unslug es: modify
Diffstat (limited to 'files/es/web/html/attributes')
-rw-r--r--files/es/web/html/attributes/accept/index.html3
-rw-r--r--files/es/web/html/attributes/autocomplete/index.html3
-rw-r--r--files/es/web/html/attributes/crossorigin/index.html3
-rw-r--r--files/es/web/html/attributes/index.html3
-rw-r--r--files/es/web/html/attributes/min/index.html3
-rw-r--r--files/es/web/html/attributes/minlength/index.html3
-rw-r--r--files/es/web/html/attributes/multiple/index.html3
7 files changed, 14 insertions, 7 deletions
diff --git a/files/es/web/html/attributes/accept/index.html b/files/es/web/html/attributes/accept/index.html
index b98ff8b644..7714aea4d4 100644
--- a/files/es/web/html/attributes/accept/index.html
+++ b/files/es/web/html/attributes/accept/index.html
@@ -1,6 +1,6 @@
---
title: 'HTML el atributo: accept'
-slug: Web/HTML/Atributos/accept
+slug: Web/HTML/Attributes/accept
tags:
- Accept
- Archivo
@@ -9,6 +9,7 @@ tags:
- Referencia
- atributo
translation_of: Web/HTML/Attributes/accept
+original_slug: Web/HTML/Atributos/accept
---
<p class="summary"><span class="seoSummary">El atributo <strong><code>accept</code></strong> toma como valor una lista separada por comas de uno o más tipos de archivos, o {{anch("Especificadores de tipo de archivo únicos","especificadores de tipo de archivo únicos")}}, que describen qué tipos de archivo permitir. </span>La propiedad «<em>accept</em>» es un atributo del tipo {{HTMLElement("input/file", "file")}} {{HTMLElement("input")}}. Se admitía en el elemento {{HTMLElement("form")}}, pero se eliminó a favor de {{HTMLElement("input/file", "file")}} en HTML5.</p>
diff --git a/files/es/web/html/attributes/autocomplete/index.html b/files/es/web/html/attributes/autocomplete/index.html
index b8546e368d..553e9a293c 100644
--- a/files/es/web/html/attributes/autocomplete/index.html
+++ b/files/es/web/html/attributes/autocomplete/index.html
@@ -1,7 +1,8 @@
---
title: The HTML autocomplete attribute
-slug: Web/HTML/Atributos/autocomplete
+slug: Web/HTML/Attributes/autocomplete
translation_of: Web/HTML/Attributes/autocomplete
+original_slug: Web/HTML/Atributos/autocomplete
---
<p>El atributo <code>autocomplete</code>  está disponible en varios tipos de  {{HTMLElement("input")}} aquellos que toman un texto o valor numérico como entrada. <span class="seoSummary"><code>autocomplete</code> </span> permite a los desarrolladores web especificar qué permisos si los hay <span class="seoSummary">{{Glossary("user agent")}} </span> debe proporcionar asistencia automatizada para completar los valores de los campos de formulario, así como una guía para el navegador en cuanto al tipo de información que se espera en el campo.</p>
diff --git a/files/es/web/html/attributes/crossorigin/index.html b/files/es/web/html/attributes/crossorigin/index.html
index f7453daa96..472fa2885b 100644
--- a/files/es/web/html/attributes/crossorigin/index.html
+++ b/files/es/web/html/attributes/crossorigin/index.html
@@ -1,7 +1,8 @@
---
title: Atributos de configuración CORS
-slug: Web/HTML/Atributos_de_configuracion_CORS
+slug: Web/HTML/Attributes/crossorigin
translation_of: Web/HTML/Attributes/crossorigin
+original_slug: Web/HTML/Atributos_de_configuracion_CORS
---
<p><span class="seoSummary">En HTML5, algunos elementos HTML que dan soporte para <a href="/en-US/docs/HTTP/Access_control_CORS">CORS</a>, tales como {{ HTMLElement("img") }} o {{ HTMLElement("video") }}, tienen un atributo <code>crossorigin</code>  (propiedad <code>crossOrigin</code>), que les permite configurar las peticiones CORS de los datos que se cargan.</span> Estos atributos están enumerados, y tienen los siguientes valores posibles:</p>
diff --git a/files/es/web/html/attributes/index.html b/files/es/web/html/attributes/index.html
index 03e7d8baee..0658552c0e 100644
--- a/files/es/web/html/attributes/index.html
+++ b/files/es/web/html/attributes/index.html
@@ -1,12 +1,13 @@
---
title: Referencia de Atributos HTML
-slug: Web/HTML/Atributos
+slug: Web/HTML/Attributes
tags:
- HTML
- Referencia
- Web
- atributo
translation_of: Web/HTML/Attributes
+original_slug: Web/HTML/Atributos
---
<p>Los elementos en HTML tienen <strong>atributos</strong>; estos son valores adicionales que configuran los elementos o ajustan su comportamiento de diversas formas para cumplir los criterios de los usuarios.</p>
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>
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>&lt;input&gt;</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>
diff --git a/files/es/web/html/attributes/multiple/index.html b/files/es/web/html/attributes/multiple/index.html
index cbf465b0b8..1aa9fe819b 100644
--- a/files/es/web/html/attributes/multiple/index.html
+++ b/files/es/web/html/attributes/multiple/index.html
@@ -1,11 +1,12 @@
---
title: 'HTML el atributo: multiple'
-slug: Web/HTML/Atributos/multiple
+slug: Web/HTML/Attributes/multiple
tags:
- Atributos
- Resticción de validación
- atributo
translation_of: Web/HTML/Attributes/multiple
+original_slug: Web/HTML/Atributos/multiple
---
<p>El atributo booleano {{HTMLAttrxRef("multiple", "input")}}, si se establece, significa que el control del formulario acepta uno o más valores. Válido para los {{HTMLElement("input")}}s de tipo {{HTMLElement("input/email", "email")}}, {{HTMLElement("input/file", "file")}} y {{HTMLElement("select")}}, la forma en que el usuario opta por valores múltiples depende del control del formulario.</p>