diff options
author | MDN <actions@users.noreply.github.com> | 2021-06-09 00:40:02 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-06-09 00:40:02 +0000 |
commit | bbed12e574958e07af25518c7e66bd5ee2fb2d2c (patch) | |
tree | 6e15ea0aabe07bcc53e1bcf571c0e086e3976a25 /files/es | |
parent | 67bda90e70fdf1714ec4f4886ec9261992bd4422 (diff) | |
download | translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.tar.gz translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.tar.bz2 translated-content-bbed12e574958e07af25518c7e66bd5ee2fb2d2c.zip |
[CRON] sync translated content
Diffstat (limited to 'files/es')
-rw-r--r-- | files/es/_redirects.txt | 5 | ||||
-rw-r--r-- | files/es/_wikihistory.json | 20 | ||||
-rw-r--r-- | files/es/orphaned/web/api/elementcssinlinestyle/style/index.html (renamed from files/es/web/api/elementcssinlinestyle/style/index.html) | 4 |
3 files changed, 15 insertions, 14 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index 393ca94a14..7673f09031 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -268,7 +268,7 @@ /es/docs/DOM/CssRule.selectorText /es/docs/Web/API/CSSStyleRule/selectorText /es/docs/DOM/Document.styleSheets /es/docs/Web/API/Document/styleSheets /es/docs/DOM/Element.setAttribute /es/docs/Web/API/Element/setAttribute -/es/docs/DOM/Element.style /es/docs/Web/API/ElementCSSInlineStyle/style +/es/docs/DOM/Element.style /es/docs/orphaned/Web/API/ElementCSSInlineStyle/style /es/docs/DOM/HTMLAudioElement /es/docs/Web/API/HTMLAudioElement /es/docs/DOM/HTMLTableElement /es/docs/Web/API/HTMLTableElement /es/docs/DOM/Manipulando_el_historial_del_navegador /es/docs/Web/API/History_API @@ -1802,6 +1802,7 @@ /es/docs/Web/API/Element/onlostpointercapture /es/docs/Web/API/GlobalEventHandlers/onlostpointercapture /es/docs/Web/API/Element/onwheel /es/docs/Web/API/GlobalEventHandlers/onwheel /es/docs/Web/API/Element/runtimeStyle /es/docs/orphaned/Web/API/Element/runtimeStyle +/es/docs/Web/API/ElementCSSInlineStyle/style /es/docs/orphaned/Web/API/ElementCSSInlineStyle/style /es/docs/Web/API/ElementosHTMLparaVideo /es/docs/Web/API/HTMLVideoElement /es/docs/Web/API/Event/createEvent /es/docs/Web/API/Document/createEvent /es/docs/Web/API/Fetch_API/Conceptos_basicos /es/docs/Web/API/Fetch_API/Basic_concepts @@ -1814,7 +1815,7 @@ /es/docs/Web/API/HTMLElement/dataset /es/docs/Web/API/HTMLOrForeignElement/dataset /es/docs/Web/API/HTMLElement/focus /es/docs/Web/API/HTMLOrForeignElement/focus /es/docs/Web/API/HTMLElement/invalid_event /es/docs/Web/API/HTMLInputElement/invalid_event -/es/docs/Web/API/HTMLElement/style /es/docs/Web/API/ElementCSSInlineStyle/style +/es/docs/Web/API/HTMLElement/style /es/docs/orphaned/Web/API/ElementCSSInlineStyle/style /es/docs/Web/API/IDBObjectStore.add /es/docs/Web/API/IDBObjectStore/add /es/docs/Web/API/IndexedDB_API/Conceptos_Basicos_Detras_De_IndexedDB /es/docs/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB /es/docs/Web/API/IndexedDB_API/Usando_IndexedDB /es/docs/Web/API/IndexedDB_API/Using_IndexedDB diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index e913508c27..7ba07e937a 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -6659,16 +6659,6 @@ "PRDeving" ] }, - "Web/API/ElementCSSInlineStyle/style": { - "modified": "2019-03-23T23:58:09.934Z", - "contributors": [ - "SphinxKnight", - "fscholz", - "khalid32", - "teoli", - "HenryGR" - ] - }, "Web/API/Event": { "modified": "2019-03-24T00:00:03.889Z", "contributors": [ @@ -23433,6 +23423,16 @@ "SoftwareRVG" ] }, + "orphaned/Web/API/ElementCSSInlineStyle/style": { + "modified": "2019-03-23T23:58:09.934Z", + "contributors": [ + "SphinxKnight", + "fscholz", + "khalid32", + "teoli", + "HenryGR" + ] + }, "orphaned/Web/API/ParentNode": { "modified": "2019-03-23T22:43:20.773Z", "contributors": [ diff --git a/files/es/web/api/elementcssinlinestyle/style/index.html b/files/es/orphaned/web/api/elementcssinlinestyle/style/index.html index dbe5d50c77..add3fa5480 100644 --- a/files/es/web/api/elementcssinlinestyle/style/index.html +++ b/files/es/orphaned/web/api/elementcssinlinestyle/style/index.html @@ -1,8 +1,8 @@ --- title: Element.style -slug: Web/API/ElementCSSInlineStyle/style +slug: orphaned/Web/API/ElementCSSInlineStyle/style translation_of: Web/API/ElementCSSInlineStyle/style -original_slug: Web/API/HTMLElement/style +original_slug: Web/API/ElementCSSInlineStyle/style --- <p>{{ ApiRef("HTML DOM") }}</p> |