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/global_attributes | |
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/global_attributes')
24 files changed, 48 insertions, 24 deletions
diff --git a/files/es/web/html/global_attributes/accesskey/index.html b/files/es/web/html/global_attributes/accesskey/index.html index cb8bbcc16c..c29c147b45 100644 --- a/files/es/web/html/global_attributes/accesskey/index.html +++ b/files/es/web/html/global_attributes/accesskey/index.html @@ -1,11 +1,12 @@ --- title: accesskey -slug: Web/HTML/Atributos_Globales/accesskey +slug: Web/HTML/Global_attributes/accesskey tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/accesskey +original_slug: Web/HTML/Atributos_Globales/accesskey --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/autocapitalize/index.html b/files/es/web/html/global_attributes/autocapitalize/index.html index d1f8fc446c..5b848e4048 100644 --- a/files/es/web/html/global_attributes/autocapitalize/index.html +++ b/files/es/web/html/global_attributes/autocapitalize/index.html @@ -1,6 +1,6 @@ --- title: autocapitalización -slug: Web/HTML/Atributos_Globales/autocapitalize +slug: Web/HTML/Global_attributes/autocapitalize tags: - Atributos globales - HTML @@ -8,6 +8,7 @@ tags: - Referencia - autocapitalización translation_of: Web/HTML/Global_attributes/autocapitalize +original_slug: Web/HTML/Atributos_Globales/autocapitalize --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/class/index.html b/files/es/web/html/global_attributes/class/index.html index ba82c66e65..9ba36baf8b 100644 --- a/files/es/web/html/global_attributes/class/index.html +++ b/files/es/web/html/global_attributes/class/index.html @@ -1,11 +1,12 @@ --- title: class -slug: Web/HTML/Atributos_Globales/class +slug: Web/HTML/Global_attributes/class tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/class +original_slug: Web/HTML/Atributos_Globales/class --- <p>{{HTMLSidebar("Global_attributes")}}<br> El <a href="/es/docs/Web/HTML/Atributos_Globales">atributo global </a><strong>class</strong> es una lista de las clases del elemento separada por espacios . Las clases permiten a CSS y Javascript seleccionar y acceder a elementos específicos a través de los <a href="https://developer.mozilla.org/en-US/docs/Web/CSS/Class_selectors">selectores de clase</a> o funciones como el método {{domxref("document.getElementsByClassName")}} del DOM.</p> diff --git a/files/es/web/html/global_attributes/contenteditable/index.html b/files/es/web/html/global_attributes/contenteditable/index.html index 9db8119af2..165a93e742 100644 --- a/files/es/web/html/global_attributes/contenteditable/index.html +++ b/files/es/web/html/global_attributes/contenteditable/index.html @@ -1,11 +1,12 @@ --- title: contenteditable -slug: Web/HTML/Atributos_Globales/contenteditable +slug: Web/HTML/Global_attributes/contenteditable tags: - Atributos globales - HTM - Referencia translation_of: Web/HTML/Global_attributes/contenteditable +original_slug: Web/HTML/Atributos_Globales/contenteditable --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/contextmenu/index.html b/files/es/web/html/global_attributes/contextmenu/index.html index 9cc32f7ace..f234d1a734 100644 --- a/files/es/web/html/global_attributes/contextmenu/index.html +++ b/files/es/web/html/global_attributes/contextmenu/index.html @@ -1,11 +1,12 @@ --- title: contextmenu -slug: Web/HTML/Atributos_Globales/contextmenu +slug: Web/HTML/Global_attributes/contextmenu tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/contextmenu +original_slug: Web/HTML/Atributos_Globales/contextmenu --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/data-_star_/index.html b/files/es/web/html/global_attributes/data-_star_/index.html index 436b156299..8b0bfd9b2d 100644 --- a/files/es/web/html/global_attributes/data-_star_/index.html +++ b/files/es/web/html/global_attributes/data-_star_/index.html @@ -1,7 +1,8 @@ --- title: data-* -slug: Web/HTML/Atributos_Globales/data-* +slug: Web/HTML/Global_attributes/data-* translation_of: Web/HTML/Global_attributes/data-* +original_slug: Web/HTML/Atributos_Globales/data-* --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/dir/index.html b/files/es/web/html/global_attributes/dir/index.html index 4bcd43eb40..11ff398dcc 100644 --- a/files/es/web/html/global_attributes/dir/index.html +++ b/files/es/web/html/global_attributes/dir/index.html @@ -1,11 +1,12 @@ --- title: dir -slug: Web/HTML/Atributos_Globales/dir +slug: Web/HTML/Global_attributes/dir tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/dir +original_slug: Web/HTML/Atributos_Globales/dir --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/draggable/index.html b/files/es/web/html/global_attributes/draggable/index.html index 2aee2d8443..3349f31cfe 100644 --- a/files/es/web/html/global_attributes/draggable/index.html +++ b/files/es/web/html/global_attributes/draggable/index.html @@ -1,12 +1,13 @@ --- title: draggable -slug: Web/HTML/Atributos_Globales/draggable +slug: Web/HTML/Global_attributes/draggable tags: - Atributos globales - Experimental - HTML - Referencia translation_of: Web/HTML/Global_attributes/draggable +original_slug: Web/HTML/Atributos_Globales/draggable --- <p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p> diff --git a/files/es/web/html/global_attributes/hidden/index.html b/files/es/web/html/global_attributes/hidden/index.html index bc29d88b5a..47b05c63ed 100644 --- a/files/es/web/html/global_attributes/hidden/index.html +++ b/files/es/web/html/global_attributes/hidden/index.html @@ -1,11 +1,12 @@ --- title: hidden -slug: Web/HTML/Atributos_Globales/hidden +slug: Web/HTML/Global_attributes/hidden tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/hidden +original_slug: Web/HTML/Atributos_Globales/hidden --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/id/index.html b/files/es/web/html/global_attributes/id/index.html index 3dd947cf27..a7fef97fda 100644 --- a/files/es/web/html/global_attributes/id/index.html +++ b/files/es/web/html/global_attributes/id/index.html @@ -1,11 +1,12 @@ --- title: id -slug: Web/HTML/Atributos_Globales/id +slug: Web/HTML/Global_attributes/id tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/id +original_slug: Web/HTML/Atributos_Globales/id --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/index.html b/files/es/web/html/global_attributes/index.html index 86769245c6..b39b2d4c33 100644 --- a/files/es/web/html/global_attributes/index.html +++ b/files/es/web/html/global_attributes/index.html @@ -1,12 +1,13 @@ --- title: Atributos globales -slug: Web/HTML/Atributos_Globales +slug: Web/HTML/Global_attributes tags: - Atributos globales - HTML - Referencia - Web translation_of: Web/HTML/Global_attributes +original_slug: Web/HTML/Atributos_Globales --- <div>{{HTMLSidebar("Atributos_globales")}}</div> diff --git a/files/es/web/html/global_attributes/is/index.html b/files/es/web/html/global_attributes/is/index.html index aa57cab27d..639a0c3c6e 100644 --- a/files/es/web/html/global_attributes/is/index.html +++ b/files/es/web/html/global_attributes/is/index.html @@ -1,12 +1,13 @@ --- title: is -slug: Web/HTML/Atributos_Globales/is +slug: Web/HTML/Global_attributes/is tags: - Atributos globales - HTML - Referencia - is translation_of: Web/HTML/Global_attributes/is +original_slug: Web/HTML/Atributos_Globales/is --- <div>{{HTMLSidebar("Global_attributes")}}</div> diff --git a/files/es/web/html/global_attributes/itemid/index.html b/files/es/web/html/global_attributes/itemid/index.html index 72ce64456e..0d7bbe5d5a 100644 --- a/files/es/web/html/global_attributes/itemid/index.html +++ b/files/es/web/html/global_attributes/itemid/index.html @@ -1,7 +1,8 @@ --- title: itemid -slug: Web/HTML/Atributos_Globales/itemid +slug: Web/HTML/Global_attributes/itemid translation_of: Web/HTML/Global_attributes/itemid +original_slug: Web/HTML/Atributos_Globales/itemid --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/global_attributes/itemprop/index.html b/files/es/web/html/global_attributes/itemprop/index.html index 232af938aa..33ce0c5ddf 100644 --- a/files/es/web/html/global_attributes/itemprop/index.html +++ b/files/es/web/html/global_attributes/itemprop/index.html @@ -1,10 +1,11 @@ --- title: itemprop -slug: Web/HTML/Atributos_Globales/itemprop +slug: Web/HTML/Global_attributes/itemprop tags: - atributo - metatag translation_of: Web/HTML/Global_attributes/itemprop +original_slug: Web/HTML/Atributos_Globales/itemprop --- <p style="margin: 0.5em 0px 0px 50px; padding-top: 0px; padding-bottom: 2px; color: rgb(58, 73, 86); font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Tahoma, Arial, sans-serif; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: 19.2px; text-align: left; text-indent: 0px; text-transform: none; white-space: normal;">Podemos dar más información al motor de búsqueda acerca de imágenes o datos adentro de cualquier tipo de etiquetas , como las propiedades : actores , clasificación ,genero . Para etiquetar las propiedades de un elemento , usa el atributo itemprop . Por ejemplo , para identificar al actor de una película añadir itemprop="director" al elemento que encierra el nombre del director.</p> diff --git a/files/es/web/html/global_attributes/itemref/index.html b/files/es/web/html/global_attributes/itemref/index.html index 9dac55140b..a4c49d10a6 100644 --- a/files/es/web/html/global_attributes/itemref/index.html +++ b/files/es/web/html/global_attributes/itemref/index.html @@ -1,7 +1,8 @@ --- title: itemref -slug: Web/HTML/Atributos_Globales/itemref +slug: Web/HTML/Global_attributes/itemref translation_of: Web/HTML/Global_attributes/itemref +original_slug: Web/HTML/Atributos_Globales/itemref --- <h2 id="Resumen">Resumen</h2> diff --git a/files/es/web/html/global_attributes/itemscope/index.html b/files/es/web/html/global_attributes/itemscope/index.html index b57fc1c6bc..d85f8c6779 100644 --- a/files/es/web/html/global_attributes/itemscope/index.html +++ b/files/es/web/html/global_attributes/itemscope/index.html @@ -1,11 +1,12 @@ --- title: itemscope -slug: Web/HTML/Atributos_Globales/itemscope +slug: Web/HTML/Global_attributes/itemscope tags: - Ejemplo - itemscope - itemtype translation_of: Web/HTML/Global_attributes/itemscope +original_slug: Web/HTML/Atributos_Globales/itemscope --- <div>{{HTMLSidebar("Global_attributes")}}</div> diff --git a/files/es/web/html/global_attributes/lang/index.html b/files/es/web/html/global_attributes/lang/index.html index dcea33a66f..3d13079440 100644 --- a/files/es/web/html/global_attributes/lang/index.html +++ b/files/es/web/html/global_attributes/lang/index.html @@ -1,11 +1,12 @@ --- title: lang -slug: Web/HTML/Atributos_Globales/lang +slug: Web/HTML/Global_attributes/lang tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/lang +original_slug: Web/HTML/Atributos_Globales/lang --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/slot/index.html b/files/es/web/html/global_attributes/slot/index.html index ed2b8688db..ca76d6fbbc 100644 --- a/files/es/web/html/global_attributes/slot/index.html +++ b/files/es/web/html/global_attributes/slot/index.html @@ -1,11 +1,12 @@ --- title: slot -slug: Web/HTML/Atributos_Globales/slot +slug: Web/HTML/Global_attributes/slot tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/slot +original_slug: Web/HTML/Atributos_Globales/slot --- <div>{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</div> diff --git a/files/es/web/html/global_attributes/spellcheck/index.html b/files/es/web/html/global_attributes/spellcheck/index.html index c6ced2de46..e6d42d6db1 100644 --- a/files/es/web/html/global_attributes/spellcheck/index.html +++ b/files/es/web/html/global_attributes/spellcheck/index.html @@ -1,12 +1,13 @@ --- title: spellcheck -slug: Web/HTML/Atributos_Globales/spellcheck +slug: Web/HTML/Global_attributes/spellcheck tags: - Atributos globales - Experimental - HTML - Referencia translation_of: Web/HTML/Global_attributes/spellcheck +original_slug: Web/HTML/Atributos_Globales/spellcheck --- <p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p> diff --git a/files/es/web/html/global_attributes/style/index.html b/files/es/web/html/global_attributes/style/index.html index 1da99e039b..f173e731c1 100644 --- a/files/es/web/html/global_attributes/style/index.html +++ b/files/es/web/html/global_attributes/style/index.html @@ -1,11 +1,12 @@ --- title: style -slug: Web/HTML/Atributos_Globales/style +slug: Web/HTML/Global_attributes/style tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/style +original_slug: Web/HTML/Atributos_Globales/style --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/tabindex/index.html b/files/es/web/html/global_attributes/tabindex/index.html index 2159639208..cb7666d496 100644 --- a/files/es/web/html/global_attributes/tabindex/index.html +++ b/files/es/web/html/global_attributes/tabindex/index.html @@ -1,11 +1,12 @@ --- title: tabindex -slug: Web/HTML/Atributos_Globales/tabindex +slug: Web/HTML/Global_attributes/tabindex tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/tabindex +original_slug: Web/HTML/Atributos_Globales/tabindex --- <p>{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/title/index.html b/files/es/web/html/global_attributes/title/index.html index ab8e0dd92f..3c1a303ae5 100644 --- a/files/es/web/html/global_attributes/title/index.html +++ b/files/es/web/html/global_attributes/title/index.html @@ -1,11 +1,12 @@ --- title: title -slug: Web/HTML/Atributos_Globales/title +slug: Web/HTML/Global_attributes/title tags: - Atributos globales - HTML - Referencia translation_of: Web/HTML/Global_attributes/title +original_slug: Web/HTML/Atributos_Globales/title --- <p class="note">{{HTMLSidebar("Global_attributes")}}</p> diff --git a/files/es/web/html/global_attributes/translate/index.html b/files/es/web/html/global_attributes/translate/index.html index 5182acec3c..999cd6bf66 100644 --- a/files/es/web/html/global_attributes/translate/index.html +++ b/files/es/web/html/global_attributes/translate/index.html @@ -1,12 +1,13 @@ --- title: translate -slug: Web/HTML/Atributos_Globales/translate +slug: Web/HTML/Global_attributes/translate tags: - Atributos globales - Experimental - HTML - Referencia translation_of: Web/HTML/Global_attributes/translate +original_slug: Web/HTML/Atributos_Globales/translate --- <p class="note">{{HTMLSidebar("Global_attributes")}}{{SeeCompatTable}}</p> diff --git a/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html b/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html index 26cf4a2599..f919dc13fb 100644 --- a/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html +++ b/files/es/web/html/global_attributes/x-ms-acceleratorkey/index.html @@ -1,7 +1,8 @@ --- title: x-ms-acceleratorkey -slug: Web/HTML/Atributos_Globales/x-ms-acceleratorkey +slug: Web/HTML/Global_attributes/x-ms-acceleratorkey translation_of: Web/HTML/Global_attributes/x-ms-acceleratorkey +original_slug: Web/HTML/Atributos_Globales/x-ms-acceleratorkey --- <div>{{HTMLSidebar("Global_attributes")}}{{Non-standard_Header}}</div> |