From 4d3b1c2c79113786e001e3bec551205cd34f818a Mon Sep 17 00:00:00 2001 From: MDN Date: Fri, 21 May 2021 00:42:40 +0000 Subject: [CRON] sync translated content --- files/es/_redirects.txt | 6 ++- files/es/_wikihistory.json | 24 ++++++------ .../orphaned/web/html/element/isindex/index.html | 45 ++++++++++++++++++++++ .../orphaned/web/html/element/multicol/index.html | 21 ++++++++++ files/es/web/html/element/isindex/index.html | 45 ---------------------- files/es/web/html/element/multicol/index.html | 21 ---------- 6 files changed, 82 insertions(+), 80 deletions(-) create mode 100644 files/es/orphaned/web/html/element/isindex/index.html create mode 100644 files/es/orphaned/web/html/element/multicol/index.html delete mode 100644 files/es/web/html/element/isindex/index.html delete mode 100644 files/es/web/html/element/multicol/index.html (limited to 'files/es') diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 604e67004d..cdbad98cc4 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -2107,6 +2107,8 @@ /es/docs/Web/HTML/Canvas/A_basic_ray-caster /es/docs/Web/API/Canvas_API/A_basic_ray-caster /es/docs/Web/HTML/Canvas/Drawing_graphics_with_canvas /es/docs/conflicting/Web/API/Canvas_API/Tutorial /es/docs/Web/HTML/Consejos_para_la_creación_de_páginas_HTML_de_carga_rápida /es/docs/Learn/HTML/Howto/Author_fast-loading_HTML_pages +/es/docs/Web/HTML/Element/isindex /es/docs/orphaned/Web/HTML/Element/isindex +/es/docs/Web/HTML/Element/multicol /es/docs/orphaned/Web/HTML/Element/multicol /es/docs/Web/HTML/Elemento /es/docs/Web/HTML/Element /es/docs/Web/HTML/Elemento/Audio2 /es/docs/Web/HTML/Element/audio /es/docs/Web/HTML/Elemento/Elementos_títulos /es/docs/Web/HTML/Element/Heading_Elements @@ -2194,7 +2196,7 @@ /es/docs/Web/HTML/Elemento/input/range /es/docs/Web/HTML/Element/input/range /es/docs/Web/HTML/Elemento/input/text /es/docs/Web/HTML/Element/input/text /es/docs/Web/HTML/Elemento/ins /es/docs/Web/HTML/Element/ins -/es/docs/Web/HTML/Elemento/isindex /es/docs/Web/HTML/Element/isindex +/es/docs/Web/HTML/Elemento/isindex /es/docs/orphaned/Web/HTML/Element/isindex /es/docs/Web/HTML/Elemento/kbd /es/docs/Web/HTML/Element/kbd /es/docs/Web/HTML/Elemento/keygen /es/docs/Web/HTML/Element/keygen /es/docs/Web/HTML/Elemento/label /es/docs/Web/HTML/Element/label @@ -2207,7 +2209,7 @@ /es/docs/Web/HTML/Elemento/marquee /es/docs/Web/HTML/Element/marquee /es/docs/Web/HTML/Elemento/menu /es/docs/Web/HTML/Element/menu /es/docs/Web/HTML/Elemento/meta /es/docs/Web/HTML/Element/meta -/es/docs/Web/HTML/Elemento/multicol /es/docs/Web/HTML/Element/multicol +/es/docs/Web/HTML/Elemento/multicol /es/docs/orphaned/Web/HTML/Element/multicol /es/docs/Web/HTML/Elemento/nav /es/docs/Web/HTML/Element/nav /es/docs/Web/HTML/Elemento/nobr /es/docs/Web/HTML/Element/nobr /es/docs/Web/HTML/Elemento/noframes /es/docs/Web/HTML/Element/noframes diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index 6590e27732..b3756077d8 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -15214,12 +15214,6 @@ "Jorolo" ] }, - "Web/HTML/Element/isindex": { - "modified": "2019-03-23T22:36:13.994Z", - "contributors": [ - "jcr4" - ] - }, "Web/HTML/Element/kbd": { "modified": "2019-03-18T21:11:05.093Z", "contributors": [ @@ -15334,12 +15328,6 @@ "Jorolo" ] }, - "Web/HTML/Element/multicol": { - "modified": "2019-03-23T22:36:14.458Z", - "contributors": [ - "jcr4" - ] - }, "Web/HTML/Element/nav": { "modified": "2020-12-08T21:27:47.077Z", "contributors": [ @@ -23635,6 +23623,18 @@ "kramery" ] }, + "orphaned/Web/HTML/Element/isindex": { + "modified": "2019-03-23T22:36:13.994Z", + "contributors": [ + "jcr4" + ] + }, + "orphaned/Web/HTML/Element/multicol": { + "modified": "2019-03-23T22:36:14.458Z", + "contributors": [ + "jcr4" + ] + }, "orphaned/Web/HTML/Elemento/Etiqueta_Personalizada_HTML5": { "modified": "2019-03-23T22:40:57.260Z", "contributors": [ diff --git a/files/es/orphaned/web/html/element/isindex/index.html b/files/es/orphaned/web/html/element/isindex/index.html new file mode 100644 index 0000000000..a0b5d74166 --- /dev/null +++ b/files/es/orphaned/web/html/element/isindex/index.html @@ -0,0 +1,45 @@ +--- +title: +slug: orphaned/Web/HTML/Element/isindex +tags: + - Deprecado + - Elemento + - HTML + - Referencia + - Web +translation_of: Web/HTML/Element/isindex +original_slug: Web/HTML/Element/isindex +--- +
{{Deprecated_header}}
+ +

Resumen

+ +

<isindex> es un elemento HTML  obsoleto que posiciona un campo de texto en una página para buscar en el documento . <isindex> fue pensado por el W3C  para ser usado dentro del elemento {{HTMLElement("head")}} , pero los exploradores lo soportaban sin importar donde se usaba .

+ +

<isindex> fue deprecado en HTML 4.01 , debido a que el mismo comportamiento puede ser logrado con un form de HTML. 

+ +

Atributos 

+ +

Como todos los otros elementos HTML , este elemento acepta los atributos globales .

+ +
+
{{htmlattrdef("prompt")}}
+
Este atributo añade su valor como una ventana para un campo de texto.
+
{{htmlattrdef("action")}}
+
Este atributo puede ser usado para mandar una busqueda a una URL diferente . La acción no está definida por el W3C .
+
+ +

Ejemplo

+ +
<head>
+  <isindex prompt="Search Document... " />
+</head>
+ +

Ver también

+ + + +

{{HTMLRef}}

diff --git a/files/es/orphaned/web/html/element/multicol/index.html b/files/es/orphaned/web/html/element/multicol/index.html new file mode 100644 index 0000000000..9ebbd8cb22 --- /dev/null +++ b/files/es/orphaned/web/html/element/multicol/index.html @@ -0,0 +1,21 @@ +--- +title: +slug: orphaned/Web/HTML/Element/multicol +tags: + - HTML +translation_of: Web/HTML/Element/multicol +original_slug: Web/HTML/Element/multicol +--- +
{{non-standard_header}}
+ +

Resumen

+ +

El elemento HTML <multicol> fue un elemento experimental diseñado para permitir diseños multi columna . Nunca tuvo una recepción significante y no es implementado en alguno de los principales exploradores .

+ +
+

No usar esto ! Para implementar un diseño multi columna , debería de usar los elementos HTML regulares como {{HTMLElement("div")}} en conjunto con la característica de CSS Column ,

+
+ +

Notar que hasta Firefox 22 , aunque no se soportaba , un elemento <multicol> fue asociado con un {{domxref("HTMLSpanElement")}}.  Después fue arreglado y ahora esta asociado con un {{domxref("HTMLUnknownElement")}} como se solocita en la especificación .

+ +

 

diff --git a/files/es/web/html/element/isindex/index.html b/files/es/web/html/element/isindex/index.html deleted file mode 100644 index 1a3a9637f2..0000000000 --- a/files/es/web/html/element/isindex/index.html +++ /dev/null @@ -1,45 +0,0 @@ ---- -title: -slug: Web/HTML/Element/isindex -tags: - - Deprecado - - Elemento - - HTML - - Referencia - - Web -translation_of: Web/HTML/Element/isindex -original_slug: Web/HTML/Elemento/isindex ---- -
{{Deprecated_header}}
- -

Resumen

- -

<isindex> es un elemento HTML  obsoleto que posiciona un campo de texto en una página para buscar en el documento . <isindex> fue pensado por el W3C  para ser usado dentro del elemento {{HTMLElement("head")}} , pero los exploradores lo soportaban sin importar donde se usaba .

- -

<isindex> fue deprecado en HTML 4.01 , debido a que el mismo comportamiento puede ser logrado con un form de HTML. 

- -

Atributos 

- -

Como todos los otros elementos HTML , este elemento acepta los atributos globales .

- -
-
{{htmlattrdef("prompt")}}
-
Este atributo añade su valor como una ventana para un campo de texto.
-
{{htmlattrdef("action")}}
-
Este atributo puede ser usado para mandar una busqueda a una URL diferente . La acción no está definida por el W3C .
-
- -

Ejemplo

- -
<head>
-  <isindex prompt="Search Document... " />
-</head>
- -

Ver también

- -
    -
  • {{HTMLElement("input")}}
  • -
  • {{HTMLElement("form")}}
  • -
- -

{{HTMLRef}}

diff --git a/files/es/web/html/element/multicol/index.html b/files/es/web/html/element/multicol/index.html deleted file mode 100644 index a72b10be86..0000000000 --- a/files/es/web/html/element/multicol/index.html +++ /dev/null @@ -1,21 +0,0 @@ ---- -title: -slug: Web/HTML/Element/multicol -tags: - - HTML -translation_of: Web/HTML/Element/multicol -original_slug: Web/HTML/Elemento/multicol ---- -
{{non-standard_header}}
- -

Resumen

- -

El elemento HTML <multicol> fue un elemento experimental diseñado para permitir diseños multi columna . Nunca tuvo una recepción significante y no es implementado en alguno de los principales exploradores .

- -
-

No usar esto ! Para implementar un diseño multi columna , debería de usar los elementos HTML regulares como {{HTMLElement("div")}} en conjunto con la característica de CSS Column ,

-
- -

Notar que hasta Firefox 22 , aunque no se soportaba , un elemento <multicol> fue asociado con un {{domxref("HTMLSpanElement")}}.  Después fue arreglado y ahora esta asociado con un {{domxref("HTMLUnknownElement")}} como se solocita en la especificación .

- -

 

-- cgit v1.2.3-54-g00ecf