diff options
author | MDN <actions@users.noreply.github.com> | 2021-07-08 00:34:19 +0000 |
---|---|---|
committer | MDN <actions@users.noreply.github.com> | 2021-07-08 00:34:19 +0000 |
commit | ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e (patch) | |
tree | d11054dc18b78736aa981b3102bfd731f86bcd43 /files/es | |
parent | 874d81c43e8e5d7d498b452a8d82bd6879aa5716 (diff) | |
download | translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.tar.gz translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.tar.bz2 translated-content-ff9ea0cf9f0ea6217deefa7ad0dba35bf7f6c45e.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 | 16 | ||||
-rw-r--r-- | files/es/orphaned/web/api/htmlorforeignelement/focus/index.html (renamed from files/es/web/api/htmlorforeignelement/focus/index.html) | 4 |
3 files changed, 12 insertions, 13 deletions
diff --git a/files/es/_redirects.txt b/files/es/_redirects.txt index b33c7d6b85..1ae0cb1b94 100644 --- a/files/es/_redirects.txt +++ b/files/es/_redirects.txt @@ -1638,8 +1638,9 @@ /es/docs/Web/API/Geolocation.getCurrentPosition /es/docs/Web/API/Geolocation/getCurrentPosition /es/docs/Web/API/Geolocation.watchPosition /es/docs/Web/API/Geolocation/watchPosition /es/docs/Web/API/GlobalEventHandlers/onunload /es/docs/Web/API/WindowEventHandlers/onunload -/es/docs/Web/API/HTMLElement/focus /es/docs/Web/API/HTMLOrForeignElement/focus +/es/docs/Web/API/HTMLElement/focus /es/docs/orphaned/Web/API/HTMLOrForeignElement/focus /es/docs/Web/API/HTMLElement/invalid_event /es/docs/Web/API/HTMLInputElement/invalid_event +/es/docs/Web/API/HTMLOrForeignElement/focus /es/docs/orphaned/Web/API/HTMLOrForeignElement/focus /es/docs/Web/API/IDBObjectStore.add /es/docs/Web/API/IDBObjectStore/add /es/docs/Web/API/IndexedDB_API/Usando_IndexedDB /es/docs/Web/API/IndexedDB_API/Using_IndexedDB /es/docs/Web/API/Navigator.getUserMedia /es/docs/Web/API/Navigator/getUserMedia @@ -2773,5 +2774,3 @@ /es/docs/nsISupports:QueryInterface /es/docs/nsISupports/QueryInterface /es/docs/nsISupports:Release /es/docs/nsISupports/Release /es/docs/video /es/docs/Web/HTML/Element/video - - diff --git a/files/es/_wikihistory.json b/files/es/_wikihistory.json index dd18db74a0..d5ef8ed468 100644 --- a/files/es/_wikihistory.json +++ b/files/es/_wikihistory.json @@ -7507,14 +7507,6 @@ "baldore" ] }, - "Web/API/HTMLOrForeignElement/focus": { - "modified": "2020-10-15T21:51:27.517Z", - "contributors": [ - "IsraelFloresDGA", - "AlePerez92", - "jesumv" - ] - }, "Web/API/HTMLSelectElement": { "modified": "2020-10-15T22:06:34.378Z", "contributors": [ @@ -23282,6 +23274,14 @@ "AlePerez92" ] }, + "orphaned/Web/API/HTMLOrForeignElement/focus": { + "modified": "2020-10-15T21:51:27.517Z", + "contributors": [ + "IsraelFloresDGA", + "AlePerez92", + "jesumv" + ] + }, "orphaned/Web/API/IndexedDB_API/Basic_Concepts_Behind_IndexedDB": { "modified": "2020-01-13T04:48:11.759Z", "contributors": [ diff --git a/files/es/web/api/htmlorforeignelement/focus/index.html b/files/es/orphaned/web/api/htmlorforeignelement/focus/index.html index 9c7f8acf64..80a6e53783 100644 --- a/files/es/web/api/htmlorforeignelement/focus/index.html +++ b/files/es/orphaned/web/api/htmlorforeignelement/focus/index.html @@ -1,6 +1,6 @@ --- title: HTMLElement.focus() -slug: Web/API/HTMLOrForeignElement/focus +slug: orphaned/Web/API/HTMLOrForeignElement/focus tags: - API - HTML DOM @@ -8,7 +8,7 @@ tags: - Referencia - metodo translation_of: Web/API/HTMLOrForeignElement/focus -original_slug: Web/API/HTMLElement/focus +original_slug: Web/API/HTMLOrForeignElement/focus --- <div>{{ APIRef("HTML DOM") }}</div> |